2015-01-16 |
schwarze | Properly escape punctuation when given as an argument... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
tedu | Less code, more better. No longer need to worry about... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | The make code has "bootstrap", to allow it to be brough... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
reyk | SSL_CTX_use_certificate_chain() has been added to Libre... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | Adapt to <limits.h> universe. |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | Replace <sys/param.h> with <limits.h> |
commit | commitdiff | tree | snapshot |
2015-01-16 |
reyk | The SSL/TLS session Id context is limited to 32 bytes... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
schwarze | Tweak previous: Do not put punctuation on its own line... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
bluhm | Add regression tests for syslog over TLS. |
commit | commitdiff | tree | snapshot |
2015-01-16 |
sf | Binary code patching on amd64 |
commit | commitdiff | tree | snapshot |
2015-01-16 |
bentley | Clean up macros in isakmpd(8). |
commit | commitdiff | tree | snapshot |
2015-01-16 |
doug | Replace <sys/param.h> with <limits.h> |
commit | commitdiff | tree | snapshot |
2015-01-16 |
djm | when hostname canonicalisation is enabled, try to parse... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | <sys/param.h> is not needed here either. |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | Replace <sys/param.h> with <limits.h> and other less... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
tedu | improve checksum parsing slightly. now handles filename... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
tedu | just to be careful, add a cpp guard that the sscanf... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAX |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | If MAXPATHLEN is undefined, do not set it to 512. Dange... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
lteo | Complete the list of functions in the paragraph that... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
lteo | Rename pcap_create()'s ebuf argument to errbuf to match... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
lteo | Add more missing argument names. |
commit | commitdiff | tree | snapshot |
2015-01-16 |
lteo | Remove pointless casts for several malloc/calloc/free... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
lteo | The BPF paper referenced in the SEE ALSO section was... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
lteo | Fix a use after free, where the already freed p->opt... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
schwarze | Delete the MANLINT variable and the related SUFFIXES... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-01-16 |
brad | Merge in a commit from upstream.. |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | Since <netdb.h> soon won't include <sys/param.h>, MAXHO... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | move to PATH_MAX, etc; normalize includes for life... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | Move to using PATH_MAX |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | first batch of cleanup to programs based upon the names... |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | first batch of programs adapting to the namespace cleanup |
commit | commitdiff | tree | snapshot |
2015-01-16 |
deraadt | Switch to including <sys/types.h> instead of <sys/param.h> |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | switch to PATH_MAX |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | include <sys/syslimits.h> and switch to use of LOGIN_NA... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | include <sys/syslimits.h> to get access to (and then... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | Stop including <sys/param.h> and other stuff. Assume... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | do not assume <netmls/mpls.h> will pull in <limits... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | Do not include 5 header files, including <sys/param.h> |
commit | commitdiff | tree | snapshot |
2015-01-15 |
markus | add kex unit tests |
commit | commitdiff | tree | snapshot |
2015-01-15 |
tedu | remove static version string |
commit | commitdiff | tree | snapshot |
2015-01-15 |
tedu | simplify des headers by stripping out all the unnecessa... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
tedu | fully remove disabled mschap support, which does weird... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
brad | Remove a variable no longer used in re_tick(). |
commit | commitdiff | tree | snapshot |
2015-01-15 |
tedu | use PATH_MAX for path buffers. in case, you know... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | If some mythical system lacks PATH_MAX, do not set... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
markus | remove xmalloc, switch to sshbuf |
commit | commitdiff | tree | snapshot |
2015-01-15 |
markus | switch to sshbuf |
commit | commitdiff | tree | snapshot |
2015-01-15 |
guenther | UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
miod | Rework the disk label handling once again. Disk label... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
miod | Be sure to print time_t with the appropriate format... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
guenther | Test shmat() with a non-NULL address, both failure... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
schwarze | Use .An in the AUTHORS section where appropriate; |
commit | commitdiff | tree | snapshot |
2015-01-15 |
millert | The flags variable in shmat was not actually used.... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
tedu | we don't have an alloca() symbol anywhere in libc,... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
schwarze | use .In where appropriate; from Kaspars at Bankovskis... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
schwarze | typo; from Kaspars at Bankovskis dot net |
commit | commitdiff | tree | snapshot |
2015-01-15 |
espie | oops, forgotten back-pointer to state for error messages |
commit | commitdiff | tree | snapshot |
2015-01-15 |
schwarze | remove .Tn; from Jan Stary <hans at stare dot cz> |
commit | commitdiff | tree | snapshot |
2015-01-15 |
naddy | handle UMAC128 initialization like UMAC; ok djm@ markus@ |
commit | commitdiff | tree | snapshot |
2015-01-15 |
miod | Fix subtle breakage for polled commands introduced... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
chl | remove unused variable |
commit | commitdiff | tree | snapshot |
2015-01-15 |
chl | remove unused variable |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | all modern systems can do this SUSPEND thing |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | NR_OF_EOFS is a festering boil, lance & drain. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
kettenis | Map the sigcode page with MAP_INHERIT_COPY to make... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
sf | Don't include i82489 headers in cpu.h |
commit | commitdiff | tree | snapshot |
2015-01-15 |
sf | Define and print HV cpuid flag on i386. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
nicm | Remove an unnecessary variable and shorten a line. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
nicm | Shorten some long lines. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
bluhm | Add a test for syslogd that reconnects to a TCP syslog... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
millert | Use explicit_bzero instead of memset in hash Final... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
sobrado | tell the truth about DES. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
bluhm | When the connection to a TCP syslog server fails or... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
djm | fix regression reported by brad@ for passworded keys... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
kettenis | Map the sigcode page copy-on-write. This allows userla... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
djm | sync ssh-keysign, ssh-keygen and some dependencies... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
ajacoutot | Extend the description of _timeout. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
gilles | when enqueueing offline mails from within the daemon... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
djm | remove commented-out test code now that it has moved... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
djm | unit tests for KRL bitmap |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | back in september I did the large abstraction refactori... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
schwarze | Fatal errors no longer exist. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
millert | Sync with libc version. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
millert | Make strlcpy/strlcat slightly easier to read. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
millert | POSIX does not require an explicit inclusion of sys... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
schwarze | downgrade .so failure from FATAL to ERROR |
commit | commitdiff | tree | snapshot |
2015-01-15 |
jsg | Define a new wscons mouse type for Synaptics clickpad... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | I bet the reference to <sys/ttycom.h> near the ldisc... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | do not be specific regarding which ioctl backend .h... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | not supposed to include sys/ttycom.h (these may have... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | wrong place to mention nmea. cua is different, that... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
deraadt | delete overly-specific details that cause espie angst. |
commit | commitdiff | tree | snapshot |
2015-01-14 |
deraadt | change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
deraadt | these never needed sys/param.h |
commit | commitdiff | tree | snapshot |
2015-01-14 |
schwarze | downgrade ".so with absolute path" from FATAL to ERROR; |
commit | commitdiff | tree | snapshot |
2015-01-14 |
schwarze | simplify by getting rid of ROFF_ERR in tbl(7) parsing... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
schwarze | To get rid of SYSERR entries in enum mandocerr, downgra... |
commit | commitdiff | tree | snapshot |
2015-01-14 |
miod | Don't forget to register event counter for VME interrupts. |
commit | commitdiff | tree | snapshot |
next |