sortix-mirror/libc/grp
Jonas 'Sortie' Termansen 6d052efd19 Fix unbounded memory usage and infinite loop in fgetgrent_r(3). 2015-06-27 17:06:44 +02:00
..
endgrent.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00
fgetgrent.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00
fgetgrent_r.cpp Fix unbounded memory usage and infinite loop in fgetgrent_r(3). 2015-06-27 17:06:44 +02:00
getgrent.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00
getgrent_r.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00
getgrgid.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00
getgrgid_r.cpp Fix missing parentheses in grp and pwd implementation. 2014-05-16 14:06:36 +02:00
getgrnam.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00
getgrnam_r.cpp Fix missing parentheses in grp and pwd implementation. 2014-05-16 14:06:36 +02:00
opengr.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00
setgrent.cpp Implement the <grp.h> API properly. 2013-12-17 14:30:43 +01:00