summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Makefile.in (all-unix, install): Build and install kadm_err.h.Ken Raeburn2003-01-222-4/+8
* * krb5.hin (krb5_mk_req_checksum_func): Fix Windows calling convention syntaxKen Raeburn2003-01-172-1/+6
* Use "standard" error table processing rulesKen Raeburn2003-01-152-6/+18
* 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-102-4/+6
* AIX 4.3.3 getaddrinfo() is broken in a slightly different way than I thoughtKen Raeburn2003-01-092-7/+144
* * 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-082-1/+2
* Make ccache and rcache ops tables constKen Raeburn2003-01-082-4/+11