summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * ser_ctx.c (krb5_context_internalize): Copy read-in OS context data intoKen Raeburn2003-05-172-6/+22
* * default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list of exportedKen Raeburn2003-05-172-1/+6
* * mkrel: Remote autom4te.cache filesTom Yu2003-05-152-0/+5
* Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2003-05-152-0/+26
* KfM should export krb5_c_string_to_key_with_paramsAlexandra Ellwood2003-05-151-0/+1
* Be more friendly towards parallel buildsKen Raeburn2003-05-142-5/+17
* Allow the KDC to return bad integrity errors to the client on preauthSam Hartman2003-05-142-0/+5
* * start_servers_local: Set KRB5RCACHEDIR.Ken Raeburn2003-05-143-1/+12
* provide shorthand aliases for AES enctypesKen Raeburn2003-05-132-0/+15
* Try forwarding with no enctype restriction if forwarding with anSam Hartman2003-05-132-3/+12
* * gssapi_krb5.h: Remove check for GSS_RFC_COMPLIANT_OIDSTom Yu2003-05-132-3/+4
* AES shouldn't be in KDC default enctype listKen Raeburn2003-05-132-1/+6
* reduce AES string-to-key iteration count to 4096Ken Raeburn2003-05-132-3/+39
* Fix minor error in previous commit that broke v4 saltsSam Hartman2003-05-131-1/+1
* Fix memory leaks and double frees in preauth2.cSam Hartman2003-05-136-42/+87
* Add AES enctypes to t_encryptSam Hartman2003-05-132-0/+6
* * Makefile.in: Add setting of KRB_ERR on WindowsTom Yu2003-05-122-0/+5
* Don't #include compile_et .c filesSam Hartman2003-05-124-12/+18
* Cleanup memory in asn.1 testsuite to allow for leak checkingEzra Peisach2003-05-126-94/+623
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-1214-95/+257
* Add a new krb5_context field for the config-file tgs_enctypes, whichKen Raeburn2003-05-105-23/+73
* punt leftover conflict markersTom Yu2003-05-101-2/+0
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-1032-99/+270
* * kpasswd.0/changing.exp: Replace ovpasswd with kpasswdTom Yu2003-05-092-1/+5
* Added option to search paths correctly with new tools and to include TargetCo...Alexandra Ellwood2003-05-081-1/+1
* Needed for com_err library testingKen Raeburn2003-05-072-0/+8
* Reorganize kdc_preauth enctype handlingSam Hartman2003-05-072-39/+81
* * init_os_ctx.c: Added support for KLL's __KLAllowHomeDirectoryAccess() funct...Alexandra Ellwood2003-05-072-1/+12
* Added krb5_set_password, krb5_set_password_using_ccache, krb5_c_random_os_ent...Alexandra Ellwood2003-05-071-6/+9
* Fix typoSam Hartman2003-05-061-1/+1
* Implement encoders for etype_info2 and add support to s2kparams forSam Hartman2003-05-0616-9/+182
* Replace ovpasswd with kpasswdSam Hartman2003-05-042-1/+5
* * port-sockets.h (inet_ntop) [!_WIN32 && !HAVE_MACSOCK_H]: Define as a macro ifKen Raeburn2003-05-022-0/+20
* * kadm_stream.c: Fixed vts_long() and vts_short() so they return a pointer to...Alexandra Ellwood2003-05-012-3/+15
* AES code shouldn't define uint32_t etc if the system provides themKen Raeburn2003-04-292-1/+5
* set-change password breaks kpasswdSam Hartman2003-04-282-1/+7
* Incorporate krb5_os_context directly into krb5_context, since they're alwaysKen Raeburn2003-04-284-16/+22
* * ksetpwd.c (init_creds): Let's use C comments for C code, shall we?Ken Raeburn2003-04-282-1/+6
* * prof_file.c (r_access): Static function. Only include ifEzra Peisach2003-04-282-0/+7
* krb5_setpw_result_string should be internalSam Hartman2003-04-274-3/+12
* Build ksetpw, a client for the Microsoft set password protocol. NotSam Hartman2003-04-253-2/+324
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-2511-31/+483
* * reconf: Restore support for 2.52; reject older versionsKen Raeburn2003-04-252-5/+22
* Require only autoconf 2.52. Try --include argument to autoconf and autoheader,Ken Raeburn2003-04-256-4/+19
* * kfree.c (krb5_free_pwd_sequences): Correction to previousEzra Peisach2003-04-242-2/+7
* errno should never be explicitly declaredKen Raeburn2003-04-2421-31/+39
* Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2003-04-242-1/+4
* * reconf: Drop support for 2.52 and earlierKen Raeburn2003-04-242-27/+9
* Simplify autoconf compatibility by requiring that we always have a version thatKen Raeburn2003-04-242-4/+8
* krb5_free_pwd_sequences only frees first elementEzra Peisach2003-04-232-7/+18