summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Check whether a prototype for vasprintf is neededKen Raeburn2007-07-271-0/+3
* If no salt is included with the key data, set the salt length field to 0.Ken Raeburn2007-07-271-1/+2
* Updated API version to 7 because we added the wait_for_change functionsAlexandra Ellwood2007-07-251-3/+4
* Added callback support for wait_for_change functionsAlexandra Ellwood2007-07-2513-108/+186
* Include k5-platform.hKen Raeburn2007-07-221-0/+1
* Pull out code for looking up the current time, comparing the offset ofKen Raeburn2007-07-205-37/+20
* declare xasprintfKen Raeburn2007-07-201-0/+1
* provide more useful error message when running kpropd on command lineKen Raeburn2007-07-201-3/+12
* Made callback code generic so that change time callbacks can use it as wellAlexandra Ellwood2007-07-1920-343/+736
* Added new autogenerated file to generate-files-mac targetAlexandra Ellwood2007-07-191-1/+1
* ccs_pipe_t needs copy and release functionsAlexandra Ellwood2007-07-194-0/+47
* make dependKen Raeburn2007-07-131-3/+3
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-127-32/+33
* Create and use xasprintf akin to xmalloc, returns pointer on success or exits...Ken Raeburn2007-07-122-5/+17
* Missed a sprintf->snprintf switchKen Raeburn2007-07-121-1/+1
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-128-41/+44
* Avoid unchecked sprintf in some more support codeKen Raeburn2007-07-122-4/+5
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-1237-302/+306
* Nuke disabled support for ancient .klogin syntaxKen Raeburn2007-07-124-871/+2
* Filled in dummy descriptions. Also, no longer errors out of test with ccItera...Justin Anderson2007-07-121-4/+4
* Add #ifdef WIN32 sectionKevin Koch2007-07-121-1/+7
* #include of Kerberos.h removed. It can't work on Windows and looks like its ...Kevin Koch2007-07-121-1/+0
* Added dummy Description arguments where needed. Compiles on Windows nowKevin Koch2007-07-121-5/+9
* Added dummy Description arguments where needed. Compiles on Windows nowKevin Koch2007-07-121-101/+109
* TargetVersion: 1.7Kevin Koch2007-07-1110-302/+311
* make dependKen Raeburn2007-07-106-137/+137
* Get rid of .o files when cleaningKen Raeburn2007-07-101-1/+1
* Set PERLKen Raeburn2007-07-051-0/+1
* Make error_map.h depend on ktemplate.pm tooKen Raeburn2007-07-041-1/+1
* Add a note at the start of the output reminding the reader that it's a genera...Ken Raeburn2007-07-041-0/+7
* Handle 'Credentials cache file <path> not found'Ken Raeburn2007-07-041-0/+1
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-0425-48/+260
* Use strdupKen Raeburn2007-07-041-3/+1
* Use global spawn_idKen Raeburn2007-07-041-0/+2
* Perl code for generating "map" routines from a common template withKen Raeburn2007-07-042-0/+178
* Add a new per-thread datum for error message info in gssapi krb5 mechKen Raeburn2007-07-041-0/+1
* Some handy debugging code for gssapi errors in credential acquisition; curren...Ken Raeburn2007-07-041-0/+44
* If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server nameKen Raeburn2007-07-041-0/+14
* In file-not-found case, report the filename soughtKen Raeburn2007-07-041-4/+17
* Remove debugging message accidentally left inKen Raeburn2007-07-041-1/+0
* Save a detailed message for FCC_NOFILE including the file nameKen Raeburn2007-07-041-2/+13
* When skipping debugging '-->' data, only take through the end of the lineKen Raeburn2007-07-041-1/+1
* Report in make output when updating OBJS.ST/SH/PFKen Raeburn2007-07-031-0/+3
* Tell Emacs to use C mode for this fileKen Raeburn2007-07-031-1/+1
* Test for va_copy should be a link test, not a compile testKen Raeburn2007-07-021-1/+7
* Include k5-platform.hKen Raeburn2007-07-021-0/+2
* Check for error indication from localtime.Ken Raeburn2007-06-291-11/+51
* Define a localtime_r wrapper around localtime if the system doesn'tKen Raeburn2007-06-291-7/+17
* Under gcc, declare k5_v?asprintf with format attributeKen Raeburn2007-06-291-0/+8
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-2914-73/+117