summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* First cut at adding local caching to the getaddrinfo support. Still needs workKen Raeburn2003-08-212-81/+314
* * configure.in: Check for mode_tKen Raeburn2003-08-142-0/+5
* add missing ChangeLog entryTom Yu2003-07-311-0/+7
* krb5_get_host_realm and krb5_free_host_realm should not be labeled as KRB5_PR...Jeffrey Altman2003-07-311-1/+1
* Don't use broken getaddrinfo on Mac OS XAlexandra Ellwood2003-07-222-0/+8
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-222-7/+6
* * k5-int.h (krb5int_zap_data, zap): New macros; call memset with volatile castKen Raeburn2003-07-222-0/+9
* Export krb5_principal2saltAlexandra Ellwood2003-07-212-1/+5
* Export krb5_get_permitted_enctypes and krb5_set_real_time for SambaAlexandra Ellwood2003-07-092-2/+13
* * k5-int.h (struct krb5_cksumtypes): Add new field trunc_sizeKen Raeburn2003-06-242-0/+10
* * krb5.hin: krb524_init_ets() takes one argumentTom Yu2003-06-122-1/+5
* Export hooks for looking up SRV records, so we can avoid duplicating the codeKen Raeburn2003-06-062-1/+28
* Put krb5int_locate_server back in the accessor "export" listKen Raeburn2003-06-042-0/+8
* * osconf.h (DEFAULT_KDC_ENCTYPE): Default to des3 nowKen Raeburn2003-05-302-1/+5
* Rename interface to krb5_524_convert_creds, export it from krb5 library.Ken Raeburn2003-05-283-6/+17
* * Makefile.in (clean-windows): Remove new "timestamp" file whenKen Raeburn2003-05-272-1/+6
* * krb5.hin: Sequence number of krb5_replay_data should be unsignedEzra Peisach2003-05-252-1/+5
* Missing prototype for krb5_db_iterate_extEzra Peisach2003-05-252-0/+8
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-244-17/+64
* Implement heuristic for matching broken Heimdal sequence number encodingsTom Yu2003-05-232-0/+4
* Default KRB5_DEPRECATED to 0, but force it to 1 for in-tree stuffTom Yu2003-05-222-15/+11
* krb5int_populate_gic_opt should return voidSam Hartman2003-05-222-1/+5
* Implement krb5_get_in_tkt_with_password andSam Hartman2003-05-202-1/+10
* Sequence numbers are now unsigned. Implement lenient parser forTom Yu2003-05-183-5/+11
* Define the new error codesKen Raeburn2003-05-172-0/+11
* Fix memory leaks and double frees in preauth2.cSam Hartman2003-05-132-0/+6
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-123-2/+21
* Add a new krb5_context field for the config-file tgs_enctypes, whichKen Raeburn2003-05-102-0/+16
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-102-5/+26
* Implement encoders for etype_info2 and add support to s2kparams forSam Hartman2003-05-062-0/+14
* * port-sockets.h (inet_ntop) [!_WIN32 && !HAVE_MACSOCK_H]: Define as a macro ifKen Raeburn2003-05-022-0/+20
* Incorporate krb5_os_context directly into krb5_context, since they're alwaysKen Raeburn2003-04-282-1/+15
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-253-12/+45
* Require only autoconf 2.52. Try --include argument to autoconf and autoheader,Ken Raeburn2003-04-252-1/+7
* * fake-addrinfo.h (getaddrinfo) [NUMERIC_SERVICE_BROKEN]: Overwrite the portKen Raeburn2003-04-072-11/+19
* * fake-addrinfo.h (COPY_FIRST_CANONNAME) [_AIX]: Define.Ken Raeburn2003-04-022-9/+55
* * configure.in: Use KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and higher...Alexandra Ellwood2003-03-182-0/+9
* * krb5.h: Removed enumsalwaysint because there are no typed enums in this hea...Alexandra Ellwood2003-03-063-11/+23
* * osconf.h: Added DEFAULT_SECURE_PROFILE_PATH so that KfM will only search pa...Alexandra Ellwood2003-03-062-2/+12
* * des.h, krb.h: Removed deprecated KfM functions. They will be exported but ...Alexandra Ellwood2003-03-065-86/+35
* use kdb keytab for kadmindTom Yu2003-03-062-1/+10
* Remove kdb_dbm.h as it is unusedSam Hartman2003-03-052-120/+4
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-053-69/+19
* * configure.in: Set and substitute maybe_kerberosIV.Ken Raeburn2003-02-273-1/+9
* * krb5.hin (krb5_princ_component): Return NULL if going off the end of the arrayKen Raeburn2003-02-202-1/+7
* * configure.in: Check for sys/select.h and time.hKen Raeburn2003-02-202-1/+5
* * Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to lib/krb4 andKen Raeburn2003-02-132-10/+11
* Fix lots of things to compile on Unix. Fix some typosTom Yu2003-02-112-5/+42
* * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it wasTom Yu2003-02-072-3/+11
* Fix ABI divergence between Unix and Mac krb4 libraries in declarationTom Yu2003-02-072-0/+11