openbsd
2014-04-22 henningNULL is cooler than 0 when pointers are concerned
2014-04-22 reykUpdate iked to use the same proc.c that relayd uses.
2014-04-22 naddyIf VLAN_HWTAGGING is disabled, we tell the chip not...
2014-04-22 henningcomment out the .if (${KERBEROS5:L} block for now,...
2014-04-22 henningwe used to handle the vlan tag etc insertion very very...
2014-04-22 deraadtsync
2014-04-22 henningno more kerberos, ok theo reyk
2014-04-22 reykRemove the kerberos login methods.
2014-04-22 henning-KERBEROS5
2014-04-22 reykRemove the kerberos login methods.
2014-04-22 henningkerberos has been tedu'd, ok reyk
2014-04-22 reykRemove kerberosV, it is not special anymore.
2014-04-22 dlglist VSCSI_STAT_RESET.
2014-04-22 reykRemove kerberosV from etc/
2014-04-22 reykRemove KERBEROS5 from the Makefiles (except ssh for...
2014-04-22 henningfor consistency's sake, use the terminology from the...
2014-04-22 guentherOh yeah, MLINKS for errc family
2014-04-22 loganSort the sftp command list.
2014-04-22 reykThe complexity and quality of kerberosV and the fact...
2014-04-22 reykThe complexity and quality of kerberosV and the fact...
2014-04-22 dlgmove vscsi from using scsi_req_probe and scsi_req_detac...
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.
next