- 21 Feb, 2002 9 commits
-
-
-
-
place because it tokenizes, and whether a char is a comment or not depends on whether its in the middle of a token or not: "hi # there" # comment.
Sam Roberts authored -
# ~/.sieverc # Just moves my mail into my local spool. -dTt --ticket=~/.tickets -f pop://pop.uniserve.com ~/.filter.sv
Sam Roberts authored -
-
of the info directory, now they go in GNU Libraries, with links to the programs under GNU Utilities, as seemed to be suggested by the texinfo docs. Maybe there's a better convention?
Sam Roberts authored -
-
- 20 Feb, 2002 5 commits
-
-
-
Be more robust in handling erroneous constructs. Thanks Sam for reporting.
Sergey Poznyakoff authored -
-
-
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 6 commits
-
-