summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Add new functions profile_get_string() and profile_get_integer(), forTheodore Tso1995-04-212-2/+91
| | | | | | the simple case of pulling a single string or integer from the config file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5418 dc483132-0cff-0310-8789-dd5450dbe970
* Use correct type for retvalTheodore Tso1995-04-211-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5417 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed references to sources to use $(srcdir)Theodore Tso1995-04-211-7/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5416 dc483132-0cff-0310-8789-dd5450dbe970
* Added required include for <sys/types.h>Theodore Tso1995-04-211-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5415 dc483132-0cff-0310-8789-dd5450dbe970
* Use $(CC) instead of ccTheodore Tso1995-04-201-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5392 dc483132-0cff-0310-8789-dd5450dbe970
* Add include of <errno.h>Theodore Tso1995-04-202-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5391 dc483132-0cff-0310-8789-dd5450dbe970
* Add profile directoryTheodore Tso1995-04-202-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5383 dc483132-0cff-0310-8789-dd5450dbe970
* Initial checkin of the profile libraryTheodore Tso1995-04-2016-0/+1880
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5382 dc483132-0cff-0310-8789-dd5450dbe970
* Sed script which postprocesses the output from cc -M for "make depend"Theodore Tso1995-04-181-0/+32
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5369 dc483132-0cff-0310-8789-dd5450dbe970
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-1413-0/+965
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* com_err.h: If FAR is not defined, define it awayTheodore Tso1995-04-142-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5358 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-146-7/+12
| | | | | | | | | o removed INTERFACE from non-api functions o add FAR to pointers visible to the world o made the tests for __STDC__ also check for _WINDOWS o creates GSSAPI.DLL & GSSAPI.LIB as per spec. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
* Bug fixes or better error handling for the following 4 Windows bugsKeith Vetter1995-04-062-2/+6
| | | | | | | | | | | | | | | | | | | | | | (note, these changes haven't yet been tested on the PC which were failing so no guarantee that they fully work): a) GUI to cns improved so that you don't need a resize for the widgets to align properly, and so the interaction of typing: "username cr password cr" is all you need to do to get you a ticket. b) cns uses krb5_us_gettimeofday instead of krb5_timeofday because the former is more accurate and handles timezones. Probably should make the latter just call the former. c) Added SOCKET_INIT and SOCKET_DESTROY around krb5_sendto_kdc to prevent some tcp/ip stacks from locking up after 8 uses. d) Added a new error message and better error handling to give more precision as to why one PC was getting the error 'Cannot find KDC for requested realm.' git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5342 dc483132-0cff-0310-8789-dd5450dbe970
* * def.h: Replace STDARG_PROTOTYPES with HAVE_STDARG_HJohn Gilmore1995-03-292-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5310 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Fix up Mac makefile.John Gilmore1995-03-294-6/+13
| | | | | | | * error_message.c: For errno, use strerror if HAS_STRERROR. * configure.in: Define HAS_STRERROR. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5309 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (all): Run all-$(WHAT).John Gilmore1995-03-292-2/+13
| | | | | | | (unixmac): Build includes at this time. (LDFLAGS): Punt duplicated setting. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5302 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (all): Split into all-$(WHAT).John Gilmore1995-03-292-3/+14
| | | | | | | (unixmac): Add. (libupdate): Use $(RM). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5301 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed breakage introduced by windows port. com_err() is supposed toTheodore Tso1995-03-242-0/+9
| | | | | | print a newline at after printing the error message! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5206 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed problem in com_err.c due to the fact that the PC doesn't use autoconf andKeith Vetter1995-03-222-1/+7
| | | | | | com_err.c doesn't include k5-config.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5199 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed bugs in the com_err library so that it's callable from windows programsKeith Vetter1995-03-224-9/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5180 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Use AC_CHECK_HEADERS(stdarg.h), not CHECK_STDARG.John Gilmore1995-03-193-3/+8
| | | | | | * error.c: Use HAVE_STDARG_H, not STDARG_PROTOTYPES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5171 dc483132-0cff-0310-8789-dd5450dbe970
* * com_err.c, com_err.h: Use HAVE_STDARG_H, not STDARG_PROTOTYPES.John Gilmore1995-03-194-6/+13
| | | | | | * configure.in: Use AC_CHECK_HEADERS(stdarg.h), not CHECK_STDARG. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5170 dc483132-0cff-0310-8789-dd5450dbe970
* Forgot to check this in earlierJohn Gilmore1995-03-191-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5169 dc483132-0cff-0310-8789-dd5450dbe970
* * acgeneral.m4: Report the update status of the cache better;John Gilmore1995-03-182-10/+24
| | | | | | | | | | show diffs if an unwriteable cache gets updated, for manually configuring the Mac config.cache. * configure: Update with this acgeneral.m4. [This change, or one very close to it, was submitted for autoconf 2.2.] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5168 dc483132-0cff-0310-8789-dd5450dbe970
* Problem with the error routines and windows definitionsKeith Vetter1995-03-172-0/+20
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5137 dc483132-0cff-0310-8789-dd5450dbe970
* Ported the error table stuff to the PCKeith Vetter1995-03-177-36/+91
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5135 dc483132-0cff-0310-8789-dd5450dbe970
* Remove #ifdef STDC check to see if we should use const --- configureTheodore Tso1995-02-282-4/+5
| | | | | | takes care of this. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5035 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in: Avoid recompilation of std_rqs.c every single timeJohn Gilmore1995-02-283-2/+8
| | | | | | | `make' is run. * error.c: Use "com_err.h", not <com_err.h>. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5019 dc483132-0cff-0310-8789-dd5450dbe970
* * com_err.3: Document "com_err.h" rather than <com_err.h>John Gilmore1995-02-282-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5018 dc483132-0cff-0310-8789-dd5450dbe970
* make lndir work with relative path invocationMark Eichin1995-02-272-1/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5001 dc483132-0cff-0310-8789-dd5450dbe970
* * mk_cmds.sh: use ${SED} not sed in backtick expressions.Mark Eichin1995-02-232-1/+7
| | | | | | | Explicitly check for ${FILE} since sed doesn't give an error if it is absent. Also set -e to catch other conditions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4996 dc483132-0cff-0310-8789-dd5450dbe970
* * mk_cmds.sh: use ${SED} not sed in backtick expressions.Mark Eichin1995-02-232-2/+8
| | | | | | Use set -e so that if ${FILE} isn't found we actually fail. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4995 dc483132-0cff-0310-8789-dd5450dbe970
* If util/autoconf isn't built, try to use autoconf utilities found in the user'sTheodore Tso1995-02-032-1/+24
| | | | | | path. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4907 dc483132-0cff-0310-8789-dd5450dbe970
* Added files to .cvsignore which get built when autoconf is built in theTheodore Tso1995-02-032-0/+11
| | | | | | source directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4905 dc483132-0cff-0310-8789-dd5450dbe970
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-034-0/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4904 dc483132-0cff-0310-8789-dd5450dbe970
* All routines defined in the com_err library should have extern beforeTheodore Tso1995-02-032-10/+16
| | | | | | the prototypes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4894 dc483132-0cff-0310-8789-dd5450dbe970
* * Makefile.in (SRCS): add com_err.c explicit dependency to workMark Eichin1995-01-262-1/+8
| | | | | | around VPATH bug in Solaris make. Also fix typo in comment. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4843 dc483132-0cff-0310-8789-dd5450dbe970
* * autoreconf.sh (ls test): use -Llt to sort, in case we're in aMark Eichin1995-01-262-1/+6
| | | | | | symlink farm. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4840 dc483132-0cff-0310-8789-dd5450dbe970
* Auto configure changes. I didn't do anythingChris Provenzano1995-01-131-20/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4816 dc483132-0cff-0310-8789-dd5450dbe970
* Workaround more Ultrix sh brain damageTheodore Tso1994-12-202-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4739 dc483132-0cff-0310-8789-dd5450dbe970
* Work around yet another really horrible Ultrix sh bug. The values ofTheodore Tso1994-12-202-1/+12
| | | | | | | | variables read in using the ${var='bar'} construction are displayed using the "set" command with the high bit set. (Someone should just haul off the Ultrix sh and have it shot). Fixed using tr. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4738 dc483132-0cff-0310-8789-dd5450dbe970
* We don't need autoreconf.local anymore. That functionality has beenTheodore Tso1994-11-212-160/+1
| | | | | | folded into autoconf 2.1! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4707 dc483132-0cff-0310-8789-dd5450dbe970
* update to autoconf 2.1Mark Eichin1994-11-1816-502/+513
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4696 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: add caching to perror check (from epeisach).Mark Eichin1994-11-182-2/+15
| | | | | | [from 0954] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4686 dc483132-0cff-0310-8789-dd5450dbe970
* Don't use $< in a non suffix rule contextTheodore Tso1994-11-082-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4645 dc483132-0cff-0310-8789-dd5450dbe970
* Use library.stamp to determine whether or not $arcmd needs to be rerunTheodore Tso1994-11-022-3/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4610 dc483132-0cff-0310-8789-dd5450dbe970
* touch the library first, before running $aradd, in case changing theTheodore Tso1994-11-022-1/+5
| | | | | | | mod time of the library after running $aradd causes problems on some systems. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4608 dc483132-0cff-0310-8789-dd5450dbe970
* add "ls" and "touch" since libupdate uses themTheodore Tso1994-11-022-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4607 dc483132-0cff-0310-8789-dd5450dbe970
* Change use of "head -1" to "sed 1q"Theodore Tso1994-11-022-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4606 dc483132-0cff-0310-8789-dd5450dbe970
* libupdate.sh: Add support for the new libupdate shell script. ItTheodore Tso1994-11-014-0/+66
| | | | | | | | | automatically updates a library from a file listing of constituent .o files. It only calls "ar" if it absolutely has to, in order to speed things up for partial recompilations. (ar is dreadfully slow if you're using one based on the BFD library.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4602 dc483132-0cff-0310-8789-dd5450dbe970