summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-14Reword comment a bit for clarity. hshoexer@ ok.Hakan Olsson
2004-12-14missing `tag' request in the request tableJean-Francois Brousseau
from Joris Vink
2004-12-14add two warn() calls to make sure a warning message gets printed if one ofMike Frantzen
the table calls fails and the optimizer is gonna bomb out
2004-12-14indentation and some knf, no binary changeHans-Joerg Hoexer
ok + help markus
2004-12-14fix a comment.Hans-Joerg Hoexer
ok deraatd tdeval
2004-12-14- be more consistent when referring to ServerRootJason McIntyre
- document DocumentRoot more explicitly - don't use .Va for everything ok henning@
2004-12-14sync usage() w/ SYNOPSIS and remove some verbosity;Jason McIntyre
ok henning@
2004-12-14convert to mdoc;Jason McIntyre
2004-12-14sync with NetBSD, ok miod@Martin Reindl
2004-12-14no need for pfsync.h hereMichael Shalayeff
2004-12-14move the ioctls w/ all the other ifaces; mcbride@ okMichael Shalayeff
2004-12-14OBSD sync;Jason McIntyre
2004-12-14rewrite code to cache files internally, to avoid going to disk all theMarc Espie
time. This will allow us to bypass synch() and use this in -n mode, among other things. We could also postpone writing the cache (synching) until the end of the program...
2004-12-14only print a separating '\n' when showing both server and client infoPedro Martelletto
ok deraadt@ hshoexer@
2004-12-14use YFLAGS=Marco Pfatschbacher
ok mcbride@
2004-12-14Allow the Address, Network, or Netmask values of the <IPsec-ID> to beRyan Thomas McBride
specified with an interface name (in which case the first address is used) or the keyword 'default' (in which case the address is selected based on the default route). eg: [roadwarrior-ip] ID-type= IPV4_ADDR Address= default ok ho@ hshoexer@
2004-12-14update (and sort) FILES;Jason McIntyre
ok henning@
2004-12-14grammar, and FILES sync;Jason McIntyre
2004-12-14typos; ok pefo@Alexander Yurchenko
2004-12-14link0 drops IP multicast, and link1 non-IP multicast. Not the other wayCamiel Dobbelaar
around. ok fgsch@
2004-12-14sendto() takes socklen_t as an argument; ok henning@Darren Tucker
2004-12-14Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,Ryan Thomas McBride
prevents a possible endless loop in pf_get_sport() with 'static-port' Reported by adm at celeritystorm dot com in FreeBSD PR74930, debugging by dhartmei@ ok dhartmei@
2004-12-14no need to look into ip_carp.h anymoreMichael Shalayeff
2004-12-14move ioctls together w/ all other ifaces; mcbride@ okMichael Shalayeff
2004-12-14typhoon microcode file buildTheo de Raadt
2004-12-14txp(4) late firmware loading, written somewhere over the pacific, testedTheo de Raadt
by mcbride, reduces size of the kernel
2004-12-14cleaner error handling on connection setup and in case of connectionJean-Francois Brousseau
failure
2004-12-14one more rc.conf -> rc.conf.local;Jason McIntyre
2004-12-14convert to mdoc;Jason McIntyre
2004-12-14move the cvsrc example stuff to cvsrc.5;Jason McIntyre
make it clearer that $HOME/.cvsrc is the user config file; add a reference to cvsrc(5) in cvs(1) SEE ALSO; ok xsa@ (actually this started life as a diff from him...)
2004-12-14mention /var/backups;Jason McIntyre
ok otto@
2004-12-13sync authpf anchor syntax;Jason McIntyre
also, spelling while i'm in here; from joel knight;
2004-12-13move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return.Daniel Hartmeier
from Max Laier.
2004-12-13typo, ok jmc@Pedro Martelletto
2004-12-13Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@Todd C. Miller
2004-12-13return early if no files are ready to be commitedJean-Francois Brousseau
2004-12-13yet another mistake in the protocol docs...even if we send theJean-Francois Brousseau
appropriate Entry for a file which was lost locally, the server responds with a Created, so we must remove the previous entry before replacing it with the one we receive.
2004-12-13pull all the conflict checking code into one single function, makesMarc Espie
things much simpler...
2004-12-13since we store dependencies we looked at, show them in the clue() message,Marc Espie
so that people can try to figure out why the library wasn't found.
2004-12-13Only warn if we try to cp(1) a socket. Consequently, this makesOtto Moerbeek
mv(1)ing trees containing sockets across filesystems much more smooth. ok millert@ tedu@ fgsch@ pedro@ deraadt@
2004-12-13Use warnx() instead of warn() in four places where we know errno is zero.Otto Moerbeek
ok henning@ fgsch@ pedro@ millert@
2004-12-13get rid of void* arithmetic to nuke another gcc warningJean-Francois Brousseau
2004-12-13fix test for syswrite errors: zero returns are legitimate.Marc Espie
2004-12-13avoid brutal exits from loop.Marc Espie
2004-12-13Store the local ethernet address in struct arpcom and suddenly mc(4) startsClaudio Jeker
working. OK miod@
2004-12-13free the buffer used to receive a file in the Updated response handlerJean-Francois Brousseau
and saner handling of checksums spotted by and discussed with Joris Vink
2004-12-13Regen (including /dev/crypto support not regen'ed last time)Miod Vallat
2004-12-13Fix tun majorMiod Vallat
2004-12-13if we fail to generate a file's checksum, print the path of the fileJean-Francois Brousseau
as part of the error message
2004-12-13Dead meat.Miod Vallat