summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | libutil: utilize strsep instead of strcat in a loop in gr_makeMateusz Guzik2013-01-131-6/+10
| * | | | | | | | | libutil: move group_line_format into the scop of its only user.Mateusz Guzik2013-01-131-2/+1
| * | | | | | | | | libutil: eliminate 'found' variable in gr_equalMateusz Guzik2013-01-131-8/+5
* | | | | | | | | | IFC @ r245178Neel Natu2013-01-091-0/+1
|\| | | | | | | | |
| * | | | | | | | | pw: free group returned by gr_addMateusz Guzik2013-01-061-0/+1
* | | | | | | | | | IFC @ r244983.Neel Natu2013-01-0410-230/+362
|\| | | | | | | | |
| * | | | | | | | | Simplify pointing dst after the end of all the gr_mem pointers in newgrBaptiste Daroussin2012-12-281-2/+1
| * | | | | | | | | errno = ENOMEM was supposed to be removed not return (NULL);Baptiste Daroussin2012-12-281-1/+1
| * | | | | | | | | malloc() sets errno to ENOMEM already.Baptiste Daroussin2012-12-281-5/+1
| * | | | | | | | | Do not leave parts of the new group uninitialized in gr_dup().Baptiste Daroussin2012-12-281-0/+4
| * | | | | | | | | avoid arithmetic on uintptr_tBaptiste Daroussin2012-12-271-1/+1
| * | | | | | | | | cast to uintptr_t to properly calculate offsetBaptiste Daroussin2012-12-271-1/+1
| * | | | | | | | | Add O_CLOEXEC to flopenBaptiste Daroussin2012-12-272-2/+2
| * | | | | | | | | 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
|\| | | | | |