| Commit message (Expand) | Author | Age | Files | Lines |
* | Add localauth pluggable interface | Greg Hudson | 2013-03-09 | 1 | -784/+0 |
* | Modernize k5buf | Greg Hudson | 2013-02-14 | 1 | -5/+5 |
* | Add and use k5memdup, k5memdup0 helpers | Greg Hudson | 2013-02-09 | 1 | -17/+5 |
* | Clean up default_an_to_ln and fix a minor leak | Greg Hudson | 2012-06-08 | 1 | -35/+23 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -5/+1 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 1 | -1/+1 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -461/+461 |
* | Refactor rule_an_to_ln, creating a new helper function to handle the | Greg Hudson | 2009-05-11 | 1 | -124/+101 |
* | Fix a memory leak in aname_replacer using the recommended flow control | Greg Hudson | 2009-04-28 | 1 | -87/+92 |
* | Adjust the logic in rule_an_to_ln to avoid a "can't happen" case of | Greg Hudson | 2009-04-03 | 1 | -5/+7 |
* | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 1 | -4/+4 |
* | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 1 | -5/+5 |
* | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -6/+3 |
* | misc memory leaks | Ken Raeburn | 2008-06-27 | 1 | -2/+3 |
* | Define and use some inline helper functions for comparing data and authdata s... | Ken Raeburn | 2007-05-10 | 1 | -3/+2 |
* | MAX_FORMAT_BUFFER should be type size_t to reduce warnings | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
* | Ensure consistancy between prototypes and functions | Ezra Peisach | 2007-02-19 | 1 | -1/+1 |
* | * an_to_ln.c: Include string.h | Ken Raeburn | 2004-07-02 | 1 | -0/+1 |
* | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -1/+1 |
* | fix missing braces in an_to_ln.c security patch | Tom Yu | 2004-06-02 | 1 | -1/+2 |
* | fix buffer overflow in an_to_ln.c | Tom Yu | 2004-06-01 | 1 | -4/+41 |
* | Patch from Matt Crawford to allow matching on realm in cross-realm | Sam Hartman | 2004-05-07 | 1 | -4/+6 |
* | * an_to_ln.c (krb5_aname_to_localname): Don't write one byte past | Tom Yu | 2003-12-13 | 1 | -6/+9 |
* | protoize | Ken Raeburn | 2002-09-03 | 1 | -31/+7 |
* | * toffset.c (krb5_get_time_offsets), an_to_ln.c | Tom Yu | 2002-06-18 | 1 | -1/+1 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -3/+3 |
* | * sn2princ.c, hst_realm.c, an_to_ln.c: Cast argument to | Ezra Peisach | 2001-06-12 | 1 | -3/+3 |
* | * an_to_ln.c: Unsigned vs signed int fixes | Ezra Peisach | 2000-09-26 | 1 | -7/+13 |
* | pullup from 1.2 branch | Ken Raeburn | 2000-06-27 | 1 | -9/+11 |
* | merge from 1.1 branch | Ken Raeburn | 1999-12-06 | 1 | -1/+1 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
* | * t_std_conf.c (test_get_krbhst): Use krb5_free_krbhst to | Danilo Almeida | 1999-08-05 | 1 | -9/+3 |
* | Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th... | Miro Jurisic | 1998-07-17 | 1 | -1/+1 |
* | Collapse lib/krb5's configure.in files into a single top-level | Theodore Tso | 1998-02-28 | 1 | -0/+6 |
* | Remove references to dead BERK_DB_DBM code | Theodore Tso | 1996-08-23 | 1 | -15/+3 |
* | * Enough removal of db from aname_to_localname so that Linux compiles; | Sam Hartman | 1996-08-05 | 1 | -1/+6 |
* | * an_to_ln.c (aname_do_match): #elif HAVE_REGEXP_H should have | Tom Yu | 1996-07-29 | 1 | -1/+1 |
* | * an_to_ln.c (do_replacement, aname_do_match): use the compile() | Marc Horowitz | 1996-07-26 | 1 | -15/+7 |
* | net_read.c (krb5_net_read): | Theodore Tso | 1996-06-12 | 1 | -3/+3 |
* | * locate_kdc.c (krb5_locate_kdc): Add parrentheses for assignment | Ezra Peisach | 1996-01-11 | 1 | -2/+2 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 1 | -1/+1 |
* | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 1 | -4/+5 |
* | Add profile and Berkeley database smarts for aname_to_lname | Paul Park | 1995-06-30 | 1 | -52/+674 |
* | an_to_ln.c (dbm_an_to_ln): Don't compile dbm_an_to_ln() if | Theodore Tso | 1995-04-18 | 1 | -0/+4 |
* | Windows global stuff: | Keith Vetter | 1995-04-14 | 1 | -1/+1 |
* | Added prototypes to ccache change notification | Keith Vetter | 1995-03-22 | 1 | -7/+24 |
* | Port of most of the OS directory to the PC | Keith Vetter | 1995-03-07 | 1 | -1/+2 |
* | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 1 | -11/+1 |
* | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -23/+26 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -6/+1 |