git.ckatri.com
/
pw-darwin.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Close some file descriptor leaks in pw
[pw-darwin.git]
/
pw
/
2016-10-21
Alan Somers
Close some file descriptor leaks in pw
tree
|
commitdiff
2016-09-13
Warren Block
Add another badly-needed simple example to the pw(8...
tree
|
commitdiff
2016-07-31
Ed Schouten
Fix up setgrent(3) to have a POSIX-compliant prototype.
tree
|
commitdiff
2016-07-30
Baptiste Daroussin
Remove usage of _WITH_GETLINE from usr.sbin
tree
|
commitdiff
2016-07-23
Baptiste Daroussin
Do not try to delete the home of the user if is is...
tree
|
commitdiff
2016-07-13
Alan Somers
pw should sanitize the argument of -w.
tree
|
commitdiff
2016-06-04
Baptiste Daroussin
Fix typo preventing pw {user,group}next -C from working...
tree
|
commitdiff
2016-05-24
Don Lewis
Fix CID 1006692 in /usr/sbin/pw pw_log() function and...
tree
|
commitdiff
2016-04-23
Warren Block
Add a single example of adding a user that roughly...
tree
|
commitdiff
2016-04-04
Glen Barber
MFH
tree
|
commitdiff
2016-03-28
Warren Block
Adjust misleading wording of the -G option and simplify...
tree
|
commitdiff
2016-03-26
Baptiste Daroussin
Remove some unneeded headers
tree
|
commitdiff
2016-03-02
Glen Barber
MFH
tree
|
commitdiff
2016-03-02
Mark Johnston
Fix a typo that prevented pw(8) from setting a user...
tree
|
commitdiff
2016-01-04
Glen Barber
Fix svn:mergeinfo, and MFH a commit that was previously...
tree
|
commitdiff
2016-01-04
Glen Barber
MFH r289384-r293170
tree
|
commitdiff
2015-12-29
Baptiste Daroussin
Simplify code for parsing extra groups
tree
|
commitdiff
2015-12-29
Baptiste Daroussin
Remove useless assignement of linelen
tree
|
commitdiff
2015-12-28
Baptiste Daroussin
Restore dryrun support for pw groupmod
tree
|
commitdiff
2015-12-02
Baptiste Daroussin
pw_checkname since the beginning if too strict on GECOS...
tree
|
commitdiff
2015-12-02
Baptiste Daroussin
Fix handling of numeric-only names with pw lock
tree
|
commitdiff
2015-10-30
Xin LI
In pw_userlock, set 'name' to NULL when we encounter...
tree
|
commitdiff
2015-10-29
Bryan Drewery
Fix unlikely memory leak.
tree
|
commitdiff
2015-10-19
Enji Cooper
Initialize `quiet` to false so `pw groupnext` again...
tree
|
commitdiff
2015-10-09
Baptiste Daroussin
Merge from head
tree
|
commitdiff
2015-10-09
Warren Block
Fix a repeated typo: rootir -> rootdir.
tree
|
commitdiff
2015-10-01
Baptiste Daroussin
Merge from head
tree
|
commitdiff
2015-09-14
Baptiste Daroussin
Regression: fix usershow -7
tree
|
commitdiff
2015-09-12
Baptiste Daroussin
Finish merging from head, messed up in previous attempt
tree
|
commitdiff
2015-09-12
Baptiste Daroussin
Merge from head
tree
|
commitdiff
2015-09-12
Baptiste Daroussin
Regression: fix pw usermod -d
tree
|
commitdiff
2015-08-21
Baptiste Daroussin
Fix err pointer not initialized to NULL resulting
tree
|
commitdiff
2015-08-21
Baptiste Daroussin
Fix /home symlink creation
tree
|
commitdiff
2015-08-21
Baptiste Daroussin
Fix useradd regression:
tree
|
commitdiff
2015-08-14
Baptiste Daroussin
Regression: fix pw usermod -w xxx
tree
|
commitdiff
2015-08-11
Alexander V. Chernikov
MFP r276712.
tree
|
commitdiff
2015-08-08
Alexander V. Chernikov
MFP r274553:
tree
|
commitdiff
2015-08-03
Ed Schouten
Avoid calling strlen() where we can use the strspn...
tree
|
commitdiff
2015-08-03
Devin Teske
Clarify pw(8) manual w/respect to required arguments...
tree
|
commitdiff
2015-08-03
Baptiste Daroussin
Fix bugs spotted by gcc
tree
|
commitdiff
2015-08-03
Adrian Chadd
Actually set quiet to something.
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Use intmax_t rather than long long
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Fix build on 32bits
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Split some extra long lines
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Split some extra long lines
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Cleanup a bit includes
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Fix regression: report if a group already exists when...
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Fix regression: report again if a username already...
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Remove dead code
tree
|
commitdiff
2015-08-02
Baptiste Daroussin
Rewrite parsing subcommands arguments of pw(8)
tree
|
commitdiff
2015-08-01
Baptiste Daroussin
Remove things that crept in after badly checked revert
tree
|
commitdiff
2015-08-01
Baptiste Daroussin
Partial revert of r286152
tree
|
commitdiff
2015-08-01
Baptiste Daroussin
Fix build
tree
|
commitdiff
2015-08-01
Baptiste Daroussin
Fix formatting of new code
tree
|
commitdiff
2015-08-01
Baptiste Daroussin
Validate expiration days and password days from commman...
tree
|
commitdiff
2015-08-01
Baptiste Daroussin
Validate the max_uid/max_gid boundaries and entry type...
tree
|
commitdiff
2015-08-01
Baptiste Daroussin
Cast uid/git to uintmax_t when using printf-like functi...
tree
|
commitdiff
2015-07-30
Baptiste Daroussin
Improve strtounum
tree
|
commitdiff
2015-07-29
Baptiste Daroussin
Cleanup includes
tree
|
commitdiff
2015-07-29
Baptiste Daroussin
Actually set the proper license
tree
|
commitdiff
2015-07-29
Baptiste Daroussin
Actually add the new code
tree
|
commitdiff
2015-07-29
Baptiste Daroussin
Create a strtounum function using the same API as strtonum
tree
|
commitdiff
2015-07-28
Baptiste Daroussin
Reject usermod and userdel if the user concerned is...
tree
|
commitdiff
2015-07-28
Baptiste Daroussin
Check uid/gid used when creating a user/group are not...
tree
|
commitdiff
2015-07-28
Baptiste Daroussin
Fix wrong warning printed after changing or updating...
tree
|
commitdiff
2015-07-28
Baptiste Daroussin
when -n is passed to any pw subcommand it is always...
tree
|
commitdiff
2015-07-13
Baptiste Daroussin
Really fix -o
tree
|
commitdiff
2015-07-13
Baptiste Daroussin
Regression fix: allow to create users with uid0
tree
|
commitdiff
2015-07-13
Baptiste Daroussin
Fix logic of check duplicates that has been inverted
tree
|
commitdiff
2015-07-12
Baptiste Daroussin
Ensure skeldir is abolute path (relatively to the rootdir)
tree
|
commitdiff
2015-07-12
Baptiste Daroussin
pw -R <rootdir> userdel can now cleanup installation
tree
|
commitdiff
2015-07-12
Baptiste Daroussin
Rework the home directory creation and copy or the...
tree
|
commitdiff
2015-07-12
Baptiste Daroussin
Make getarg return NULL if args is NULL
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Fix regression: ensure when try to create the group...
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Remove now unused variable
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Replace custom string array with stringlist(3)
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Rework groupmod modification:
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Remove unused argument from pm_passwd
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
check the gecos format early: at the moment the -c...
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Remove useless use of goto
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Isolate pw lock/unlock into a separate function
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
homedir can only be populate during useradd
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Make a separate groupdel/userdel from the main function
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Make separate functions to show users and groups
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Move the quiet flag into the configuration structure
tree
|
commitdiff
2015-07-11
Baptiste Daroussin
Separate usernext/groupnext from the main functions
tree
|
commitdiff
2015-07-09
Baptiste Daroussin
Do not try to set password on group if the group is...
tree
|
commitdiff
2015-07-07
Baptiste Daroussin
pw: fail if an invalid entry is found while parsing...
tree
|
commitdiff
2015-07-05
Baptiste Daroussin
Remove dead code
tree
|
commitdiff
2015-07-05
Baptiste Daroussin
Also validate hours via strptime_l(3)
tree
|
commitdiff
2015-07-05
Baptiste Daroussin
Validate expiration dates
tree
|
commitdiff
2015-07-04
Baptiste Daroussin
Fix validation of crypted password
tree
|
commitdiff
2015-07-04
Baptiste Daroussin
Also validate inputs of pw groupmod -h and groupmod -H
tree
|
commitdiff
2015-07-04
Baptiste Daroussin
Validate input of pw usermod -h and pwusermod -H
tree
|
commitdiff
2015-06-15
Baptiste Daroussin
Merge from head
tree
|
commitdiff
2015-06-14
Baptiste Daroussin
Change the documentation to reflect where the -V option...
tree
|
commitdiff
2015-06-13
Simon J. Gerraty
Add META_MODE support.
tree
|
commitdiff
2015-06-08
Baptiste Daroussin
backout remove of -q option for pw [user|group] next
tree
|
commitdiff
2015-06-08
Baptiste Daroussin
Fix typo
tree
|
commitdiff
2015-06-07
Baptiste Daroussin
Fix mistakes than came along with r284139
tree
|
commitdiff
next