summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Timestamp preauth should return clock skew errorsSam Hartman2003-01-212-1/+13
* * krb5_32.def: Export krb5_rc_close, krb5_free_enc_tkt_part, andKen Raeburn2003-01-172-0/+8
* Use new target create-ehdrdir, defined differently for UNIX and WIN32, toKen Raeburn2003-01-172-6/+11
* * krb5.hin (krb5_mk_req_checksum_func): Fix Windows calling convention syntaxKen Raeburn2003-01-172-1/+6
* * prof_file.c (profile_flush_file_data): [_WIN32]: Don't call syncKen Raeburn2003-01-172-0/+7
* * Makefile.in ($(EHDRDIR)$(S)gssapi.h): Depend on includes-unix, to make sureKen Raeburn2003-01-172-2/+9
* * sendauth.c (krb_net_rd_sendauth): Arg raw_len now points to KRB4_32; don'tKen Raeburn2003-01-153-5/+11
* This is the last piece of the KfM mergeTom Yu2003-01-152-0/+764
* Use "standard" error table processing rulesKen Raeburn2003-01-152-6/+18
* * Makefile.in (check-unix): Invoke t_krbconf instead of strugglingEzra Peisach2003-01-143-10/+46
* * Makefile.in (check-unix): Test to see if krb5-config outputsEzra Peisach2003-01-133-4/+29
* * profile.pbexp: New fileKen Raeburn2003-01-132-0/+35
* * prof_int.h (SHARE_TREE_DATA): Define only on MacKen Raeburn2003-01-132-2/+5
* This should be all that remains of the 1-2-2-branch merge; someTom Yu2003-01-132-191/+180
* kadm5_get_either leaks memoryEzra Peisach2003-01-122-0/+8
* Memory leak in krb5_send_tgs()Ezra Peisach2003-01-122-0/+6
* * svc_auth_gssapi.c (_svcauth_gssapi_unset_names): If invoked moreEzra Peisach2003-01-123-1/+13
* * kdc_util.h, replay.c, main.c: Pass global krb5_context toEzra Peisach2003-01-124-7/+13
* * kdc5_hammer.c (verify_cs_pair): Use krb5_free_creds() instead ofEzra Peisach2003-01-122-2/+7
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-1029-73/+48
* Use passwd entry for ~ expansion if $HOME isn't set.Ken Raeburn2003-01-103-20/+43
* * server.c: Include port-sockets.hKen Raeburn2003-01-102-0/+5
* Move socklen_t and sockaddr_storage definitions to port-sockets.hKen Raeburn2003-01-103-17/+32
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-10110-182/+458
* Patch to get new service tickets in preference to using expiredSam Hartman2003-01-102-1/+15
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-1014-13/+55
* AIX 4.3.3 getaddrinfo() is broken in a slightly different way than I thoughtKen Raeburn2003-01-092-7/+144
* Between the 1.1 and 1.2 releases of Kerberos, the gss-sample protocolSam Hartman2003-01-094-30/+69
* * Makefile.in (DEFINES): New variable. Define HAS_STDARG for Tcl headersKen Raeburn2003-01-092-0/+8
* Try to do atomic file swap on UNIX when updating profileKen Raeburn2003-01-092-3/+34
* Support \r as additional line separator on Mac OS XKen Raeburn2003-01-093-3/+60
* Previously fwd_tgt_creds required either that the hostname be passedSam Hartman2003-01-082-14/+25
* * fake-addrinfo.h (freeaddrinfo): Back out 1/3/03 change. ANSIEzra Peisach2003-01-082-2/+6
* 2003-01-08 Sam Hartman <hartmans@mit.edu>Sam Hartman2003-01-082-2/+7
* More const for ops tablesKen Raeburn2003-01-085-6/+11
* * sendto_kdc.c (state_strings): Now constKen Raeburn2003-01-082-1/+5
* More const for ops tablesKen Raeburn2003-01-087-7/+12
* * appdefault.c (conf_yes, conf_no): Now constKen Raeburn2003-01-082-2/+6
* Make ccache and rcache ops tables constKen Raeburn2003-01-088-11/+29
* For new encryption types and for RC4, encrypt the krb_cred message inSam Hartman2003-01-084-60/+103
* Log entries for Makefile.ov deletionKen Raeburn2003-01-0816-0/+79
* Nuke some old .orig filesKen Raeburn2003-01-0814-341/+28
* nuke old OV makefile stuffKen Raeburn2003-01-0729-1827/+0
* Fix logic error in previous patch that broke gss_init_sec_contextSam Hartman2003-01-072-9/+14
* Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman2003-01-068-1/+76
* Only system headers should declare errnoSam Hartman2003-01-0530-23/+71
* * ftpd.c (auth_data): Kerberos v4 checksum must be a 32-bit valueKen Raeburn2003-01-032-1/+6
* * main.c: On exit, free more allocated memory, including:Ezra Peisach2003-01-036-4/+55
* * compat_recv.c (accept_a_connection): Test if IPv6 socket returnsEzra Peisach2003-01-032-1/+7
* * fake-addrinfo.h (freeaddrinfo): Do not free a NULL pointerEzra Peisach2003-01-032-1/+6