Age | Commit message (Expand) | Author | Files | Lines |
2003-02-20 | Added Volkers "print server role" patch. | Jeremy Allison | 1 | -0/+22 |
2003-02-20 | Remove obsolete files | Jelmer Vernooij | 3 | -3038/+0 |
2003-02-20 | Ensure tdb error code is set for corrupt and i/o errors before calling | Jeremy Allison | 1 | -0/+19 |
2003-02-20 | For a number of months now, support for being a domain member without also | Andrew Bartlett | 1 | -25/+14 |
2003-02-20 | Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user. | Andrew Bartlett | 1 | -18/+14 |
2003-02-20 | for some (very weird) reason, the domain I was testing aginst would not | Andrew Bartlett | 1 | -0/+4 |
2003-02-20 | Doc | Martin Pool | 1 | -1/+1 |
2003-02-20 | (Merge from APPLIANCE_HEAD) | Martin Pool | 1 | -0/+3 |
2003-02-19 | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also. | Jeremy Allison | 1 | -19/+27 |
2003-02-19 | correct init for vfs.conn, thanks Stefan | Simo Sorce | 1 | -1/+2 |
2003-02-19 | libads/krb5_setpw.c | Jim McDonough | 1 | -1/+2 |
2003-02-19 | Can't return SAFE_FREE...put on its own line. | Jim McDonough | 1 | -1/+2 |
2003-02-19 | Correct way to keep fucntion from proto.h | Jim McDonough | 2 | -8/+5 |
2003-02-19 | Fix segv in net ads join...an extra & was the culprit | Jim McDonough | 1 | -1/+1 |
2003-02-19 | Improve detection of iconv(3) for various platforms. M4 code is similar to wh... | Alexander Bokovoy | 3 | -17/+140 |
2003-02-19 | Missed one use of SETENV. (Compat macro no longer needed, as we have a | Andrew Bartlett | 1 | -1/+1 |
2003-02-19 | Now we have setenv() in replace.c, we don't need a seperate copy here. | Andrew Bartlett | 1 | -5/+5 |
2003-02-19 | Check return values of various join-related functions, and ensure we always | Andrew Bartlett | 1 | -9/+16 |
2003-02-19 | Move to a in-memory ccache for winbind, and replace setenv() properly. | Andrew Bartlett | 4 | -17/+23 |
2003-02-19 | After a talloc_zero(), we don't need to ZERO_STRUCTP too.. | Andrew Bartlett | 1 | -4/+0 |
2003-02-19 | Fix logfile formatting, we were missing a "\n" | Andrew Bartlett | 1 | -2/+2 |
2003-02-19 | Only do a kinit if we got told to use kerberos. | Andrew Bartlett | 1 | -12/+12 |
2003-02-19 | Get non-krb systems to compile. How the heck do I keep something from being ... | Jim McDonough | 2 | -9/+10 |
2003-02-19 | Fix from Corny.Bondad@hp.com for missing if (setting_acls) on default | Jeremy Allison | 1 | -3/+3 |
2003-02-19 | Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the | Jeremy Allison | 1 | -9/+14 |
2003-02-19 | Try to get heimdal working with HEAD. | Jim McDonough | 3 | -26/+44 |
2003-02-19 | Add support for detecting method of listing encryption types (MIT v Heimdal) | Jim McDonough | 1 | -0/+3 |
2003-02-19 | Remove old listproc address; update instructions for subscribing to | Martin Pool | 1 | -8/+52 |
2003-02-19 | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 2 | -2/+2 |
2003-02-19 | Remove old listproc address and webmaster mailing address. | Martin Pool | 1 | -15/+6 |
2003-02-19 | Remove tridge's old home address, and old samba-bugs adddress. He can | Martin Pool | 1 | -11/+1 |
2003-02-19 | Remove reference to obsolete samba-bugs address. Suggest people | Martin Pool | 1 | -3/+3 |
2003-02-19 | Remove reference to obsolete samba-bugs address. | Martin Pool | 1 | -1/+1 |
2003-02-18 | Regenerate | Jelmer Vernooij | 97 | -16805/+20666 |
2003-02-18 | Update to current status | Jelmer Vernooij | 1 | -3/+1 |
2003-02-18 | Document -k | Jelmer Vernooij | 1 | -0/+9 |
2003-02-18 | Few small cosmetic changes | Jelmer Vernooij | 4 | -9/+3 |
2003-02-18 | Use sgml syntax for warnings | Jelmer Vernooij | 1 | -3/+4 |
2003-02-18 | Move all password database stuff to one document - hope this makes it somewhat | Jelmer Vernooij | 5 | -991/+2 |
2003-02-18 | Update introduction | Jelmer Vernooij | 1 | -38/+64 |
2003-02-18 | Add -V option (to print out version) to utilities where possible | Jelmer Vernooij | 9 | -1/+9 |
2003-02-18 | Use the new modules stuff to load dynrpc modules. Basically this means: | Jelmer Vernooij | 9 | -33/+14 |
2003-02-18 | Fix of two warnings. | Rafal Szczesniak | 1 | -5/+3 |
2003-02-18 | We don't use mkproto stuff for the python extensions anymore. | Tim Potter | 1 | -29/+0 |
2003-02-18 | Cleanup of header files for python extensions. | Tim Potter | 25 | -261/+360 |
2003-02-18 | Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now need | Jeremy Allison | 1 | -0/+7 |
2003-02-18 | set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985 | Gerald Carter | 1 | -10/+57 |
2003-02-18 | Remove obsolete comment. | Martin Pool | 1 | -2/+0 |
2003-02-18 | Doxygen janitor. No other changes. | Martin Pool | 1 | -0/+9 |
2003-02-18 | cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDs | Martin Pool | 1 | -2/+5 |