Age | Commit message (Expand) | Author |
2003-09-19 | an atexit handler to close a file descriptor? who wrote this crap..; millert ok | Theo de Raadt |
2003-09-18 | Not all address types have a mask. | Cedric Berger |
2003-09-18 | fix early free (subtle); marius@monkey.org | Theo de Raadt |
2003-09-18 | add .Bk/.Ek to SYNOPSIS; | Jason McIntyre |
2003-09-18 | add some space before lists; | Jason McIntyre |
2003-09-18 | replace NetBSD info with OBSD relevant stuff; | Jason McIntyre |
2003-09-09 | slight cleanup of man page and sync usage(); | Jason McIntyre |
2003-09-05 | socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@ | Ted Unangst |
2003-09-02 | Xref boot_mvme88k | Miod Vallat |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-09-02 | A couple of nits. deraadt@ ok. | Hakan Olsson |
2003-09-02 | Require ISAKMP_FLAGS_ENC on phase 2 messages. ok markus@, deraadt@. | Hakan Olsson |
2003-09-02 | For easier compilation on linux systems. Requested by Thomas Walpuski. | Hakan Olsson |
2003-09-01 | KNF | Henning Brauer |
2003-08-31 | add references to /etc/mygate in FILES and SEE ALSO; | Jason McIntyre |
2003-08-29 | Document interactions between tables and anchors. | Cedric Berger |
2003-08-29 | exclude __sparc64__ since it can handle 16k blocks. from jason@ | Ted Unangst |
2003-08-28 | sparcs cannot handle booting from > 8k block partitions, so set the root | Ted Unangst |
2003-08-28 | This change is busted. what's worse, REGRESSION TESTS WOULD HAVE CAUGHT IT! | Kjell Wooding |
2003-08-28 | support AES in phase 1, too. switch to OpenSSL EVP interface; | Markus Friedl |
2003-08-28 | tweak; | Jason McIntyre |
2003-08-27 | kill dangling 'else'. fixes modulus in W and M TCP options | Mike Frantzen |
2003-08-27 | typos from deraadt@; | Jason McIntyre |
2003-08-26 | catch port/user/group a <>/>< b with a >= b, from mpech@ | Daniel Hartmeier |
2003-08-26 | mark cloned route with RTF_CLONED. remove RTF_CLONED route when clone parent | Jun-ichiro itojun Hagino |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-25 | catch return-rst ttl values > 255, from aaron@ | Daniel Hartmeier |
2003-08-24 | Tweaks: | Cedric Berger |
2003-08-24 | don't print info about duplicate emuls. gives the illusion there is only | Ted Unangst |
2003-08-23 | document necessity for sysctl to enable compat code. ok deraadt@ | Ted Unangst |
2003-08-22 | correct printf arg mismatch (in 64bit arch). dhartmei ok | Jun-ichiro itojun Hagino |
2003-08-22 | pf spelling police | David Krause |
2003-08-22 | move pfctl_file_fingerprints() call, table commands can use -f themselves | Daniel Hartmeier |
2003-08-22 | KNF | Henning Brauer |
2003-08-21 | Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF. | Mike Frantzen |
2003-08-21 | emulation is now controlled by sysctl. changes: | Ted Unangst |
2003-08-21 | More boot_foo Xr are valid now. | Miod Vallat |
2003-08-20 | braindeadness police: catch queues which specify itself as child... 'nuff said | Henning Brauer |
2003-08-20 | Zap an old "Identification" tag in this sample config. I have no idea | Hakan Olsson |
2003-08-20 | catch invalid CBQ priorities earlier, including a better error message | Henning Brauer |
2003-08-20 | err out nicer on errors in queue def | Henning Brauer |
2003-08-20 | certpatch(8) can be used to create FQDN X509v3 extensions too. | Hakan Olsson |
2003-08-18 | catch max-mss values > 65535, report by Gregory Steuck | Daniel Hartmeier |
2003-08-18 | typos; ho@ | Markus Friedl |
2003-08-16 | more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com | Theo de Raadt |
2003-08-11 | Dynamic select(2) support; deraadt@ OK | Todd C. Miller |
2003-08-09 | This patch remove the restriction that tables cannot be used in routing or | Cedric Berger |
2003-08-09 | new sentence, new line + small cleanup; | Jason McIntyre |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-08-08 | Be more careful when using constant_lookup() in messages. Pointed out by | Hakan Olsson |