summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include .h files and move all declarations above all code, for Windows C comp...Kevin Koch2008-03-137-347/+51
* Invalid assignment while trying to set input to NULLAlexandra Ellwood2008-03-131-1/+5
* removed unused header file inclusion CoreFoundation.hAlexandra Ellwood2008-03-131-5/+0
* Accidentally added file with wrong name. RemovedAlexandra Ellwood2008-03-121-0/+0
* Accidentally added empty file. RemovedAlexandra Ellwood2008-03-121-0/+0
* Added tests for iterators and NC info. Added test programs forAlexandra Ellwood2008-03-1231-64/+930
* Add CCAPI v2 testsAlexandra Ellwood2008-03-104-4/+1434
* Remove C warningsAlexandra Ellwood2008-03-1010-31/+31
* Removed script to run cc_context_get_version testAlexandra Ellwood2008-03-102-17/+0
* Removed tests for check_cc_context_get_versionAlexandra Ellwood2008-03-103-108/+24
* Fixed error code remappingAlexandra Ellwood2008-03-101-5/+29
* cc_remove_cred should only remove one credAlexandra Ellwood2008-03-101-8/+8
* cc_set_principal should return error on bad cred versionAlexandra Ellwood2008-03-101-0/+9
* Fix pointer cast in cc_seq_fetch_NCs_endAlexandra Ellwood2008-03-101-3/+3
* 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
* 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