| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
|
|
|
|
| |
Submitted-By: "Frank ten Wolde" <franky@pinewood.nl>
|
| |
|
|
|
|
| |
Submitted by: jmz
|
| |
|
|
|
|
|
|
|
| |
so that it is less likely someone will confuse it with a
"FILE *" type pointer.
Submitted by: Based on James Raynard's patch
|
|
|
|
| |
Submitted by: James Raynard
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
option to pwd_mkdb and adding this option to utilities invoking it.
Further, the filling of both the secure and insecure databases has been
merged into one loop giving also a performance improvemnet.
Note that I did *not* change the adduser command. I don't read perl
(it is a write only language anyway).
The change will drastically improve performance for passwd and
friends with large passwd files. Vipw's performance won't change.
In order to do that some kind of diff should be made between the
old and new master.passwd and depending the amount of changes, an
incremental or complete update of the databases should be agreed
upon.
|
|
|
|
| |
added. (also align the text block, it looked odd with variable indent)
|
| |
|
|
|
|
|
|
|
| |
Add -Wall to CFLAGS
ftpio.h:
It's ftpGetModTime, not ftpModTime
|
| |
|
|
|
|
|
|
|
|
|
|
| |
aren't silently converted to minbrk. This stops malloc(INT_MAX) from
dumping core. Small values are still silently converted. They should
be an error. sbrk() doesn't do any range checking or conversions or
overflow checking.
Moved PIC_EPILOGUE invocation to a more natural place where it
obviously doesn't interfere with the comparison.
|
|
|
|
|
| |
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
phrasing in the ERRORS section a bit, as well as now specifying
the return status.
|
|
|
|
| |
ftpAscii() call sets connection to ascii as counterpart to ftpBinary().
|
|
|
|
|
|
|
|
|
| |
Document the fact that the tracefile argument must lead to a regular file.
Also took the opportunity to remove the spurious "Errors" entry
relating to filenames with the high-order bit set and add $Id$.
(More of the same to follow if there are no objections).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added $Id$'s to files that were lacking them (gpalmer), made some
cosmetic changes to conform to style guidelines (bde) and checked
against NetBSD and Lite2 to remove unnecessary divergences (hsu, bde)
One last code cleanup:-
Removed spurious casts in fseek.c and stdio.c.
Added missing function argument in fwalk.c.
Added missing header include in flags.c and rget.c.
Put in casts where int's were being passed as size_t's.
Put in missing prototypes for static functions.
Changed second args of __sflags() inflags.c and writehook() in vasprintf.c
from char * to const char * to conform to prototypes.
This directory now compiles with no warnings with -Wall under
gcc-2.6.3 and with considerably less warnings than before with the
ultra-pedantic script I used for testing. (Most of the remaining ones
are due to const poisoning).
|
|
|
|
|
| |
This program should COMPLAIN about uids > 65K but not abort.. they are after
all legal, and some of us NEED them!
|
| |
|
|
|
|
|
|
|
| |
but falls a little short. I added a comment on the null
termination of struct group's gr_mem field.
Reviewed by: jkh
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This will do as a stop-gap until I figure out a more fault-tolerant
way of having deferred closes against the control connection work
without blocking.
|
| |
|
|
|
|
| |
Make ftpChdir return the server status again - it was more convenient.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
functions are preferred but are not widely available as yet.
|
|
|
|
|
|
| |
from jmz was a hopeless kludge (sorry Jean-Marc :) and handled the problem
in the wrong way. ftpRestart() has now gone away and ftpGet() has grown a
new parameter.
|
|
|
|
| |
valid entries into utmp and wtmp
|
|
|
|
|
| |
(the convention as established by pkg_install(1)), select passive mode
FTP automatically.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
|
|
|
|
| |
packages and also sort of give the (correct) impression that this basically
sits on top of stdio and deals with stream pointers (FILE*).
|
| |
|
|
|
|
| |
following the API of the INRIA IPv6 implementation.
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc.
|
|
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc.
This directory now compiles with no warnings with -Wall on gcc2.6.3!
|
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc. In mktemp.c, convert pid from u_int to pid_t, and
get rid of "extern int errno".
|
|
|
|
|
| |
The usual stuff, adding missing function prototypes, argument types,
return values, etc.
|
|
|
|
|
|
|
|
| |
Fixed a couple of nitpick warnings, plus one that slipped through the
net earlier.
This directory now compiles without any warnings with -Wall! (Until
the next gcc upgrade...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Added missing function prototypes.
2. Added missing function return types.
3. Added missing function argument types.
4. Added missing headers for system function prototypes.
5. Corrected format specifier in printf().
6. Added extra parentheses around assignment used as truth value.
7. Added missing "default" cases in switch statements.
8. Added casts for function pointers.
9. Did *not* change int declarations of uid and gid to uid_t/gid_t
because I don't know if that would affect the protocol. Put in
explicit casts to int instead, to make things more obvious.
10. Moved declarations of variables that are only used if YP is
defined inside the '#ifdef YP' conditionals.
|
|
|
|
| |
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
|