openbsd
2014-04-22 espieeffectively use emult_realloc, okay guenther@
2014-04-22 reykSupport the CA key for SSL inspection in the ca process...
2014-04-22 dlgfactor out the code that figures out whether you're...
2014-04-22 teduerrx when errno won't be set.
2014-04-22 lteogets() is gone
2014-04-22 guentherAdd errc/verrc/warnc/vwarnc family: versions of err...
2014-04-22 guentherClarify an err() message
2014-04-22 guentherConvert a malloc(x*y)+memset to calloc(x,y)
2014-04-21 rpeAvoid a loop during autoinstall in case the path in...
2014-04-21 djmrepair regress tests broken by server-side default...
2014-04-21 claudioPrint bytes read and written in human readable form...
2014-04-21 reykCopy the updated proc.c from relayd to use the same...
2014-04-21 rpeChange dhcp_request() and v4_config() to be able to...
2014-04-21 claudioBind to localAddr if specified and add some XXX comment...
2014-04-21 henningg/c hdrcmplt var, we can just set the esrc ptr earlier...
2014-04-21 henning__inline -> inline
2014-04-21 deraadtyou must have S_ISDIR to play
2014-04-21 claudioDocument show summary
2014-04-21 claudioPrint the target and initiator name in show command.
2014-04-21 claudioStart passing the initiator and target name in the...
2014-04-21 claudioCope with the iscsid changes. Makes the msg handling...
2014-04-21 claudioRedo most of the control message handling. Switch it...
2014-04-21 reykAdd a few missing free's in the grammar.
2014-04-21 claudioIt does not make sense to specify a port for the initia...
2014-04-21 reykUse RSA_set_ex_data()/RSA_get_ex_data() directly instead of
2014-04-21 jsingKNF.
2014-04-21 jsingKNF.
2014-04-21 jsingKNF.
2014-04-21 deraadtuse mallocarray(a,b) instead of malloc(a*b)
2014-04-21 deraadtmore malloc/realloc/calloc cleanups; ok beck kettenis
2014-04-21 jsingKNF.
2014-04-21 henninguse the language from the 802.1Q standard which just...
2014-04-21 guentherRemove historical comment about <varargs.h> and warn...
2014-04-21 reykThe OpenSSL engine passes a "const u_char *" to the...
2014-04-21 deraadtno need for malloc casts
2014-04-21 jsingKNF.
2014-04-21 rpeUse a better way that ensures that NIFS is really 0...
2014-04-21 sthencheck perms on .ssh/id_ed25519; Fritjof Bornebusch
2014-04-21 jsingMore KNF.
2014-04-21 jsingKNF.
2014-04-21 krwmsdosfs timestamps can only represent 1/1/1980 through
2014-04-21 krwOoops. Delete discarded offered leases from correct...
2014-04-21 reykThe OpenSSL engine passes a "const u_char *" to the...
2014-04-21 jsingKNF.
2014-04-21 loganImplement sftp upload resume support.
2014-04-21 jsingKNF.
2014-04-21 florianRevert 1.101 as it breaks source port selection. This...
2014-04-21 henningstop lieing. vlan is not an encapsulation. it doesn...
2014-04-21 deraadtsync
2014-04-21 deraadtcorrect man page section
2014-04-21 deraadtcrank minor
2014-04-21 deraadtIntroducing: void *mallocarray(size_t nmemb, size_...
2014-04-21 deraadtwrong calloc, see people do care
2014-04-21 jmatthewSimplify the update process a bit. Don't try to skip...
2014-04-21 jsingKNF.
2014-04-21 beckBack out most of v1.47 changes which mess up the block...
2014-04-21 rpeNIFS is supposed to represent the number of configured...
2014-04-21 okanremove rshd example; ok sthen
2014-04-21 claudioHandle EAGAIN, ENOBUFS and EINTR a bit better. Ignore...
2014-04-21 claudioIt is possible that we can't burst all of the data...
2014-04-21 henningip_output() using varargs always struck me as bizarre...
2014-04-21 guentherFix off-by-one error in PG_LGFRAME mask
2014-04-21 espieadd support for reading/writing long paths and linkpath...
2014-04-21 deraadtimprove realloc/calloc/malloc patterns; ok guenther
2014-04-21 guentherUse internal '__' names for __attributes__ in public...
2014-04-21 deraadtDelete #if 0'd time related functions which are totally...
2014-04-21 deraadtmodernize malloc call
2014-04-21 deraadtReplace entire printf-like guts with calls to libc...
2014-04-21 deraadtBring malloc/calloc/realloc sequences to modern standard
2014-04-21 henningwe'll do fine without casting NULL to struct foo *...
2014-04-21 henningremove a define in an #ifdef notyet - "not yet" for...
2014-04-21 henningannotate all #endifs to make clear what #if(def) they end
2014-04-21 henningcosmetic changes regarding #ifdef to make things more...
2014-04-21 claudioNow that we properly negotiate the session params we...
2014-04-21 deraadtremove macros wrapping malloc/calloc/free/realloc
2014-04-21 guentherWhile we don't recommend using ext2fs, the directions...
2014-04-21 deraadtsync
2014-04-21 guentherCorrectly document the return value of getenv(3)
2014-04-21 ajacoutotBye bye *hosts.equiv.
2014-04-21 jsingKNF.
2014-04-21 krwDon't leak mountpoint info. Now with replacement for...
2014-04-21 jmatthewIn qla_get_port_name_list, handle malloc failure, skip...
2014-04-21 dlgth_code is in network byte order
2014-04-21 teduclean up files we don't need
2014-04-21 beckfix accidentally deleted deref.
2014-04-20 beckASN1_STRING cleanup - realloc has handled NULL since...
2014-04-20 jmctweak previous;
2014-04-20 ajacoutotPrevent lpd(8) from looking into hosts.equiv.
2014-04-20 beckreplace a bunch of pointer-arithmatic-strcpy-converted...
2014-04-20 guentherEliminate duplicated logic by switching from malloc...
2014-04-20 claudioAdd iscsictl bits to show the vscsi stats.
2014-04-20 claudioIntroduce some basic stats for the vscsi layer. Just...
2014-04-20 ajacoutotcheck_hosts_equiv -> check_hosts_lpd
2014-04-20 schwarzein debug messages, truncating strings of excessive...
2014-04-20 krwMake -L even more useful to monitoring processes. Trunc...
2014-04-20 schwarzestrlen+malloc+snprintf is error prone;
2014-04-20 stspregen
2014-04-20 stspAdd device ID for Ralink (now branded Mediatek) MT7601...
2014-04-20 schwarzefix unchecked snprintf(3) in page header printing:
2014-04-20 guentherChop off more SSLv2 tentacles and start fixing and...
next