pw_util.3 (14b841d4a8e6c25d964f5e3bbda379a1541a27ec) | pw_util.3 (8e7299c08b8b1552d68424375aa1845fb0af8816) |
---|---|
1.\" Copyright (c) 2012 Baptiste Daroussin <bapt@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 44 unchanged lines hidden (view full) --- 53.Fn pw_dup "const struct passwd *pw" 54.Ft int 55.Fn pw_edit "int nosetuid" 56.Ft int 57.Fn pw_equal "const struct passwd *pw1" "const struct passwd *pw2" 58.Ft void 59.Fn pw_fini "void" 60.Ft int | 1.\" Copyright (c) 2012 Baptiste Daroussin <bapt@FreeBSD.org> 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 44 unchanged lines hidden (view full) --- 53.Fn pw_dup "const struct passwd *pw" 54.Ft int 55.Fn pw_edit "int nosetuid" 56.Ft int 57.Fn pw_equal "const struct passwd *pw1" "const struct passwd *pw2" 58.Ft void 59.Fn pw_fini "void" 60.Ft int |
61.Fn pw_init "const char *dir" const char *master" | 61.Fn pw_init "const char *dir" "const char *master" |
62.Ft void 63.Fn pw_initpwd "struct passwd *pw" 64.Ft "char *" 65.Fn pw_make "const struct passwd *pw" 66.Ft "char *" 67.Fn pw_make_v7 "const struct passwd *pw" 68.Ft int 69.Fn pw_mkdb "const char *user" --- 232 unchanged lines hidden --- | 62.Ft void 63.Fn pw_initpwd "struct passwd *pw" 64.Ft "char *" 65.Fn pw_make "const struct passwd *pw" 66.Ft "char *" 67.Fn pw_make_v7 "const struct passwd *pw" 68.Ft int 69.Fn pw_mkdb "const char *user" --- 232 unchanged lines hidden --- |