summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix windows buildDanilo Almeida1999-06-162-4/+12
* Implement SRVTAB keytab type, which can read a krb4 srvtabGeoffrey King1999-06-1320-15/+863
* Mac: Fixed 2nd config file nameMiro Jurisic1999-06-112-2/+7
* Use PostMessage instead of SendMessage so that we don't blockDanilo Almeida1999-06-104-2/+12
* Fixed Mac PPC #ifdefsMiro Jurisic1999-06-092-1/+7
* #ifdefed Mac native microseconds code for PPC-onlyMiro Jurisic1999-06-092-2/+11
* Merged changed from Mac_V2_0_derivatives branchMiro Jurisic1999-06-094-20/+154
* Changed errno to SOCKET_ERRNO/SOCKET_SET_ERRNO for Mac OT SocketsLibAlexandra Ellwood1999-06-087-37/+47
* Remove references to cc_*_instance functionsDanilo Almeida1999-06-082-12/+4
* Only do version checking once per use of the DLLDanilo Almeida1999-06-082-0/+9
* Removed macsock.c and DNR.c because they are not used by OT sockets libraryAlexandra Ellwood1999-05-272-1225/+0
* Removed macsock.c and DNR.c because they are not used by the OT sockets libraryAlexandra Ellwood1999-05-271-6/+0
* Removed call to getmyipaddr since Sockets has gethostnameAlexandra Ellwood1999-05-271-11/+0
* Improve rule to create gssapi include dir under windowsDanilo Almeida1999-05-194-10/+20
* These are a bunch of intertwined changes to the windows build.Danilo Almeida1999-05-1916-77/+115
* Makefile.in: Use only one resource file per binary.Danilo Almeida1999-05-183-47/+47
* Make directories for clean-windows target lowercase like everywhere elseDanilo Almeida1999-05-172-7/+12
* Clean ccapi subdirectory in clean-windows targetDanilo Almeida1999-05-172-0/+7
* Get rid of win16 support/clutter. Build separate resource files for eachDanilo Almeida1999-05-172-142/+105
* winccld.c (krb5_win_ccdll_load): Register the FILE ccache type if weTheodore Tso1999-05-132-1/+13
* init_ctx.c (krb5_init_context): Pass the context toTheodore Tso1999-05-132-2/+9
* * client_init.c (_kadm5_init_any): Use gss_krb5_ccache_name() toTom Yu1999-05-132-8/+24
* gssapi32.def: Add krb5-specific extensions so they are exported fromTheodore Tso1999-05-122-0/+11
* Do win32 build in subdirDanilo Almeida1999-05-1064-516/+648
* Remove Win16 directives to get rid of warningsDanilo Almeida1999-05-075-15/+11
* Fixed typoDanilo Almeida1999-05-072-5/+9
* Return KRB5_REALM_UNKNOWN if profile_get_values returnsTheodore Tso1999-05-072-7/+9
* xpprof32.def: Add profile_abandon to the list of exported functionsTheodore Tso1999-05-072-0/+6
* set_ccache.c (gss_krb5_ccache_name): Add call to free the defaultTheodore Tso1999-04-302-0/+7
* Removed #include for gssapi_generic.h from gssapi_krb5.hMiro Jurisic1999-04-292-5/+6
* * svc.c: Fix to reference the correct xprt because we're no longerTom Yu1999-04-242-4/+6
* wrap_size_limit.c (krb5_gss_wrap_size_limit): Fix wrap_size limit soTheodore Tso1999-04-232-6/+20
* winccld.c: Only compile this file on Windows (to avoid screwing up theTheodore Tso1999-04-212-3/+7
* * svc.c (xprt_unregister): Fix typoTom Yu1999-04-212-1/+5
* krb5_32.def: Add krb5_cc_set_default_name to the list of exported functionsTheodore Tso1999-04-172-2/+11
* gssapi_krb5.h, copy_ccache.c, get_tkt_flags.c, set_ccache.c: Make theTheodore Tso1999-04-175-20/+18
* Built the krb5 specific extension function which allows an applicationTheodore Tso1999-04-171-0/+1
* * g_cnffile.c (krb__get_srvtabname): Fix to actually extractTom Yu1999-04-162-10/+16
* svc.c (svc_getreq, svc_getreqset): Avoid using internal, privateTheodore Tso1999-04-142-7/+20
* kfree.c (krb5_free_sam_challenge, krb5_free_sam_challenge_contents,Theodore Tso1999-04-104-23/+154
* prompter.c (krb5_prompter_posix): Update to use new prompter prototypeTheodore Tso1999-04-102-4/+17
* Workaround the fact that Windows has really poor emulation of POSIXTheodore Tso1999-04-062-10/+38
* typo in a commentDan Winship1999-04-031-1/+1
* * rpc_commondata.c: Add initializers to prevent lossage on systemsTom Yu1999-04-022-5/+13
* Fix silly typoTheodore Tso1999-03-311-1/+1
* ccdefops.c: Change the default ccache type under windows to beTheodore Tso1999-03-312-2/+13
* init_ctx.c (krb5_init_context): Call krb5_win_ccdll_load() to load theTheodore Tso1999-03-312-0/+7
* win_glue.c (control): Call krb5_stdcc_shutdown when detaching the krb5Theodore Tso1999-03-313-5/+14
* winccld.c, winccld.h, stdcc.c: Add files to dynamically loadTheodore Tso1999-03-315-3/+251
* acquire_cred.c (krb5_gss_acquire_cred): Don't use strcmp to compareTheodore Tso1999-03-272-6/+21