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