summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-01-19Log the remote user in the access.log.Florian Obser
2015-01-19s/clt_fcgi_remote_user/clt_remote_user/Florian Obser
2015-01-19Decouple auth parameters from struct server_config into struct auth.Reyk Floeter
2015-01-19Also print the fspace member of map entries when PRINT_VM_MAP_ENTRY isMark Kettenis
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZTheo de Raadt
2015-01-19sparc also needs <machine/param.h> for CPU_SUN*.Miod Vallat
2015-01-19Replace HOST_NAME_MAX+1 with NI_MAXHOST when the hostname is usedAlexander Bluhm
2015-01-19remove a couple of unused headers.Brent Cook
2015-01-19add a specialized version of version compares that should not updateMarc Espie
2015-01-19If SIGUSR1 and SIGUSR2 are unavailable, don't invent something crazyTheo de Raadt
2015-01-19move to <limits.h> universeTheo de Raadt
2015-01-19If UID_MAX is not defined, this should fail to compile.Theo de Raadt
2015-01-18Implement sending syslog messages over TLS.Alexander Bluhm
2015-01-18tweak previousFlorian Obser
2015-01-18First stab at implementing basic auth.Florian Obser
2015-01-18Drop backward compat syntax.Antoine Jacoutot
2015-01-18The world is ELF: use <sys/exec_elf.h> instead of <a.out.h> or <sys/exec.h>Philip Guenther
2015-01-18do not require <a.out.h>Theo de Raadt
2015-01-17make sure we have an interactivestub... I forgot the -I part from the oldMarc Espie
2015-01-17document the <sys/param.h>Theo de Raadt
2015-01-16More evil bootstrap code. #ifndef ALIGNBYTES #define ALIGNBYTES 3.Theo de Raadt
2015-01-16change to <limits.h> universe. The only changes in the binary are dueTheo de Raadt
2015-01-16move to <limits.h> where possible, annotate <sys/param.h> otherwiseTheo de Raadt
2015-01-16Move from <sys/param.h>. (The binary change is due to a line numberTheo de Raadt
2015-01-16SSL_CTX_use_certificate_chain() has been added to LibreSSL and thereReyk Floeter
2015-01-16Adapt to <limits.h> universe.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h>Theo de Raadt
2015-01-16The SSL/TLS session Id context is limited to 32 bytes. Instead ofReyk Floeter
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-16Merge in a commit from upstream..Brad Smith
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2015-01-15switch to PATH_MAXTheo de Raadt
2015-01-15do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>Theo de Raadt
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2015-01-15fully remove disabled mschap support, which does weird DES things.Ted Unangst
2015-01-15Be sure to print time_t with the appropriate format specifier. RepairsMiod Vallat
2015-01-15oops, forgotten back-pointer to state for error messagesMarc Espie
2015-01-15When the connection to a TCP syslog server fails or the TCP connectionAlexander Bluhm
2015-01-15when enqueueing offline mails from within the daemon session, we should notGilles Chehade
2015-01-15not supposed to include sys/ttycom.h (these may have rpcgen history)Theo de Raadt
2015-01-14Switch drift file format to ppm for compatibility with the ntp.orgChristian Weisgerber
2015-01-14Use reallocarray() instead of calloc() when making a copy of theTodd C. Miller
2015-01-14Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAXTodd C. Miller
2015-01-14Use HAVE_FOO for BSD-specific features instead of relying on theTodd C. Miller
2015-01-14Use standard types for wait, readdir, signals and pids.Todd C. Miller
2015-01-14Remove compatibility defines for ancient systems. We assume aTodd C. Miller
2015-01-14recipient and sender lists now support the user+TAG notation, allowingGilles Chehade
2015-01-14bring back reverted commits, the crash was unrelatedGilles Chehade
2015-01-13bump failure to set the initial time from debug to warningBrent Cook
2015-01-13bump copyright yearReyk Floeter