index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
passwd
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-29
fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
Rich Felker
1
-2
/
+2
2013-07-19
change uid_t, gid_t, and id_t to unsigned types
Rich Felker
2
-6
/
+20
2013-04-04
add put*ent functions for passwd/group files and similar for shadow
Rich Felker
3
-0
/
+34
2013-02-17
add fgetgrent function
Rich Felker
1
-0
/
+9
2012-09-29
more close-on-exec fixes, mostly using new "e" flag to fopen
Rich Felker
5
-6
/
+6
2012-02-01
make passwd/group functions safe against cancellation in stdio
Rich Felker
4
-6
/
+35
2012-01-29
add fgetpwent (nonstandard function)
Rich Felker
1
-0
/
+9
2011-09-27
fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose
Rich Felker
2
-0
/
+12
2011-09-21
protect against/handle cancellation reading shadow passwords
Rich Felker
1
-1
/
+11
2011-06-30
fix buffer overrun in getgrent code when there are no group members
Rich Felker
1
-4
/
+8
2011-06-08
it's called getgrgid_r, not getgruid_r...
Rich Felker
1
-1
/
+1
2011-04-20
shadow password fixes: empty fields should read as -1 not 0
Rich Felker
1
-7
/
+13
2011-02-14
guard against hard links to non-ordinary-files when reading tcb shadow
Rich Felker
1
-2
/
+4
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
11
-0
/
+404