| Commit message (Expand) | Author | Age | Files | Lines |
* | KNF. |  jsing | 2014-04-22 | 5 | -803/+815 |
* | more kerberos zapping; |  jmc | 2014-04-22 | 1 | -21/+2 |
* | zap eol whitespace; |  jmc | 2014-04-22 | 1 | -6/+6 |
* | zap stray Pp; |  jmc | 2014-04-22 | 1 | -2/+1 |
* | More KNF. |  jsing | 2014-04-22 | 4 | -95/+92 |
* | malloc -> calloc |  gilles | 2014-04-22 | 1 | -3/+3 |
* | More KNF. |  jsing | 2014-04-22 | 1 | -31/+37 |
* | More KNF. |  jsing | 2014-04-22 | 6 | -56/+74 |
* | More KNF. |  jsing | 2014-04-22 | 1 | -150/+225 |
* | no more kerb, ok kettenis |  henning | 2014-04-22 | 1 | -25/+2 |
* | no more kerberos authentication styles. |  sobrado | 2014-04-22 | 1 | -25/+6 |
* | More KNF. |  jsing | 2014-04-22 | 2 | -79/+127 |
* | Document sftp upload resume. |  logan | 2014-04-22 | 1 | -8/+29 |
* | Instead of special casing ftpd, uucpd and others that may have entries |  okan | 2014-04-22 | 1 | -5/+13 |
* | ifa_ifwithroute() is the only magic place where an AF_LINK sockaddr |  mpi | 2014-04-22 | 2 | -16/+19 |
* | pure reindent |  espie | 2014-04-22 | 1 | -89/+88 |
* | NULL is cooler than 0 when pointers are concerned |  henning | 2014-04-22 | 1 | -6/+6 |
* | Update iked to use the same proc.c that relayd uses. |  reyk | 2014-04-22 | 9 | -145/+400 |
* | If VLAN_HWTAGGING is disabled, we tell the chip not to strip the |  naddy | 2014-04-22 | 1 | -2/+3 |
* | comment out the .if (${KERBEROS5:L} block for now, breaks the build |  henning | 2014-04-22 | 1 | -6/+6 |
* | we used to handle the vlan tag etc insertion very very very late, |  henning | 2014-04-22 | 2 | -36/+51 |
* | sync |  deraadt | 2014-04-22 | 22 | -1944/+4 |
* | no more kerberos, ok theo reyk |  henning | 2014-04-22 | 4 | -69/+9 |
* | Remove the kerberos login methods. |  reyk | 2014-04-22 | 2 | -342/+0 |
* | -KERBEROS5 |  henning | 2014-04-22 | 1 | -3/+1 |
* | Remove the kerberos login methods. |  reyk | 2014-04-22 | 22 | -186/+19 |
* | kerberos has been tedu'd, ok reyk |  henning | 2014-04-22 | 1 | -2/+2 |
* | Remove kerberosV, it is not special anymore. |  reyk | 2014-04-22 | 1 | -5/+1 |
* | list VSCSI_STAT_RESET. |  dlg | 2014-04-22 | 1 | -3/+4 |
* | Remove kerberosV from etc/ |  reyk | 2014-04-22 | 5 | -69/+4 |
* | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is |  reyk | 2014-04-22 | 9 | -86/+11 |
* | for consistency's sake, use the terminology from the 802.1Q standard |  henning | 2014-04-22 | 1 | -5/+5 |
* | Oh yeah, MLINKS for errc family |  guenther | 2014-04-22 | 1 | -2/+3 |
* | Sort the sftp command list. |  logan | 2014-04-22 | 1 | -3/+3 |
* | The complexity and quality of kerberosV and the fact that almost |  reyk | 2014-04-22 | 3299 | -949125/+0 |
* | The complexity and quality of kerberosV and the fact that almost |  reyk | 2014-04-22 | 1 | -2/+2 |
* | move vscsi from using scsi_req_probe and scsi_req_detach to using |  dlg | 2014-04-22 | 1 | -8/+68 |
* | effectively use emult_realloc, okay guenther@ |  espie | 2014-04-22 | 3 | -9/+9 |
* | Support the CA key for SSL inspection in the ca process. Instead of |  reyk | 2014-04-22 | 7 | -73/+185 |
* | factor out the code that figures out whether you're probing or detaching |  dlg | 2014-04-22 | 3 | -48/+41 |
* | errx when errno won't be set. |  tedu | 2014-04-22 | 1 | -7/+7 |
* | gets() is gone |  lteo | 2014-04-22 | 1 | -2/+1 |
* | Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno |  guenther | 2014-04-22 | 7 | -25/+258 |
* | Clarify an err() message |  guenther | 2014-04-22 | 1 | -2/+2 |
* | Convert a malloc(x*y)+memset to calloc(x,y) |  guenther | 2014-04-22 | 1 | -3/+2 |
* | Avoid a loop during autoinstall in case the path in the responsefile does |  rpe | 2014-04-21 | 1 | -1/+2 |
* | repair regress tests broken by server-side default cipher/kex/mac changes |  djm | 2014-04-21 | 5 | -10/+37 |
* | Print bytes read and written in human readable form, like: |  claudio | 2014-04-21 | 2 | -6/+12 |
* | Copy the updated proc.c from relayd to use the same file. Adjust |  reyk | 2014-04-21 | 5 | -130/+347 |
* | Change dhcp_request() and v4_config() to be able to configure dhcp |  rpe | 2014-04-21 | 1 | -28/+18 |