aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2000-10-17 * sim_server.c: Cast to int strings width arguments in printfEzra Peisach2-2/+7
2000-10-10 * ftp.c (do_auth): Remove debugging printf which I inadvertantlyEzra Peisach2-1/+5
2000-10-10 * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing theEzra Peisach2-5/+12
2000-10-03 * ftpd.c (login): Return of krb5_cc_get_name is now const char *Ezra Peisach2-1/+5
2000-10-03* krlogin.c (main): Declare main as intEzra Peisach2-2/+6
2000-09-26Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach4-14/+32
2000-09-26 * gss-misc.c: Include <sys/socket.h> for prototype definitionsEzra Peisach4-16/+25
2000-09-09* Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.Ken Raeburn4-3/+21
2000-08-29renamed getmode() and setmode() to get_mode() and set_mode() to avoid a colli...Alexandra Ellwood4-6/+13
2000-08-26 * ftpcmd.y: Fix up grammar so that single character token namesTom Yu2-37/+45
2000-08-22 * secure.h (myaddr): For secure data stream, pass the port numberEzra Peisach4-2/+10
2000-08-22 * ftpd.c (auth_data): Iterate over all krb4 services instead ofEzra Peisach2-17/+22
2000-08-17 * domacro.c: Compiler warning cleanups and fix the overflow fix toEzra Peisach14-352/+562
2000-08-08 * krlogin.c (read_wrapper): Copy from the current point and notEzra Peisach2-2/+7
2000-07-29 * sserver.c (main): Include unistd.h if present (for closeEzra Peisach2-15/+29
2000-07-29 * sclient.c: Include unistd.h if present (for close prototype).Ezra Peisach2-16/+28
2000-07-21* krlogin.c (writer): Improved bandwith efficiency by readingPeter Litwack2-68/+162
2000-07-18 * krcp.c: Provide format attribute for error() for versions of gccEzra Peisach3-2/+18
2000-07-03 * Makefile.in: Remove linking of krb5util library fromEzra Peisach2-8/+13
2000-07-01pullup from 1.2.1 releaseKen Raeburn5-1/+50
2000-06-301.2-beta4 pullupKen Raeburn39-321/+971
2000-06-01Check for existance of <memory.h>.Wilfredo Sanchez3-1/+8
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez16-32/+32
2000-03-20jaltman fix for off-by-one errorKen Raeburn2-1/+7
2000-03-16* login.c (update_ref_count): Copy passwd info before calling getuserattr, toKen Raeburn2-0/+19
2000-02-28* krlogin.c (main): Don't output debugging messages if debugging wasn't turne...Ken Raeburn2-6/+13
2000-02-26main() returns int - not void. Also cleanup unused variablesEzra Peisach4-8/+12
2000-02-24 * configure.in: Remove dependency on libdes425 when krb4 supportEzra Peisach4-18/+10
2000-02-21From Bear Giles:Ken Raeburn2-0/+12
2000-02-19Volatile decls as needed.Ken Raeburn8-28/+53
2000-02-16Move include of libtelnet/auth.h earlier to provideEzra Peisach2-1/+10
2000-02-11 * README, gss-client.c, gss-misc.c, gss-misc.h, gss-server.c:Tom Yu6-437/+711
2000-02-10* login.c (main): Only destroy xtra_creds if non-null. (Patch from Richard B...Ken Raeburn2-1/+7
2000-02-06 * login.c (main): Reorder some control flow to avoid security holeTom Yu2-6/+9
2000-02-01* gss-client.c, gss-server.c, gss-misc.c: Include Windows headersDanilo Almeida5-9/+63
2000-01-28didn't have date line on last log entryKen Raeburn1-0/+1
2000-01-27* krlogin.c (speeds): Added some comments from net recommending not extending...Ken Raeburn2-0/+16
1999-12-15from 1.1 branch: use init_secure_contextKen Raeburn2-2/+6
1999-10-26log tritan's changesTom Yu16-0/+112
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez16-31/+18
1999-09-24copyright notice updates from 1.1 branchKen Raeburn21-21/+84
1999-09-21Don't fclose(NULL). Don't declare string functions that are macrosKen Raeburn4-2/+23
1999-09-01from 1.1 branch:Ken Raeburn4-1/+31
1999-09-01jaltman's principal-name check from 1.1 branch, indentation fixedKen Raeburn2-2/+29
1999-09-01disable krb5-mech2 for now; from 1.1 branchKen Raeburn2-2/+4
1999-08-24 * Makefile.in (kshd): Remove $(LOGINLIBS) from kshd dependenciesTom Yu2-1/+5
1999-08-02Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn3-4/+32
1999-07-26 * telnet.c (telnet): Fix typo in error message, viaTom Yu2-1/+6
1999-07-26fix typo in calculating buffer sizeKen Raeburn2-1/+6
1999-07-24from the 1.0 branchEzra Peisach2-1/+5