Age | Commit message (Expand) | Author | Files | Lines |
2004-03-11 | add missing #ifdef HAVE_BICONV stuff | Herb Lewis | 1 | -0/+3 |
2004-03-04 | BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppc | Gerald Carter | 1 | -1/+3 |
2004-03-04 | BUG 1080: fix declaration of SMB_BIG_UINT | Gerald Carter | 1 | -12/+12 |
2004-03-04 | another fix for bug 761; don't default to bsd printing on linux | Gerald Carter | 1 | -9/+0 |
2004-02-20 | just say no to crack | Gerald Carter | 1 | -1/+1 |
2004-02-20 | <attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ... | Gerald Carter | 1 | -3/+2 |
2004-02-19 | sys/xattr.h merge from HEAD | Gerald Carter | 1 | -0/+4 |
2004-01-25 | If we are providing strndup(), ensure we provide a prototype too. | Andrew Bartlett | 1 | -0/+4 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -1/+1 |
2003-11-03 | removing #include <compat.h> in hopes to avoid problems with apache header fi... | Gerald Carter | 1 | -4/+0 |
2003-10-24 | Fix one other place VA_COPY is defined ... should fix NetBSD build. | Richard Sharpe | 1 | -0/+4 |
2003-10-21 | If we have blacklisted mmap() try to avoid using it accidentally by | Tim Potter | 1 | -0/+7 |
2003-08-15 | Latest heimdal snapshot has a krb5_set_real_time with a slightly | Volker Lendecke | 1 | -1/+1 |
2003-08-15 | add IRIX EA support | Herb Lewis | 1 | -0/+4 |
2003-08-06 | Get rid of MAXPATHLEN, move to standard PATH_MAX. | Jeremy Allison | 1 | -4/+0 |
2003-07-29 | This adds gss-spnego to ntlm_auth. It contains some new spnego support | Volker Lendecke | 1 | -0/+2 |
2003-07-25 | W00t! Client smb signing is now working correctly with krb5 and w2k server. | Jeremy Allison | 1 | -1/+1 |
2003-07-23 | A fix for bug 174. I'm pushing this to the tree to test it on one of | Tim Potter | 1 | -0/+8 |
2003-06-30 | - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122) | Andrew Tridgell | 1 | -0/+8 |
2003-06-16 | reverted locale patch put in by jht (originally from vorlon). | Andrew Tridgell | 1 | -8/+0 |
2003-06-15 | Patch from vorlon@debian.org, see bugzilal #122 | John Terpstra | 1 | -0/+8 |
2003-06-10 | Ok, I've tried being Mr. Nice Guy and people (you know who you are) still | Jeremy Allison | 1 | -4/+0 |
2003-06-05 | Get ready for EA code... Add Linux interface. | Jeremy Allison | 1 | -0/+4 |
2003-06-05 | working draft of the idmap_ldap code. | Gerald Carter | 1 | -0/+4 |
2003-05-30 | More on bug 137: rename more of krb5_xxx functions to not start with krb5_ | Jim McDonough | 1 | -1/+1 |
2003-05-20 | remove WITH_TDB_SAM & USE_SMBPASS_DB | Gerald Carter | 1 | -4/+0 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -6/+24 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -0/+1 |
2003-05-06 | Patch from metze to add exit and interval events. Useful for modules | Jelmer Vernooij | 1 | -0/+2 |
2003-04-29 | remove --with-tdbsam since it is always built now | Gerald Carter | 1 | -1/+1 |
2003-04-16 | Merge valgrind header usage from HEAD. | Andrew Bartlett | 1 | -4/+17 |
2003-04-14 | Backport my backtrace patch from HEAD | Jelmer Vernooij | 1 | -0/+4 |
2003-04-14 | Merge of TRUE/FALSE preprocessor traps from HEAD. | Tim Potter | 1 | -1/+14 |
2003-04-02 | Merge of winbind nss library cleanup from HEAD. | Tim Potter | 1 | -1/+1 |
2003-03-28 | don't include proto.h during autoconf tests since it doesn't exist yet; fixed... | Gerald Carter | 1 | -0/+2 |
2003-03-28 | merged real time signal fixes from head | Andrew Tridgell | 1 | -0/+4 |
2003-03-18 | Jeremy merged across my string parinoia fixes, but forgot to enable them! :-) | Andrew Bartlett | 1 | -0/+1 |
2003-03-17 | Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's | Andrew Bartlett | 1 | -0/+1 |
2003-02-24 | Iconv as seperate library fixes from HEAD | Andrew Bartlett | 1 | -0/+5 |
2003-02-19 | Sync with HEAD for verifying kerberos tickets. | Jim McDonough | 1 | -2/+3 |
2003-02-19 | Merge minor library fixes from HEAD to 3.0. | Andrew Bartlett | 1 | -0/+4 |
2003-01-30 | Re-added the Heimdal stuff tpot removed. | Jeremy Allison | 1 | -0/+8 |
2003-01-30 | Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blaming | Tim Potter | 1 | -15/+1 |
2003-01-28 | Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-). | Jeremy Allison | 1 | -0/+1 |
2003-01-28 | Get smbd to link with Heimdal. Still missing some client progs... | Jeremy Allison | 1 | -0/+3 |
2003-01-21 | Get closer to Heimdal compile... Damn. HEAD has different code in | Jeremy Allison | 1 | -1/+11 |
2003-01-21 | Fixup proto generation to not include krb5 specific symbols | Jeremy Allison | 1 | -0/+3 |
2003-01-19 | Merge in more of the SuSE patches for Heimdal. These changes show how | Jeremy Allison | 1 | -0/+12 |
2003-01-16 | More Heimdal changes. Still not compiling with Heimdal yet... | Jeremy Allison | 1 | -0/+4 |
2003-01-16 | Fist part of fixes to make us compile with Heimdal. Don't explicitly | Jeremy Allison | 1 | -0/+4 |