2014-04-23 |
schwarze | improve SQL style: avoid "SELECT *", be explicit in... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jmc | tweak previous; sorry ingo, my review was pretty poor; |
commit | commitdiff | tree | snapshot |
2014-04-23 |
schwarze | Audit strlcpy(3)/strlcat(3) usage. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
reyk | Fix format string in DEBUG message (not compiled by... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
tedu | remove Z option and default to something halfway to J. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | No need for vargs here. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jca | Use arc4random as PRNG backend, instead of libcrypto... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
schwarze | more info about HISTORY; ok jmc@ |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jca | His name is Van Jacobson. ok jmc@ |
commit | commitdiff | tree | snapshot |
2014-04-23 |
stsp | Document RTS5227 support in rtsx(4). |
commit | commitdiff | tree | snapshot |
2014-04-23 |
djm | don't record duplicate IdentityFiles |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jsing | Casting from a const unsigned char ** to a const unsign... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jsing | We do not need ARGV, Argc and Argv - just use argc... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Replace malloc / memset / select song and dance with... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
mpi | Don't use varargs for udp_output() and sync the argumen... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
otto | don't clear label before readasciilabel(), it will... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jca | Kill useless assignement, matchlen is initialized two... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
naddy | Remove badly outdated information: FDDI and Token Ring... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jca | Don't attempt to deal with link types supported by... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
espie | explain a bit more what's going on for stupid me. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
nicm | Differentiate between linked and unlinked window closes... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
ajacoutot | Remove krb5 bits from rc(8). |
commit | commitdiff | tree | snapshot |
2014-04-23 |
mpi | You don't want to use ifa_ifwithroute(), it exists... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Merge traceroute6 into traceroute. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare for merge: s/hops/ttl/ in struct packetdata |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare for merge: no more useicmp |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | KNF |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | bzero -> memset |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | s/lastaddr/lastaddr6/ |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare merge: check AF |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | missing break; not reachable |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | No need to set protocol in hints. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | zap redundant cast |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Introduce check_tos to unclutter the main loop. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | move AF independet setsockopts down |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | s/Nxt/nxt/ |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Add error checking to sysctl. While there pass in an... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | sync to traceroute: move sndsock creation up. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare for merge: introduce icmp_code for the AF switch. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare for merge: s/icmp_code/icmp4_code/ and use... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare for merge: s/packet_ok/packet_ok6/ and use... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare for merge: s/packet_ok/packet_ok4/ and use... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare merge: s/to/to6/; s/from/from6/ |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare merge: introduce struct sockaddr *from, *to... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Prepare merge: s/to/to4/; s/from/from4/ |
commit | commitdiff | tree | snapshot |
2014-04-23 |
florian | Make this compile with -Wall et al. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
otto | Better, cleaner hash function that computes the same... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
beck | Make libssl and libcrypto compile with -Werror |
commit | commitdiff | tree | snapshot |
2014-04-23 |
beck | Make sure ret->name is NULL'ed before return when freeing. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
beck | Rather than sprinkling magical numbers everywhere,... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jsg | rename some hardware revisions to match FreeBSD |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jsg | add support for RTL8168EP |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jsg | While we always mask the revision with 0x7c800000 linux... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
jsg | Add support for RTL8168GU |
commit | commitdiff | tree | snapshot |
2014-04-22 |
aoyama | Unify the model name to LUNA-88K{,2}, that is considere... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
miod | unifdef -UAES_LONG for we do not intend to run on platf... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
millert | Use calloc() instead of malloc(n * s) followed by memse... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
miod | So it turns out that libcrypto on i386 platforms, uncon... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
miod | When compiling with AES_WRAP_TEST, make main() return... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | use reallocarray |
commit | commitdiff | tree | snapshot |
2014-04-22 |
miod | Mention 16-bit sound is supported nowadays. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | remove dead stores to error. from Fritjof Bornebusch |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | malloc/memset -> calloc. from peter malone |
commit | commitdiff | tree | snapshot |
2014-04-22 |
lteo | Remove the certs directory that contains ancient files... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | malloc/memset->calloc. with bonus null check. from... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | null a pointer to prevent double free. from Dirk Engling |
commit | commitdiff | tree | snapshot |
2014-04-22 |
miod | Remove files which look like actual code compiled in... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | fix memory leaks. from Dirk Engling |
commit | commitdiff | tree | snapshot |
2014-04-22 |
miod | Remove meat which either duplicates code found in apps... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | malloc/memset -> calloc. from peter malone |
commit | commitdiff | tree | snapshot |
2014-04-22 |
beck | Fix issue where we could jump into getdirtybuf without... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
espie | turns out there are exactly 3 ports that actually use... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | Trojan horse is still a noun. noted by fritjof |
commit | commitdiff | tree | snapshot |
2014-04-22 |
naddy | Remove RX checksum offloading support. The chip is... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
sobrado | add closing parenthesis. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jmc | - one more mallocarray -> reallocarray |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jsing | Nuke the last of the windows related defines from the... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
henning | this commit is really florian@'s, since he's the one... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
reyk | Finally remove KERBEROS5? from the Makefile infrastructure. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
mpi | Remove some altq tentacles. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | switch to reallocarray |
commit | commitdiff | tree | snapshot |
2014-04-22 |
tedu | change mallocarray to reallocarray. useful in a few... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jmc | more kerberos zapping; |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jmc | zap eol whitespace; |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jmc | zap stray Pp; |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
gilles | malloc -> calloc |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
henning | no more kerb, ok kettenis |
commit | commitdiff | tree | snapshot |
2014-04-22 |
sobrado | no more kerberos authentication styles. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
logan | Document sftp upload resume. |
commit | commitdiff | tree | snapshot |
2014-04-22 |
okan | Instead of special casing ftpd, uucpd and others that... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
mpi | ifa_ifwithroute() is the only magic place where an... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
espie | pure reindent |
commit | commitdiff | tree | snapshot |
2014-04-22 |
henning | NULL is cooler than 0 when pointers are concerned |
commit | commitdiff | tree | snapshot |
2014-04-22 |
reyk | Update iked to use the same proc.c that relayd uses. |
commit | commitdiff | tree | snapshot |
next |