summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-22Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errnoPhilip Guenther
2014-04-22Clarify an err() messagePhilip Guenther
2014-04-22Convert a malloc(x*y)+memset to calloc(x,y)Philip Guenther
2014-04-21Avoid a loop during autoinstall in case the path in the responsefile doesRobert Peichaer
2014-04-21repair regress tests broken by server-side default cipher/kex/mac changesDamien Miller
2014-04-21Print bytes read and written in human readable form, like:Claudio Jeker
2014-04-21Copy the updated proc.c from relayd to use the same file. AdjustReyk Floeter
2014-04-21Change dhcp_request() and v4_config() to be able to configure dhcpRobert Peichaer
2014-04-21Bind to localAddr if specified and add some XXX comments about stuffClaudio Jeker
2014-04-21g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it inHenning Brauer
2014-04-21__inline -> inlineHenning Brauer
2014-04-21you must have S_ISDIR to playTheo de Raadt
2014-04-21Document show summaryClaudio Jeker
2014-04-21Print the target and initiator name in show command.Claudio Jeker
2014-04-21Start passing the initiator and target name in the show command.Claudio Jeker
2014-04-21Cope with the iscsid changes. Makes the msg handling a lot easier.Claudio Jeker
2014-04-21Redo most of the control message handling. Switch it back to useClaudio Jeker
2014-04-21Add a few missing free's in the grammar.Reyk Floeter
2014-04-21It does not make sense to specify a port for the initiatoraddr.Claudio Jeker
2014-04-21Use RSA_set_ex_data()/RSA_get_ex_data() directly instead ofReyk Floeter
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21KNF.Joel Sing
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-21KNF.Joel Sing
2014-04-21use mallocarray(a,b) instead of malloc(a*b)Theo de Raadt
2014-04-21more malloc/realloc/calloc cleanups; ok beck kettenisTheo de Raadt
2014-04-21KNF.Joel Sing
2014-04-21use the language from the 802.1Q standard which just talks about tags,Henning Brauer
2014-04-21Remove historical comment about <varargs.h> and warn people from usingPhilip Guenther
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-21no need for malloc castsTheo de Raadt
2014-04-21KNF.Joel Sing
2014-04-21Use a better way that ensures that NIFS is really 0 if there are noRobert Peichaer
2014-04-21check perms on .ssh/id_ed25519; Fritjof BornebuschStuart Henderson
2014-04-21More KNF.Joel Sing
2014-04-21KNF.Joel Sing
2014-04-21msdosfs timestamps can only represent 1/1/1980 throughKenneth R Westerback
2014-04-21Ooops. Delete discarded offered leases from correct TAILQ. More thanKenneth R Westerback
2014-04-21The OpenSSL engine passes a "const u_char *" to the callback butReyk Floeter
2014-04-21KNF.Joel Sing
2014-04-21Implement sftp upload resume support.Loganaden Velvindron
2014-04-21KNF.Joel Sing
2014-04-21Revert 1.101 as it breaks source port selection. This needs moreFlorian Obser
2014-04-21stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernetHenning Brauer
2014-04-21syncTheo de Raadt
2014-04-21correct man page sectionTheo de Raadt
2014-04-21crank minorTheo de Raadt
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);Theo de Raadt