summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil.Baptiste Daroussin2012-12-271-169/+67
| * | | | | | | | | | | gr_dup: simplify duplication of groupBaptiste Daroussin2012-12-271-21/+20
| * | | | | | | | | | | - Clean up previous gr_add use malloc instead of callocBaptiste Daroussin2012-12-272-5/+4
| * | | | | | | | | | | Fix a regression in "pw group show" introduced r242349:Baptiste Daroussin2012-12-271-1/+1
| * | | | | | | | | | | Simplify the code by using the new gr_add functionBaptiste Daroussin2012-12-271-15/+9
| * | | | | | | | | | | New gr_add function to provide a clean and safe method to append a new memberBaptiste Daroussin2012-12-272-0/+42
| * | | | | | | | | | | Use flopen(3) instead of open(2) + flock(2)Baptiste Daroussin2012-12-272-9/+4
| * | | | | | | | | | | Simplify copying of group members by using memcpyBaptiste Daroussin2012-12-261-2/+1
| * | | | | | | | | | | Fix off-by-one error in memory allocation: j entries, one new and a nullBaptiste Daroussin2012-12-261-1/+1
| * | | | | | | | | | | In case of the deletion of a user those whole database has to be regenerated,Baptiste Daroussin2012-12-261-1/+5
| * | | | | | | | | | | Fix creating a user and adding it to a groupBaptiste Daroussin2012-12-261-7/+8
| * | | | | | | | | | | Simplify string duplication: use strdup instead of malloc + strcpyEitan Adler2012-12-051-6/+5
| * | | | | | | | | | | Avoid overflowing the file bufferEitan Adler2012-12-051-0/+75
| * | | | | | | | | | | Use strdup instead of malloc + strcpyEitan Adler2012-12-051-6/+4
| * | | | | | | | | | | Avoid overflow of file bufferEitan Adler2012-12-051-1/+1
| * | | | | | | | | | | Remove useless check for NULL prior to free.Eitan Adler2012-12-052-2/+132
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | IFC @r243836Neel Natu2012-12-042-0/+5
|\| | | | | | | | | |
| * | | | | | | | | | In NIS mode first chmod(2) the temporary file and is succeed then rename(2)Baptiste Daroussin2012-11-201-2/+2
| * | | | | | | | | | only rename(2) after chmod(2) has succeedBaptiste Daroussin2012-11-201-7/+3
| * | | | | | | | | | Correctly set the password file mode after renaming in NIS modeBaptiste Daroussin2012-11-201-0/+2
| * | | | | | | | | | change mode the group file to 0644 after a successfull rename(2)Baptiste Daroussin2012-11-201-1/+8
* | | | | | | | | | | IFC @ r243164Neel Natu2012-11-171-0/+305
|\| | | | | | | | | |
| * | | | | | | | | | Avoid possible null deref if ypclnt_new returns nullEitan Adler2012-11-151-0/+305
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | IFC @ r242684Neel Natu2012-11-1115-15/+2510
|\| | | | | | | | |
| * | | | | | | | | Teach pw(8) about how to use pw/gr API to reduce code duplicationBaptiste Daroussin2012-10-3013-88/+1888
| * | | | | | | | | backout r242319, racy and not done in the right placeBaptiste Daroussin2012-10-292-18/+0
| * | | | | | | | | make pw_init and gr_init fail if the specified master password or group file isBaptiste Daroussin2012-10-292-0/+20
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Do not treat empty name as an uid 0Baptiste Daroussin2012-10-011-1/+2
| * | | | | | | | Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is aBaptiste Daroussin2012-10-011-2/+1
| * | | | | | | | Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-281-0/+214
| * | | | | | | | Remove a reference to CVS and to freefall from a user-facing man page.Isabell Long2012-09-151-0/+479
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | IFC @ r238370Peter Grehan2012-07-112-6/+223
|\| | | | | | |
| * | | | | | | Revert user comparison back to user names as some user can share uids (root/toorBaptiste Daroussin2012-06-191-6/+13
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | mdoc: add missing width argument to Bl -tag.Joel Dahl2012-06-031-0/+210
| | |_|_|_|/ | |/| | | |
| * | | | | A new jail(8) with a configuration file, ultimately to replace the workJamie Gritton2012-04-260-0/+0
| |\ \ \ \ \
| | * | | | | A new jail(8) with a configuration file, to replace the work currently doneJamie Gritton2010-10-1948-13002/+0
* | | | | | | IFC @ r234692Peter Grehan2012-04-267-110/+543
|\| | | | | |
| * | | | | | Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-0/+221
| * | | | | | When using uidstart in /etc/adduser.conf, get the nextDaniel Eischen2012-02-251-0/+1
| * | | | | | Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-1/+5
| * | | | | | readlink len-1Kevin Lo2012-02-141-1/+1
| * | | | | | Remove unnecessary castKevin Lo2012-02-141-0/+182
| * | | | | | Detect file modification properly by using tv_nsec.Ed Schouten2012-02-101-1/+2
| * | | | | | Consensus between bde and pjd seemed to be that if the function namesGuy Helmer2012-01-261-8/+8
| * | | | | | Make the comments consistent (capitalization, punctuation, andGuy Helmer2012-01-261-6/+10
| * | | | | | Restore the parenthesis that are necessary around the constant values.Guy Helmer2012-01-261-7/+7
| | |_|_|_|/ | |/| | | |
| * | | | | Fix more disorder in prototypes and constants.Guy Helmer2012-01-161-46/+43
| * | | | | Move struct pidfh definition into pidfile.c, and leave a forward declarationGuy Helmer2012-01-121-12/+6
| * | | | | More prototype formatting fixes, struct member formatting fixes,Guy Helmer2012-01-121-10/+17
| * | | | | Fix prototype formatting (indentation, long lines, and continued lines).Guy Helmer2012-01-111-23/+30