2013-07-04 |
Dag-Erling... | Fall back to sha512 if passwd_format is not set. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Dag-Erling... | There is no reason to disallow setting the password... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Tim Kientzle | Fix -Wunsequenced warning |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Joel Dahl | mdoc sweep |
commit | commitdiff | tree | snapshot |
2013-03-09 |
Diane Bruce | commit correct tested fix for gr_util.c |
commit | commitdiff | tree | snapshot |
2013-03-07 |
Diane Bruce | Cleanup gr_add() so it does not leak mem |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Daniel Eischen | Prevent a null pointer dereference in pw userdel when... |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Neel Natu | IFC @ r245509 |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Eitan Adler | Remove unused variables |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Mateusz Guzik | libutil: fix typo in comment for gr_fini. |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Mateusz Guzik | libutil: utilize strsep instead of strcat in a loop... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Mateusz Guzik | libutil: move group_line_format into the scop of its... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Mateusz Guzik | libutil: eliminate 'found' variable in gr_equal |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Neel Natu | IFC @ r245178 |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Mateusz Guzik | pw: free group returned by gr_add |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Neel Natu | IFC @ r244983. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Baptiste Daroussin | Simplify pointing dst after the end of all the gr_mem... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Baptiste Daroussin | errno = ENOMEM was supposed to be removed not return... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Baptiste Daroussin | malloc() sets errno to ENOMEM already. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Baptiste Daroussin | Do not leave parts of the new group uninitialized in... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | avoid arithmetic on uintptr_t |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | cast to uintptr_t to properly calculate offset |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | Add O_CLOEXEC to flopen |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | Simplify vnextgrent and vnextpwent reusing pw_scan... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | gr_dup: simplify duplication of group |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | - Clean up previous gr_add use malloc instead of calloc |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | Fix a regression in "pw group show" introduced r242349: |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | Simplify the code by using the new gr_add function |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | New gr_add function to provide a clean and safe method... |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Baptiste Daroussin | Use flopen(3) instead of open(2) + flock(2) |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Baptiste Daroussin | Simplify copying of group members by using memcpy |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Baptiste Daroussin | Fix off-by-one error in memory allocation: j entries... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Baptiste Daroussin | In case of the deletion of a user those whole database... |
commit | commitdiff | tree | snapshot |
2012-12-26 |
Baptiste Daroussin | Fix creating a user and adding it to a group |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eitan Adler | Simplify string duplication: use strdup instead of... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eitan Adler | Avoid overflowing the file buffer |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eitan Adler | Use strdup instead of malloc + strcpy |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eitan Adler | Avoid overflow of file buffer |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Eitan Adler | Remove useless check for NULL prior to free. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Neel Natu | IFC @r243836 |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | In NIS mode first chmod(2) the temporary file and... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | only rename(2) after chmod(2) has succeed |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | Correctly set the password file mode after renaming... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Baptiste Daroussin | change mode the group file to 0644 after a successfull... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Neel Natu | IFC @ r243164 |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eitan Adler | Avoid possible null deref if ypclnt_new returns null |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Neel Natu | IFC @ r242684 |
commit | commitdiff | tree | snapshot |
2012-10-30 |
Baptiste Daroussin | Teach pw(8) about how to use pw/gr API to reduce code... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Baptiste Daroussin | backout r242319, racy and not done in the right place |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Baptiste Daroussin | make pw_init and gr_init fail if the specified master... |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Baptiste Daroussin | Do not treat empty name as an uid 0 |
commit | commitdiff | tree | snapshot |
2012-10-01 |
Baptiste Daroussin | Remove useless atoi(3), previous strspn(3) makes sure... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
Kevin Lo | Make sure that each va_start has one and only one match... |
commit | commitdiff | tree | snapshot |
2012-09-15 |
Isabell Long | Remove a reference to CVS and to freefall from a user... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Peter Grehan | IFC @ r238370 |
commit | commitdiff | tree | snapshot |
2012-06-19 |
Baptiste Daroussin | Revert user comparison back to user names as some user... |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Joel Dahl | mdoc: add missing width argument to Bl -tag. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Jamie Gritton | A new jail(8) with a configuration file, ultimately... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Peter Grehan | IFC @ r234692 |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eitan Adler | Remove trailing whitespace per mdoc lint warning |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Daniel Eischen | When using uidstart in /etc/adduser.conf, get the next |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Kevin Lo | Handle NULL return from crypt(3). Mostly from DragonFly |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Kevin Lo | readlink len-1 |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Kevin Lo | Remove unnecessary cast |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Ed Schouten | Detect file modification properly by using tv_nsec. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Guy Helmer | Consensus between bde and pjd seemed to be that if... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Guy Helmer | Make the comments consistent (capitalization, punctuati... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Guy Helmer | Restore the parenthesis that are necessary around the... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Guy Helmer | Fix more disorder in prototypes and constants. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Guy Helmer | Move struct pidfh definition into pidfile.c, and leave... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Guy Helmer | More prototype formatting fixes, struct member formatti... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Guy Helmer | Fix prototype formatting (indentation, long lines,... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Guy Helmer | Fix namespace issues with prototype parameter names. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Guy Helmer | Fix forward structure declaration and prototype disorder. |
commit | commitdiff | tree | snapshot |
2012-01-11 |
Pawel Jakub... | Constify arguments. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Guy Helmer | Add pidfile_fileno() to obtain the file descriptor... |
commit | commitdiff | tree | snapshot |
2012-01-05 |
Baptiste Daroussin | Add new pw_make_v7 to make a passwd line (in v7 format... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Sean Bruno | IFC to head to catch up the bhyve branch |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Ulrich Spörlein | Spelling fixes for usr.sbin/ |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Eitan Adler | - document the -l option to usermod |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Dimitry Andric | In usr.sbin/pw/pw_user.c, use the correct printf length... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Baptiste Daroussin | Modify pw_copy: |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Peter Grehan | IFC @ r227804 |
commit | commitdiff | tree | snapshot |
2011-11-06 |
Ed Schouten | Mark the structure fields as const. |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Peter Grehan | IFC @ r225592 |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Xin LI | Backout r223115 which potentially caused a POLA violati... |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Peter Grehan | IFC @ r222830 |
commit | commitdiff | tree | snapshot |
2011-06-15 |
Xin LI | Don't attempt to create the base directory when -d... |
commit | commitdiff | tree | snapshot |
2011-05-15 |
John Baldwin | First cut to port bhyve, vmmctl, and libvmmapi to HEAD. |
commit | commitdiff | tree | snapshot |
2011-05-14 |
John Baldwin | First cut at porting the kernel portions of 221828... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Stanislav Sedov | - Commit work from libprocstat project. These patches... |
commit | commitdiff | tree | snapshot |
2011-05-05 |
David E. O... | Don't duplicate define the stdint types. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Xin LI | Add support for IEE/IEC (and now also SI) power of... |
commit | commitdiff | tree | snapshot |
2011-03-12 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@219553 |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Jung-uk Kim | Stop hard-coding default directory mode as 0777. |
commit | commitdiff | tree | snapshot |
2011-03-06 |
Pawel Jakub... | expand_number() needs uint64_t, declare it here if... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
Edward Tomasz... | Add two new system calls, setloginclass(2) and getlogin... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Marcel Moolenaar | Merge svn+ssh://svn.freebsd.org/base/head@218816 |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Jung-uk Kim | Do not let pw.conf(5) or -M option affect creation... |
commit | commitdiff | tree | snapshot |
2010-12-11 |
Joel Dahl | Remove the advertising clause from UCB copyrighted... |
commit | commitdiff | tree | snapshot |
next |