summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* make dependGreg Hudson2010-06-071-1/+1
* In testrealm.py, stash the passwords in testdir/passwords so that theyGreg Hudson2010-05-251-1/+6
* Stop exporting some profile symbols that aren't either published inKen Raeburn2010-05-161-27/+0
* Force hostname to lower-case for use in principal namesKen Raeburn2010-05-161-1/+2
* Make k5test.py work for builds in the source dirGreg Hudson2010-05-131-1/+1
* Simplify how k5test scripts get run by importing runenv by pathnameGreg Hudson2010-04-241-8/+14
* Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson2010-04-241-8/+13
* Adapted patch from Arlene Berry to handle dlerror() returning a nullTom Yu2010-04-231-0/+4
* Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating toTom Yu2010-04-201-1/+8
* Build runenv.py, holding environment variable settings required forTom Yu2010-04-161-10/+6
* In testrealm.py, add ksu and kvno to the list of build directoriesGreg Hudson2010-04-041-1/+3
* Add a "make testrealm" target using the Python test framework. AsGreg Hudson2010-03-082-12/+88
* Make python test start_in_inetd functionEzra Peisach2010-03-071-1/+1
* Add a message parameter to k5test's success(), to briefly indicate theGreg Hudson2010-03-051-6/+9
* Clean up a help string in k5testGreg Hudson2010-03-041-2/+2
* Python test frameworkGreg Hudson2010-03-041-0/+1042
* Update dependenciesKen Raeburn2010-02-201-1/+1
* validator.py is a tool to validate kerb configuration files. Zhanna Tsitkov2010-02-175-0/+378
* update mkrel to deal with changed source layoutTom Yu2010-02-161-2/+8
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-271-1/+1
* The "comment" field of prf_data_t was never actually set nor used, soKen Raeburn2009-12-282-8/+0
* Mark and reindent util, with some exceptionsTom Yu2009-12-0752-3410/+3462
* update dependenciesKen Raeburn2009-12-021-1/+1
* Mark and reindent util/supportTom Yu2009-11-3018-1247/+1269
* Fix boilerplate in zap.cGreg Hudson2009-11-241-2/+2
* Punt the volatile cast in the non-gcc, non-Windows version of zap.Greg Hudson2009-11-244-1/+46
* Simplify depfix.pl by assuming that all files outside of the sourceGreg Hudson2009-11-231-24/+4
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2212-105/+97
* Delete obsolete krb5-mark-cstyle.el. (replaced by a python script)Tom Yu2009-11-041-28/+0
* Correct regexps for matching emacs and cc-mode versions. In reindentTom Yu2009-11-042-2/+49
* Monkey patch for the cc-mode that comes with emacs-23.x; that versionTom Yu2009-11-032-0/+52
* Emacs 21 doesn't have custom-variable-p. Also, adjust to use theTom Yu2009-11-021-5/+5
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-022-6/+6
* Simplify krb5int_get_error (and fix a cast-qual warning) by notGreg Hudson2009-11-011-24/+7
* Be a little more const-correct in krb5int_vset_error_flGreg Hudson2009-11-011-13/+8
* Rework in an attempt to deal with variant Emacs versionsTom Yu2009-11-011-16/+32
* make mark-cstyleTom Yu2009-10-3145-760/+751
* Fixes for Emacs 22 compatibilityKen Raeburn2009-10-301-2/+2
* Tweak batch reindent some more. Limit the initial bulk reindent, andTom Yu2009-10-301-11/+30
* New elisp file to mark C styles in files. New top-level MakefileTom Yu2009-10-281-0/+28
* Update to use heuristics for setting "krb5" style based on file localTom Yu2009-10-282-8/+25
* Add "reindent" target to top-level Makefile.in. AddTom Yu2009-10-271-0/+33
* Fix missing emacs file variable markers. Add krb5-c-style.el: theTom Yu2009-10-261-0/+30
* Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov2009-10-231-8/+8
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-1/+1
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-164-76/+72
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-164-73/+77
* Add t_unal.c to SRCS and generate dependencies..Ezra Peisach2009-09-152-1/+5
* Test byte ordering determination and unaligned accessKen Raeburn2009-09-152-2/+52
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-031-1/+1