summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-04-18remove references to rshd;Jason McIntyre
2014-04-18round up some enemy sympathizers found calling RAND_seed().Ted Unangst
2014-04-18raise file limit to something more web scale, but lower connections soTed Unangst
2014-04-18no app_rand.cTed Unangst
2014-04-18Wrap long lines.Florian Obser
2014-04-18Move ident / perturb initialisation up, this is AF independent.Florian Obser
2014-04-18sync to traceroute6: use getnameinfo for destination ipFlorian Obser
2014-04-18Declare socklen_t len in main, it's used in two places, no needFlorian Obser
2014-04-18Replace fprintf(stderr, ..); exit() with errx() and fprintf(stderr, ...)Florian Obser
2014-04-18Drop rh0 support (-g), it doesn't work anyway.Florian Obser
2014-04-18Use getaddrinfo to resolve destination. I kept the inet_aton so theFlorian Obser
2014-04-18We do have SO_SNDBUF.Florian Obser
2014-04-18We do have SO_SNDBUF and IP_HDRINCL.Florian Obser
2014-04-18replace perror(3) with err(3)/warn(3)Florian Obser
2014-04-18Structure wait_for_reply() loop like traceroute, thereby moving theFlorian Obser
2014-04-18move cast from packet to ip up to avoid casts in print()Florian Obser
2014-04-18move ICMP6 code parsing to functionFlorian Obser
2014-04-18move ICMP code parsing to functionFlorian Obser
2014-04-18sync to traceroute:Florian Obser
2014-04-18If -s is not given do a dummy connect to get outgoing ip,Florian Obser
2014-04-18fix previousReyk Floeter
2014-04-18Sync to tracroute: don't print source IP if -s is not givenFlorian Obser
2014-04-18spacingReyk Floeter
2014-04-18spacingReyk Floeter
2014-04-18Sync to tracroute: handle "time exceeded in transit" before theFlorian Obser
2014-04-18sync packet_ok signature to traceroute6Florian Obser
2014-04-18sync to traceroute: s/opacket/packetdata/Florian Obser
2014-04-18Embed struct tv32 into struct opacket like traceroute.Florian Obser
2014-04-18Factor out build_probe{4,6} from send_probe; now send_probe isFlorian Obser
2014-04-18Fix SSL client-only mode when no RSA private key is needed.Reyk Floeter
2014-04-18since e_os.h is dead, and e_os2.h is installed, we can fetch from there.Theo de Raadt
2014-04-18The RSA_FLAG_SIGN_VER is not yet supported and the current code usesReyk Floeter
2014-04-18Introduce privsep for private keys:Reyk Floeter
2014-04-18The proc.c code sets up some socketpair for the communication betweenReyk Floeter
2014-04-18Do not set RTF_DONE flag on route message, only the kernel is allowed toClaudio Jeker
2014-04-18Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo.Ingo Schwarze
2014-04-18We are not ARCHAIC; no object change.Florian Obser
2014-04-18support mailaddr lookup in table_dbGilles Chehade
2014-04-17Make MONOLITH the default and only optionMatthew Dempsky
2014-04-17-WallTed Unangst
2014-04-16My previous attempt to chdir(2) to the directory containing the cgiFlorian Obser
2014-04-16close memory leaks in snmp client codeBret Lambert
2014-04-16sync with iked chap_ms.cJonathan Gray
2014-04-15Print hashkey to debug output, this helps hash-action use cases to be tested.andre
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
2014-04-15catch directories we don't have the right to enter instead of letting FindMarc Espie
2014-04-15reply with correct imsg when using non-system auth.Eric Faurot
2014-04-14tweak the file system walker to be able to walk from /, assuming -s srcMarc Espie
2014-04-14switch to using common SetList code (this fixes the xfont sets btw)Marc Espie
2014-04-14Calculate the length of name and value for parameters the right wayFlorian Obser