summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cci_cred_union_compare_to_credentials_union doesn't work for v5 credsAlexandra Ellwood2008-03-101-1/+1
* CCAPI v2 support crash when client or server strings are NULLAlexandra Ellwood2008-03-101-9/+25
* ccs_ccache_reset should check all arguments for NULLAlexandra Ellwood2008-03-101-1/+3
* Include signal.h before ftp_var.h to silence my_sig_t redefinition problemKen Raeburn2008-03-042-2/+2
* Fix memory leak by delaying instantiation of lid until it's neededJustin Anderson2008-03-041-7/+6
* Add "-framework CoreFoundation" to crypto library link command in darwin-modeKen Raeburn2008-03-042-1/+8
* lib/win/Makefile.in: AddedKevin Koch2008-02-2911-35/+268
* Make a NUL-terminated copy of realm name before passing to a pluginTom Yu2008-02-291-1/+16
* krb5int_arcfour_string_to_key does not support utf-8 stringsAlexandra Ellwood2008-02-261-9/+47
* Add some ignored files, for in-tree buildsKen Raeburn2008-02-240-0/+0
* Remove stop-here target that stops the buildKevin Koch2008-02-191-1/+1
* Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch2008-02-1922-143/+367
* man page macro and hyphen fixesRuss Allbery2008-02-197-14/+13
* more tests for libdb btree page split on zero indexTom Yu2008-02-073-4/+113
* Remove AppleConnect workaround Alexandra Ellwood2008-02-061-13/+0
* Need CCAPI v2 support for WindowsAlexandra Ellwood2008-02-0612-84/+1301
* tools for svn:eol-style fixupsKen Raeburn2008-02-052-0/+21
* more eol-styleKen Raeburn2008-02-0521-3074/+3074
* set eol-styleKen Raeburn2008-02-0521-1763/+1763
* Set EOL styleAlexandra Ellwood2008-02-051-83/+83
* libdb btree page split on zero index corrupts dbTom Yu2008-02-012-4/+54
* Actually pass the nmake arguments to nmakeKevin Koch2008-01-311-5/+5
* CCAPI changes to the mac-specific code to use new kipc changesAlexandra Ellwood2008-01-291-11/+16
* Windows: avoid use of cygwin mkdir and rmdir commandsJeffrey Altman2008-01-232-4/+4
* Update build instructions to indicate PATH ordering; add troubleshooting tip ...Kevin Koch2008-01-231-9/+20
* Correct makefile so pingtest buildsKevin Koch2008-01-221-10/+21
* Windows CCAPI snapshot. Should build & pass ping testKevin Koch2008-01-2251-69/+6514
* Windows debug message line endings were already correct; revert cci_debugging.c.Kevin Koch2008-01-223-16/+4
* Make windows debug message line endings match the Mac endings.Kevin Koch2008-01-225-6/+30
* Add ccs_pipe_compareAlexandra Ellwood2008-01-156-2/+39
* improve debugging of ticket verification in ksuRuss Allbery2007-12-301-5/+5
* Wrap krb5_db_get_principal function with get_principal (which willKen Raeburn2007-12-226-16/+50
* Implement SWAP16 for Mac without compiler warningKen Raeburn2007-12-221-1/+9
* Rename krb4_sendto to set_response since that's what it doesKen Raeburn2007-12-191-4/+4
* Remove unused args to krb4_sendto and unused global. Use byte-order macros d...Ken Raeburn2007-12-191-20/+14
* Remove excess parameters in formatting log callsKen Raeburn2007-12-191-14/+12
* Make some stuff static that we don't need accessible outside kerberos_v4.cKen Raeburn2007-12-191-5/+5
* Add the CCAPI design sketch to the new directoryKevin Koch2007-12-171-0/+148
* fix CVE-2007-5894: apparent uninit length in ftpd.c:reply()Tom Yu2007-12-141-1/+1
* fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal()Tom Yu2007-12-141-1/+1
* fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu2007-12-141-1/+0
* fix CVE-2007-5972: double fclose() in krb5_def_store_mkey()Tom Yu2007-12-141-2/+1
* fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu2007-12-141-1/+1
* Remove Mac-specific bit unused in KfM that causes test failures nowKen Raeburn2007-12-141-8/+0
* KFW: BUG: KRB5CRED: Set identity data before sending notificationJeffrey Altman2007-12-121-1/+1
* copy correct key for lucid context acceptor_subkeyKevin Coffman2007-12-121-1/+1
* KFW BUG: WIX: 64-bit installer attempts to uninstall 32-bit NSIS Jeffrey Altman2007-12-121-2/+3
* Remove no-longer-needed include of Kerberos.hKevin Koch2007-12-0331-31/+0
* Conditionalize #pragma mark with TARGET_OS_MAC; remove any Windows #pragma di...Kevin Koch2007-11-212-19/+35
* Disable warnings about #pragma markKevin Koch2007-11-202-0/+8