summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os
Commit message (Expand)AuthorAgeFilesLines
...
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-232-14/+10
* Removed un-user extern declaration of krb5_config_file -Ezra Peisach1997-02-222-3/+4
* Remove unneeded calls to krb5_init_etsRichard Basch1997-02-202-2/+0
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-3/+3
* Merge of libhack_branchTom Yu1997-02-093-17/+59
* mk_faddr.c: Added FAR declarationRichard Basch1997-02-072-6/+10
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-0613-32/+48
* * osconfig.c: Add warning re: global variablesTom Yu1996-11-142-0/+7
* revert kt_default_name changes; see ChangeLogs for detailsTom Yu1996-11-133-49/+35
* * ktdefname.c (krb5_kt_default_name): Fix a few memory-leak typeTom Yu1996-11-132-5/+11
* * osconfig.c: Remove krb5_defkeyname to catch other things thatTom Yu1996-11-132-2/+3
* * ktdefname.c (krb5_kt_default_name): Change logic to no longerTom Yu1996-11-132-30/+54
* Remove erroneous changelog entry that should have been entered inTheodore Tso1996-11-081-6/+0
* Don't ignore errors found from parsing the config file. Currently, weTheodore Tso1996-11-062-4/+27
* Remove references to dead BERK_DB_DBM codeTheodore Tso1996-08-232-15/+8
* * Enough removal of db from aname_to_localname so that Linux compiles;Sam Hartman1996-08-053-10/+23
* * an_to_ln.c (aname_do_match): #elif HAVE_REGEXP_H should haveTom Yu1996-07-292-1/+6
* *** empty log message ***Marc Horowitz1996-07-261-0/+6
* * configure.in, an_to_ln.c (do_replacement, aname_do_match): useMarc Horowitz1996-07-261-2/+7
* * an_to_ln.c (do_replacement, aname_do_match): use the compile()Marc Horowitz1996-07-261-15/+7
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-222-2/+17
* net_read.c (krb5_net_read):Theodore Tso1996-06-1212-13/+48
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-0/+3
* Correctly implement getsockname(), so it does getsockname(), notTheodore Tso1996-05-172-10/+41
* configure.in: Need to include sys/types.h before regexp.h in test toEzra Peisach1996-05-112-0/+8
* * configure.in: Test that regcomp actually worksKen Raeburn1996-04-305-7/+27
* Whitespace cleanupRichard Basch1996-04-251-11/+10
* When doing the time offset adjustments, make sure the microsecondsTheodore Tso1996-04-122-0/+10
* DNR.c: Replace eight-year-old version of this file with the latestTheodore Tso1996-03-283-147/+224
* Use universal procedure pointers (UPP), which are required on the MacTheodore Tso1996-03-272-2/+18
* Backed out the patch for const pointer reassignments; it was legal ANSIRichard Basch1996-03-251-9/+7
* * configure.in: Add KRB5_RUN_FLAGSEzra Peisach1996-03-193-6/+13
* Back out last change and use a cast to avoid warnings.Ezra Peisach1996-03-192-4/+6
* * sn2princ.c (krb5_sname_to_principal): Do not assign a const char *Ezra Peisach1996-03-182-2/+7
* Do not try to reassign "const" variablesRichard Basch1996-03-182-11/+14
* configure.in: Add USE_ANAME and KRB5_LIBRARIESEzra Peisach1996-03-183-11/+14
* Include string.hEzra Peisach1996-03-132-0/+5
* Take out calls to SOCKET_INITIALIZE and SOCKET_CLEANUP. This getsTheodore Tso1996-03-012-1/+18
* Fix stupid typoTheodore Tso1996-02-281-1/+1
* Use #define NEED_SOCKETS instead of #including <netdb.h> (this breaksTheodore Tso1996-02-272-2/+6
* Don't compile promptusr for Windows or MacintoshTheodore Tso1996-02-262-3/+8
* Under Windows, assume that the keytab file is located in the WindowsTheodore Tso1996-02-252-0/+20
* * Makefile.in (check-unix): Set LD_LIBRARY_PATH for kdb5_anaddEzra Peisach1996-02-224-0/+11
* If the configuration file does not exist (context->profile == NULL)Theodore Tso1996-02-172-3/+12
* fix indentationMark Eichin1996-01-271-2/+2
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-222-16/+3
* Makefile.in: (check-unix): ultrix "test" does not support -xEzra Peisach1996-01-112-2/+6
* * locate_kdc.c (krb5_locate_kdc): Add parrentheses for assignmentEzra Peisach1996-01-114-7/+18
* hostaddr.c (krb5_os_hostaddr): New function which takes a hostname andTheodore Tso1996-01-053-0/+90