| Commit message (Expand) | Author | Age | Files | Lines |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -1/+1 |
* | In testrealm.py, stash the passwords in testdir/passwords so that they | Greg Hudson | 2010-05-25 | 1 | -1/+6 |
* | Stop exporting some profile symbols that aren't either published in | Ken Raeburn | 2010-05-16 | 1 | -27/+0 |
* | Force hostname to lower-case for use in principal names | Ken Raeburn | 2010-05-16 | 1 | -1/+2 |
* | Make k5test.py work for builds in the source dir | Greg Hudson | 2010-05-13 | 1 | -1/+1 |
* | Simplify how k5test scripts get run by importing runenv by pathname | Greg Hudson | 2010-04-24 | 1 | -8/+14 |
* | Run Python tests as individual rule commands (friendlier to make -k) | Greg Hudson | 2010-04-24 | 1 | -8/+13 |
* | Adapted patch from Arlene Berry to handle dlerror() returning a null | Tom Yu | 2010-04-23 | 1 | -0/+4 |
* | Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating to | Tom Yu | 2010-04-20 | 1 | -1/+8 |
* | Build runenv.py, holding environment variable settings required for | Tom Yu | 2010-04-16 | 1 | -10/+6 |
* | In testrealm.py, add ksu and kvno to the list of build directories | Greg Hudson | 2010-04-04 | 1 | -1/+3 |
* | Add a "make testrealm" target using the Python test framework. As | Greg Hudson | 2010-03-08 | 2 | -12/+88 |
* | Make python test start_in_inetd function | Ezra Peisach | 2010-03-07 | 1 | -1/+1 |
* | Add a message parameter to k5test's success(), to briefly indicate the | Greg Hudson | 2010-03-05 | 1 | -6/+9 |
* | Clean up a help string in k5test | Greg Hudson | 2010-03-04 | 1 | -2/+2 |
* | Python test framework | Greg Hudson | 2010-03-04 | 1 | -0/+1042 |
* | Update dependencies | Ken Raeburn | 2010-02-20 | 1 | -1/+1 |
* | validator.py is a tool to validate kerb configuration files. | Zhanna Tsitkov | 2010-02-17 | 5 | -0/+378 |
* | update mkrel to deal with changed source layout | Tom Yu | 2010-02-16 | 1 | -2/+8 |
* | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 1 | -1/+1 |
* | The "comment" field of prf_data_t was never actually set nor used, so | Ken Raeburn | 2009-12-28 | 2 | -8/+0 |
* | Mark and reindent util, with some exceptions | Tom Yu | 2009-12-07 | 52 | -3410/+3462 |
* | update dependencies | Ken Raeburn | 2009-12-02 | 1 | -1/+1 |
* | Mark and reindent util/support | Tom Yu | 2009-11-30 | 18 | -1247/+1269 |
* | Fix boilerplate in zap.c | Greg Hudson | 2009-11-24 | 1 | -2/+2 |
* | Punt the volatile cast in the non-gcc, non-Windows version of zap. | Greg Hudson | 2009-11-24 | 4 | -1/+46 |
* | Simplify depfix.pl by assuming that all files outside of the source | Greg Hudson | 2009-11-23 | 1 | -24/+4 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 12 | -105/+97 |
* | Delete obsolete krb5-mark-cstyle.el. (replaced by a python script) | Tom Yu | 2009-11-04 | 1 | -28/+0 |
* | Correct regexps for matching emacs and cc-mode versions. In reindent | Tom Yu | 2009-11-04 | 2 | -2/+49 |
* | Monkey patch for the cc-mode that comes with emacs-23.x; that version | Tom Yu | 2009-11-03 | 2 | -0/+52 |
* | Emacs 21 doesn't have custom-variable-p. Also, adjust to use the | Tom Yu | 2009-11-02 | 1 | -5/+5 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 2 | -6/+6 |
* | Simplify krb5int_get_error (and fix a cast-qual warning) by not | Greg Hudson | 2009-11-01 | 1 | -24/+7 |
* | Be a little more const-correct in krb5int_vset_error_fl | Greg Hudson | 2009-11-01 | 1 | -13/+8 |
* | Rework in an attempt to deal with variant Emacs versions | Tom Yu | 2009-11-01 | 1 | -16/+32 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 45 | -760/+751 |
* | Fixes for Emacs 22 compatibility | Ken Raeburn | 2009-10-30 | 1 | -2/+2 |
* | Tweak batch reindent some more. Limit the initial bulk reindent, and | Tom Yu | 2009-10-30 | 1 | -11/+30 |
* | New elisp file to mark C styles in files. New top-level Makefile | Tom Yu | 2009-10-28 | 1 | -0/+28 |
* | Update to use heuristics for setting "krb5" style based on file local | Tom Yu | 2009-10-28 | 2 | -8/+25 |
* | Add "reindent" target to top-level Makefile.in. Add | Tom Yu | 2009-10-27 | 1 | -0/+33 |
* | Fix missing emacs file variable markers. Add krb5-c-style.el: the | Tom Yu | 2009-10-26 | 1 | -0/+30 |
* | Changed the crypto make system to add build flexibility. The update cancels t... | Zhanna Tsitkov | 2009-10-23 | 1 | -8/+8 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -1/+1 |
* | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 4 | -76/+72 |
* | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 4 | -73/+77 |
* | Add t_unal.c to SRCS and generate dependencies.. | Ezra Peisach | 2009-09-15 | 2 | -1/+5 |
* | Test byte ordering determination and unaligned access | Ken Raeburn | 2009-09-15 | 2 | -2/+52 |
* | Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des... | Zhanna Tsitkov | 2009-09-03 | 1 | -1/+1 |