- 20 Feb, 2002 1 commit
-
-
dependencies, so the exes dont' get rebuilt when the libraries are rebuilt, unless explicitly listed.
Sam Roberts authored
-
- 19 Feb, 2002 14 commits
-
-
actually broke mu_getpwnam() pardigm. To fix it, a wrapper function, mu_getpwuid(), is introduced. It allows to use 'overloaded' getpwuid calls. In the simplest case, it boils down to calling getpuid(). Applications, registering getpwname function by using mu_register_getpwname() are expected to register its getpwuid counterpart by using mu_register_getpwname(). "Virtual domains" (mutil.c:407) seem to be an exception: there is no easy way to create appropriate getpwuid() function. This does not break the virtual domain functionality, however.
Sergey Poznyakoff authored -
-
-
-
-
-
-
-
sql query returning passwd data for a given uid, and --pam-service for setting the PAM service name to be used.
Sergey Poznyakoff authored -
-
to use overloaded getpwuid() in the same way as mu_getpwnam() does it for getpwnam(). (mu_register_getpwuid): Overload getpwuid function.
Sergey Poznyakoff authored -
-
-
- 18 Feb, 2002 6 commits
-
-
-
(ml_command_completion): use rl_completion_matches(). Patch provided by John R. Daily.
Sergey Poznyakoff authored -
-
-
-
-
- 17 Feb, 2002 9 commits
-
-
- 16 Feb, 2002 2 commits
-
-
- 15 Feb, 2002 2 commits
-
-
- 14 Feb, 2002 3 commits
-
-
- 13 Feb, 2002 1 commit
-
-
- 12 Feb, 2002 2 commits
-
-