summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."Ken Raeburn2003-06-164-10/+19
* Use fork not vfork in ftpSam Hartman2003-06-056-9/+14
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-248-29/+15
* make-depend updatesKen Raeburn2003-05-244-30/+29
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-108-15/+33
* errno should never be explicitly declaredKen Raeburn2003-04-244-5/+8
* Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2003-04-242-1/+4
* build libtelnet with library build frameworkTom Yu2003-04-113-12/+22
* Thanks, patch appliedTom Yu2003-04-093-4/+26
* * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistencyKen Raeburn2003-04-082-3/+8
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-012-0/+9
* * kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted.Ken Raeburn2003-03-282-3/+35
* * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn2003-03-053-2/+33
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-033-2/+7
* * login.c (main): Don't zero out terminal window sizeTom Yu2003-02-052-6/+4
* * login.c (dofork): Don't dissociate from controlling tty in theTom Yu2003-02-042-32/+36
* * kcmd.c (v4_des_write): Apply patch from ghudson to fixTom Yu2003-01-312-4/+14
* * login.c (main): Initialize 'hostname'Ken Raeburn2003-01-312-2/+2
* * login.c (try_krb4): Delete unused krb5 principal name argument.Ken Raeburn2003-01-312-3/+7
* * server.c: Include port-sockets.hKen Raeburn2003-01-102-0/+5
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-104-14/+12
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-108-10/+37
* Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman2003-01-094-30/+69
* Nuke some old .orig filesKen Raeburn2003-01-088-144/+16
* Only system headers should declare errnoSam Hartman2003-01-052-1/+5
* * ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit valueKen Raeburn2003-01-032-1/+6
* * compat_recv.c (accept_a_connection): Test if IPv6 socket returnsEzra Peisach2003-01-032-1/+7
* Add IPv6 support to rshd test/debug code:Ken Raeburn2003-01-014-47/+154
* * gss-misc.c (send_token, recv_token): Open-code the math to send and receiveKen Raeburn2002-12-302-5/+21
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-234-27/+24
* update dependenciesTom Yu2002-12-121-1/+2
* More KfM merge workTom Yu2002-12-123-4/+11
* * configure.in: Quote the argument to AC_CHECK_HEADER. AutoconfEzra Peisach2002-12-064-2/+12
* update dependenciesTom Yu2002-11-273-17/+33
* * configure.in: Set SETENVSRC correctlyTom Yu2002-11-272-1/+5
* * configure.in: Test for speed_t being presentEzra Peisach2002-11-157-17/+52
* * sys_bsd.c: Moved declaration for susp() to type of file andEzra Peisach2002-11-159-53/+85
* * enc-proto.h, enc_des.c, encrypt.c: Unsigned/signed cleanupsEzra Peisach2002-11-1515-29/+59
* * main.c (makeargv): Report an error if parsed arguments won't fit in margvKen Raeburn2002-11-093-3/+16
* This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2002-11-062-1/+6
* * ftpcmd.y: Bison 1.75 cleanup. Essentially remove `=' beforeEzra Peisach2002-10-232-78/+83
* * configure.in: Autoconf 2.55 will not simply use cpp to test forEzra Peisach2002-10-222-1/+17
* * Makefile.in (rcp): Fix typo in 06-25 changeKen Raeburn2002-09-152-1/+5
* update dependenciesKen Raeburn2002-08-295-9/+8
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-2932-16/+80
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-297-0/+8
* retry checkin reviving dead fileKen Raeburn2002-08-291-0/+7
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-293-0/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-2334-17/+85
* * ftpd.c (auth_data, reply_gss_code): Use OM_uint32 instead of intEzra Peisach2002-08-232-2/+7