git.ckatri.com
/
pw-darwin.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Actually add the new code
[pw-darwin.git]
/
pw
/
pw_user.c
2015-07-28
Baptiste Daroussin
Reject usermod and userdel if the user concerned is...
blob
|
commitdiff
|
raw
2015-07-28
Baptiste Daroussin
Fix wrong warning printed after changing or updating...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
Baptiste Daroussin
Regression fix: allow to create users with uid0
blob
|
commitdiff
|
raw
|
diff to current
2015-07-12
Baptiste Daroussin
Ensure skeldir is abolute path (relatively to the rootdir)
blob
|
commitdiff
|
raw
|
diff to current
2015-07-12
Baptiste Daroussin
pw -R <rootdir> userdel can now cleanup installation
blob
|
commitdiff
|
raw
|
diff to current
2015-07-12
Baptiste Daroussin
Rework the home directory creation and copy or the...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-12
Baptiste Daroussin
Make getarg return NULL if args is NULL
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Fix regression: ensure when try to create the group...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Replace custom string array with stringlist(3)
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Remove unused argument from pm_passwd
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
check the gecos format early: at the moment the -c...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Remove useless use of goto
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Isolate pw lock/unlock into a separate function
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
homedir can only be populate during useradd
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Make a separate groupdel/userdel from the main function
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Make separate functions to show users and groups
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Move the quiet flag into the configuration structure
blob
|
commitdiff
|
raw
|
diff to current
2015-07-11
Baptiste Daroussin
Separate usernext/groupnext from the main functions
blob
|
commitdiff
|
raw
|
diff to current
2015-07-04
Baptiste Daroussin
Fix validation of crypted password
blob
|
commitdiff
|
raw
|
diff to current
2015-07-04
Baptiste Daroussin
Validate input of pw usermod -h and pwusermod -H
blob
|
commitdiff
|
raw
|
diff to current
2015-06-13
Simon J. Gerraty
Add META_MODE support.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-08
Baptiste Daroussin
backout remove of -q option for pw [user|group] next
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Remove '-q' support for pw [user|group] next
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Fix generating configuration file
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Fix duplicate checking
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Remove uneeded code (already done by pw_make_v7)
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
In case of rename validate the length of the new name
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Refactor input validation
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Finish converting -7 to pwconf
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Handle -7 via gloval pwconf
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Handle pretty print (-P) via global pwconf
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Handle dryrun (-N) via global pwconf
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Add a new global struct pwconf to store etcpath, rootdi...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Fix pw userdel -r not deleting homedir
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Test explicitly the result of strcmp to be consistent...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Improve readability by reducing indentations levels
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Remove one level of indentation
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Move user deletion code into a separate function to...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Baptiste Daroussin
Instead of always casting the pw_checkname input to...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-03
Baptiste Daroussin
New pw -R rootdir option
blob
|
commitdiff
|
raw
|
diff to current
2015-05-31
Baptiste Daroussin
Remove useless cast in printf and printf-like functions:
blob
|
commitdiff
|
raw
|
diff to current
2015-05-31
Baptiste Daroussin
Cast -1 to uid_t and bump WARNING level to 3
blob
|
commitdiff
|
raw
|
diff to current
2015-05-31
Baptiste Daroussin
Make pw_user()/pw_group() more consitent about errors
blob
|
commitdiff
|
raw
|
diff to current
2015-05-27
Simon J. Gerraty
Merge sync of head
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
Simon J. Gerraty
Merge from head
blob
|
commitdiff
|
raw
|
diff to current
2015-05-09
Baptiste Daroussin
Replace sprintf(3) with snprintf(3)
blob
|
commitdiff
|
raw
|
diff to current
2015-05-09
Baptiste Daroussin
Use snprintf(3) instead of sprintf(3)
blob
|
commitdiff
|
raw
|
diff to current
2015-05-09
Baptiste Daroussin
Remove some uneeded headers
blob
|
commitdiff
|
raw
|
diff to current
2015-05-09
Baptiste Daroussin
Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)
blob
|
commitdiff
|
raw
|
diff to current
2015-05-09
Baptiste Daroussin
Use snprintf(3) instead of strcpy(3) + strncat(3)
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
Baptiste Daroussin
Revert r277652
blob
|
commitdiff
|
raw
|
diff to current
2015-01-24
Baptiste Daroussin
Allow negative numbers in -u and -g options
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
Simon J. Gerraty
Merge from head@274682
blob
|
commitdiff
|
raw
|
diff to current
2014-10-28
Baptiste Daroussin
Ensure pw userdel -u <invalid> do not try to remove...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-28
Baptiste Daroussin
Fix a regression in pw usermod -G list
blob
|
commitdiff
|
raw
|
diff to current
2014-10-09
Dag-Erling Smørgrav
Two more places where login_setcryptfmt() defaults...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-19
Simon J. Gerraty
Merge head from 7/28
blob
|
commitdiff
|
raw
|
diff to current
2014-08-14
Alan Somers
Convert devd's client socket to type SOCK_SEQPACKET.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-27
Mateusz Guzik
pw: fix up deletion of users from groups
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Simon J. Gerraty
Merge head
blob
|
commitdiff
|
raw
|
diff to current
2014-04-27
Simon J. Gerraty
Merge head
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Alan Somers
IFC @264767
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
Devin Teske
Fix pw(8) deletion of group "username" on userdel even...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Julian Elischer
Part 2 of bug 187310.. had to commit separately due...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-05
Simon J. Gerraty
Merge from head
blob
|
commitdiff
|
raw
|
diff to current
2013-07-17
Xin LI
IFC @253398
blob
|
commitdiff
|
raw
|
diff to current
2013-07-04
Dag-Erling Smørgrav
Fall back to sha512 if passwd_format is not set.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-03
Dag-Erling Smørgrav
There is no reason to disallow setting the password...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-29
Tim Kientzle
Fix -Wunsequenced warning
blob
|
commitdiff
|
raw
|
diff to current
2013-02-26
Xin LI
IFC @247348.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-08
David E. O'Brien
Sync with HEAD.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-01
Daniel Eischen
Prevent a null pointer dereference in pw userdel when...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Neel Natu
IFC @ r245178
blob
|
commitdiff
|
raw
|
diff to current
2013-01-06
Mateusz Guzik
pw: free group returned by gr_add
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Neel Natu
IFC @ r244983.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-27
Baptiste Daroussin
Simplify the code by using the new gr_add function
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Baptiste Daroussin
Simplify copying of group members by using memcpy
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Baptiste Daroussin
Fix off-by-one error in memory allocation: j entries...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Baptiste Daroussin
Fix creating a user and adding it to a group
blob
|
commitdiff
|
raw
|
diff to current
2012-12-05
Eitan Adler
Avoid overflow of file buffer
blob
|
commitdiff
|
raw
|
diff to current
2012-11-27
Alexander Motin
MFC
blob
|
commitdiff
|
raw
|
diff to current
2012-11-27
Alexander Motin
MFC @ r241285
blob
|
commitdiff
|
raw
|
diff to current
2012-11-11
Neel Natu
IFC @ r242684
blob
|
commitdiff
|
raw
|
diff to current
2012-11-04
Simon J. Gerraty
Sync from head
blob
|
commitdiff
|
raw
|
diff to current
2012-10-30
Baptiste Daroussin
Teach pw(8) about how to use pw/gr API to reduce code...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Baptiste Daroussin
Do not treat empty name as an uid 0
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Baptiste Daroussin
Remove useless atoi(3), previous strspn(3) makes sure...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-15
Alexander Motin
MFC
blob
|
commitdiff
|
raw
|
diff to current
2012-04-26
Jamie Gritton
A new jail(8) with a configuration file, ultimately...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-26
Peter Grehan
IFC @ r234692
blob
|
commitdiff
|
raw
|
diff to current
2012-02-22
Kevin Lo
Handle NULL return from crypt(3). Mostly from DragonFly
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Xin LI
IFC @230489 (pending review).
blob
|
commitdiff
|
raw
|
diff to current
2012-01-04
Sean Bruno
IFC to head to catch up the bhyve branch
blob
|
commitdiff
|
raw
|
diff to current
2011-12-17
Dimitry Andric
In usr.sbin/pw/pw_user.c, use the correct printf length...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-15
Peter Grehan
IFC @ r225592
blob
|
commitdiff
|
raw
|
diff to current
2011-08-15
Justin T. Gibbs
Integrate FreeBSD/head into projects/zfsd/head as of...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-31
Xin LI
Backout r223115 which potentially caused a POLA violati...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-17
Justin T. Gibbs
Integrate from Head into ZFSD feature branch as of...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Peter Grehan
IFC @ r222830
blob
|
commitdiff
|
raw
|
diff to current
2011-06-15
Xin LI
Don't attempt to create the base directory when -d...
blob
|
commitdiff
|
raw
|
diff to current
next