index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passwd
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix regression in getspnam[_r] error code for insufficient buffer size
Rich Felker
2017-06-21
1
-1
/
+1
*
set errno when getpw*_r, getgr*_r, and getspnam_r fail
Rich Felker
2017-06-15
3
-3
/
+7
*
revert unrelated change that slipped into last commit
Rich Felker
2016-07-13
1
-1
/
+1
*
fix regression in tcsetattr on all mips archs
Rich Felker
2016-07-13
1
-1
/
+1
*
fix spurious errors from pwd/grp functions when nscd backend is absent
Rich Felker
2015-06-09
1
-4
/
+8
*
fix mishandling of ENOMEM return case in internal getgrent_a function
Rich Felker
2015-05-01
1
-1
/
+2
*
avoid sending huge names as nscd passwd/group queries
Rich Felker
2015-03-15
1
-2
/
+3
*
simplify nscd lookup code for alt passwd/group backends
Rich Felker
2015-03-15
4
-15
/
+15
*
add alternate backend support for getgrouplist
Josiah Worcester
2015-03-15
2
-0
/
+86
*
support alternate backends for the passwd and group dbs
Josiah Worcester
2015-02-23
4
-2
/
+390
*
fix spurious errors in refactored passwd/group code
Rich Felker
2015-02-23
2
-2
/
+2
*
fix crashes in refactored passwd/group code
Rich Felker
2015-02-23
2
-4
/
+4
*
refactor group file access code
Josiah Worcester
2015-02-13
6
-51
/
+71
*
refactor passwd file access code
Josiah Worcester
2015-02-10
6
-49
/
+65
*
fix erroneous return of partial username matches by getspnam[_r]
Rich Felker
2015-01-21
1
-1
/
+1
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
4
-0
/
+4
*
shadow: Implement fgetspent
Michael Forney
2013-11-24
1
-1
/
+10
*
shadow: Move spent parsing to internal function
Michael Forney
2013-11-24
2
-31
/
+40
*
shadow: Implement putspent
Michael Forney
2013-11-24
2
-5
/
+13
*
putgrent: Add missing newline
Michael Forney
2013-11-23
1
-0
/
+1
*
putgrent: Stop writing output on first failure
Michael Forney
2013-11-23
1
-2
/
+3
*
fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
Rich Felker
2013-09-29
1
-2
/
+2
*
change uid_t, gid_t, and id_t to unsigned types
Rich Felker
2013-07-19
2
-6
/
+20
*
add put*ent functions for passwd/group files and similar for shadow
Rich Felker
2013-04-04
3
-0
/
+34
*
add fgetgrent function
Rich Felker
2013-02-17
1
-0
/
+9
*
more close-on-exec fixes, mostly using new "e" flag to fopen
Rich Felker
2012-09-29
5
-6
/
+6
*
make passwd/group functions safe against cancellation in stdio
Rich Felker
2012-02-01
4
-6
/
+35
*
add fgetpwent (nonstandard function)
Rich Felker
2012-01-29
1
-0
/
+9
*
fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose
Rich Felker
2011-09-27
2
-0
/
+12
*
protect against/handle cancellation reading shadow passwords
Rich Felker
2011-09-21
1
-1
/
+11
*
fix buffer overrun in getgrent code when there are no group members
Rich Felker
2011-06-30
1
-4
/
+8
*
it's called getgrgid_r, not getgruid_r...
Rich Felker
2011-06-08
1
-1
/
+1
*
shadow password fixes: empty fields should read as -1 not 0
Rich Felker
2011-04-20
1
-7
/
+13
*
guard against hard links to non-ordinary-files when reading tcb shadow
Rich Felker
2011-02-14
1
-2
/
+4
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
11
-0
/
+404