-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add getpwnam
and related functions
#864
Commits on Aug 19, 2019
-
Add
Users
andGroup
related functionsThis was a collaborative work between Johannes Schilling <dario@deaktualisierung.org>, Fredrick Brennan <copypaste@kittens.ph> and myself. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 0846f15 - Browse repository at this point
Copy the full SHA 0846f15View commit details
Commits on Aug 20, 2019
-
Initial rework of code; later will be squashed
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 072c08d - Browse repository at this point
Copy the full SHA 072c08dView commit details -
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 16f3cf5 - Browse repository at this point
Copy the full SHA 16f3cf5View commit details
Commits on Aug 21, 2019
-
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for a8143fb - Browse repository at this point
Copy the full SHA a8143fbView commit details
Commits on Aug 22, 2019
-
Avoid using From<*mut libc::...> using reference
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for de1ed63 - Browse repository at this point
Copy the full SHA de1ed63View commit details -
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 51d39cf - Browse repository at this point
Copy the full SHA 51d39cfView commit details -
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 3b75439 - Browse repository at this point
Copy the full SHA 3b75439View commit details -
Use Result<Option<User|Group>> so it is more ergonimic
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for b3d7716 - Browse repository at this point
Copy the full SHA b3d7716View commit details
Commits on Aug 28, 2019
-
Improve
from_anything
definition using where clauseSigned-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for b361db0 - Browse repository at this point
Copy the full SHA b361db0View commit details
Commits on Sep 4, 2019
-
Add a generic reserve_buffer_size method
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 76e33fe - Browse repository at this point
Copy the full SHA 76e33feView commit details
Commits on Sep 5, 2019
-
Rework generic reserve_buffer_size code
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 5eda92f - Browse repository at this point
Copy the full SHA 5eda92fView commit details -
Use reserve_double_buffer_size<T> as method name
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for d0b23f3 - Browse repository at this point
Copy the full SHA d0b23f3View commit details -
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 56b0cd1 - Browse repository at this point
Copy the full SHA 56b0cd1View commit details
Commits on Sep 11, 2019
-
Drop Default from User as this should be inquired
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for cc9f81c - Browse repository at this point
Copy the full SHA cc9f81cView commit details -
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 65ba0e5 - Browse repository at this point
Copy the full SHA 65ba0e5View commit details -
Rework more reservation code to use reserve_double_buffer_size
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 9111d12 - Browse repository at this point
Copy the full SHA 9111d12View commit details
Commits on Sep 21, 2019
-
Rework getgroups() according to @asomers suggestions
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Configuration menu - View commit details
-
Copy full SHA for 3fe2c01 - Browse repository at this point
Copy the full SHA 3fe2c01View commit details