summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Build lib/krb4 makefile at top levelKen Raeburn2006-05-262-25/+2
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-2518-52/+32
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-2433-337/+337
* install headers into include/krb5Ken Raeburn2006-05-2334-1898/+2054
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-182-17/+2
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-1717-18/+16
* Add SRCS definition and run make dependKen Raeburn2006-05-162-0/+129
* make dependKen Raeburn2006-05-161-2/+9
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-1622-113/+215
* * configure.in: Don't create a makefile for posix subdirKen Raeburn2006-05-131-1/+1
* * syslog.c: Discard all the non-Windows bits, since we don't build this onKen Raeburn2006-05-131-248/+1
* * getuid.c, memmove.c, sscanf.c, strcasecmp.c, strdup.c, strerror.c,Ken Raeburn2006-05-138-1240/+0
* Use unsigned char rather than u_int8_t in random_string()Tom Yu2006-05-131-1/+1
* Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood2006-05-103-12/+83
* * send_tgs.c (krb5_send_tgs): Fix memory allocation size when padata isKen Raeburn2006-05-091-1/+1
* Cleanup a number of cast away from const warnings in gssapiEzra Peisach2006-05-0911-53/+55
* kdb_load_library(): SGI compiler requires that when initializing arraysEzra Peisach2006-05-081-1/+4
* need to export kadm5_set_use_password_serverAlexandra Ellwood2006-05-042-2/+3
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-044-57/+52
* Don't test HAVE_C_STRUCTURE_ASSIGNMENT.Ken Raeburn2006-04-2911-50/+2
* (DB2_NAME): New macro, adding .so suffix for now.Ken Raeburn2006-04-271-2/+3
* Change kdb plugin code to use the new plugin support instead ofKen Raeburn2006-04-252-20/+25
* Update internal plugin interface to add an errinfo structure to "open"Ken Raeburn2006-04-251-3/+6
* Change name of kdb function-table symbol from being derived from theKen Raeburn2006-04-251-3/+1
* Generate rpc includes as part of the generate-files-mac targetAlexandra Ellwood2006-04-241-0/+2
* Updated kadm5 Makefile.ins to autogenerate the kadm5 headers as partAlexandra Ellwood2006-04-243-0/+6
* Added CoreFoundation bundle plugin supportAlexandra Ellwood2006-04-241-0/+4
* krb_get_tf_realm(): cc_int32 is an integer type and should be Alexandra Ellwood2006-04-241-1/+1
* Signed/unsigned warnings cleanupEzra Peisach2006-04-223-4/+4
* unsigned/signed int warnings in krb5_context variablesEzra Peisach2006-04-211-1/+1
* shsUpdate should take an unsigned int for lengthEzra Peisach2006-04-205-8/+8
* (LOCAL_SUBDIRS, STOBJLISTS, SUBDIROBJLISTS): Don't build posix dir on UNIXKen Raeburn2006-04-181-3/+1
* (krb5int_debug_fprint): Use strerror_r if available.Ken Raeburn2006-04-181-12/+11
* (KRB5_KDB_SRV_TYPE_*, KRB5_DB_LOCKMODE_*): Delete definitions duplicated from...Ken Raeburn2006-04-181-32/+0
* Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function.Ken Raeburn2006-04-144-144/+2
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-1321-695/+77
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-1335-955/+820
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-1151-29428/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-1127-1348/+0
* * client.c (usage): Mark as "noreturn" under gccKen Raeburn2006-04-102-0/+7
* * kdb5.c (kdb_unlock_lib_lock, kdb_destroy_lib_lock): Cast 0 to void to silenceKen Raeburn2006-04-102-2/+7
* * kadm_net.c (kadm_cli_send): Use 0, not NULL, when checking numericKen Raeburn2006-04-082-2/+5
* * fakeenv.c: Unused file deletedKen Raeburn2006-04-082-88/+4
* make dependKen Raeburn2006-04-042-4/+4
* more DEFS=Ken Raeburn2006-04-042-0/+5
* set DEFS empty in more placesKen Raeburn2006-04-0424-0/+60
* * err_handle.c: Include autoconf.h and string.h.Ken Raeburn2006-04-043-0/+13
* * Makefile.in (DEFS): Make empty.Ken Raeburn2006-04-043-0/+8
* include autoconf.h in a few more placesKen Raeburn2006-04-036-0/+12
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-0218-2/+45