summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/init_os_ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused krb5_context fieldsGreg Hudson2013-12-181-1/+0
* Don't require krb5.conf without KRB5_DNS_LOOKUPGreg Hudson2013-12-161-11/+2
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-3/+3
* Rename internal preauth functionsGreg Hudson2012-12-191-1/+2
* Remove obsolete function krb5_secure_config_filesZhanna Tsitkov2012-08-141-23/+0
* Remove orphaned KfM codeGreg Hudson2012-06-211-11/+0
* kfw: use _WIN64 names where appropriateTom Yu2011-12-121-0/+4
* Added support for loading of Krb5.ini from Windows APPDATASam Hartman2011-12-021-8/+77
* Add krb5_init_context_profile APIGreg Hudson2011-07-201-2/+6
* Add support for loadable profile modulesGreg Hudson2011-07-201-3/+4
* Convert preauth_plugin.h to new plugin frameworkGreg Hudson2011-06-171-2/+0
* Make krb5_os_init_context compile again after r24901Greg Hudson2011-04-271-11/+9
* Remove worthless call to krb5_cc_set_default_name in krb5_os_init_contextZhanna Tsitkov2011-04-271-3/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+1
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-281-0/+7
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-281-1/+0
* Code modularity related updatesZhanna Tsitkov2009-12-231-6/+0
* make mark-cstyleTom Yu2009-10-311-25/+26
* Check if mem allocation was successfulZhanna Tsitkov2009-02-091-127/+115
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+0
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood2008-10-011-1/+1
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-5/+5
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-1/+1
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-2/+2
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-3/+3
* krb5 library uses kdc.conf when it shouldn'tKen Raeburn2007-03-211-1/+1
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-011-0/+5
* Preauthentication Plugin FrameworkSam Hartman2006-10-031-0/+2
* Fix krb5_get_profile to create a new profile duplicating the list ofKen Raeburn2006-06-241-24/+2
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-11/+44
* Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs whichAlexandra Ellwood2006-05-041-1/+1
* Merge from plugin branchKen Raeburn2006-03-071-0/+5
* Move WSAStartup/WSACleanup from DllMain to krb5_init_ctx/krb5_free_ctxJeffrey Altman2005-04-231-4/+21
* Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood2004-07-151-6/+0
* * init_os_ctx.c: Included header to get __KLAllowHomeDirectoryAccess()Alexandra Ellwood2003-06-031-0/+4
* * init_os_ctx.c: Added support for KLL's __KLAllowHomeDirectoryAccess() funct...Alexandra Ellwood2003-05-071-1/+7
* Incorporate krb5_os_context directly into krb5_context, since they're alwaysKen Raeburn2003-04-281-15/+1
* * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA...Alexandra Ellwood2003-03-061-5/+9
* protoizeKen Raeburn2002-09-031-23/+10
* * init_os_ctx.c: krb4 needs to get the os config files so it can useTom Yu2002-07-031-107/+0
* * c_ustime.c: Remove various things missed in 1-2-2-branch MacOSTom Yu2002-06-221-13/+27
* * init_os_ctx.c: Don't include sys/ioctl.h or sys/filio.h.Ken Raeburn2002-06-191-46/+0
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-6/+6
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-3/+3
* * def_realm.c: Move prototype for krb5_try_realm_txt_rr() toEzra Peisach2001-03-111-0/+1
* * init_os_ctx.c: Get sys/ioctl.h for Solaris to get FIONBIOTom Yu2001-03-051-0/+3
* only call ioctl on /dev/random if open succeededKen Raeburn2001-03-031-1/+3
* init_os_ctx.c: On UNIX, seed PRNG with data from /dev/[u]random if availableKen Raeburn2001-03-031-0/+41
* * changepw.c: Cast length argument to recvfrom/sendto to intEzra Peisach2000-10-171-1/+1