Age | Commit message (Expand) | Author | Files | Lines |
2003-11-05 | Merge from 3.0: | Tim Potter | 1 | -3/+2 |
2003-11-05 | Merge from 3.0: | Tim Potter | 1 | -1/+1 |
2003-11-05 | make sure that we expand %H (from vl); bug 612 | Gerald Carter | 1 | -0/+3 |
2003-11-05 | Fix coredump in cli_get_backup_list. | Jeremy Allison | 1 | -5/+2 |
2003-11-05 | Fix for bug #771. Fix packet length for browse list reply. | Jeremy Allison | 1 | -1/+1 |
2003-11-04 | Fix for bug #703, try lowercase netgroups lookups. | Jeremy Allison | 1 | -1/+18 |
2003-11-03 | TDBSAM update code from Aur?lien Degr?mont <adegremont@idealx.com>. | Jeremy Allison | 2 | -16/+620 |
2003-11-03 | Fix for winbindd on HPUX from albert chin (china@thewrittenword.com) | Jeremy Allison | 1 | -4/+2 |
2003-11-03 | removing #include <compat.h> in hopes to avoid problems with apache header fi... | Gerald Carter | 2 | -5/+1 |
2003-11-03 | From 3_0: | Volker Lendecke | 1 | -9/+23 |
2003-11-02 | Fix duplicate libs problem in iconv detection code. | Tim Potter | 1 | -1/+1 |
2003-11-02 | Merge of fix for bug 661 from 3.0 | Tim Potter | 1 | -4/+8 |
2003-11-01 | From 3_0: | Volker Lendecke | 1 | -2/+2 |
2003-10-31 | set- set-assword when invoking --set-auth-user and no pw | Gerald Carter | 1 | -2/+7 |
2003-10-31 | Patch from Aur�lien Degr�mont <adegremont@idealx.com>. "entry" is dependent | Jeremy Allison | 1 | -2/+4 |
2003-10-31 | Merge from 3.0: | Tim Potter | 1 | -10/+17 |
2003-10-31 | Whitespace syncup with 3.0 | Tim Potter | 1 | -7/+7 |
2003-10-31 | Formatting syncup with 3.0 | Tim Potter | 1 | -0/+4 |
2003-10-31 | Fix another unused warning. | Tim Potter | 1 | -0/+3 |
2003-10-31 | Fix spelling mistake. | Tim Potter | 1 | -1/+1 |
2003-10-31 | Merge from 3.0: | Tim Potter | 1 | -40/+40 |
2003-10-31 | Fix some unused variable warnings. | Tim Potter | 2 | -0/+6 |
2003-10-31 | Merge from 3.0: | Tim Potter | 1 | -3/+0 |
2003-10-31 | Sync up with 3.0 | Tim Potter | 1 | -3/+3 |
2003-10-31 | Sync up some indentation. | Tim Potter | 1 | -3/+3 |
2003-10-31 | Merge from 3.0: Sync up comments. | Tim Potter | 1 | -2/+2 |
2003-10-31 | Merge of some fixes from 3.0: | Tim Potter | 1 | -8/+10 |
2003-10-30 | Add string to uuid fn. Thanks aliguori. | Jim McDonough | 1 | -1/+84 |
2003-10-30 | If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide... | Jeremy Allison | 1 | -1/+1 |
2003-10-30 | Last of the GUID->struct uuid changes. | Jim McDonough | 2 | -14/+7 |
2003-10-30 | Nearing the end of the GUID -> struct uuid changes. | Jim McDonough | 2 | -9/+12 |
2003-10-30 | Ok, nearing the end of the GUID->struct uuid changes. | Jim McDonough | 5 | -34/+34 |
2003-10-30 | More GUID->struct uuid changes. | Jim McDonough | 2 | -9/+14 |
2003-10-30 | Another round of GUID->struct uuid. | Jim McDonough | 5 | -10/+10 |
2003-10-30 | First round of merging various UUID structures. | Jim McDonough | 17 | -153/+141 |
2003-10-30 | bug 696; check for an invalid fid before dereferencing the fsp pointer | Gerald Carter | 1 | -0/+5 |
2003-10-30 | Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com). | Jeremy Allison | 1 | -1/+1 |
2003-10-29 | Janitor for tridge. | Jeremy Allison | 2 | -2/+5 |
2003-10-29 | Fixes to check for wraps which could cause coredumps. | Jeremy Allison | 6 | -14/+28 |
2003-10-28 | Don't log at level zero when chdir fails. Ensure correct error message is ret... | Jeremy Allison | 2 | -2/+3 |
2003-10-28 | Fix for bug #667. DFS filenames can now have arbitrary case. | Jeremy Allison | 3 | -67/+86 |
2003-10-27 | Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com) | Tim Potter | 1 | -1/+1 |
2003-10-27 | Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo... | Jeremy Allison | 1 | -5/+5 |
2003-10-24 | Janitorial duty for tpot. Merge tdb error log fix. | Jeremy Allison | 1 | -1/+6 |
2003-10-24 | Add shutdown abort try over initshutdown pipe first, then fall back to | Jim McDonough | 1 | -4/+49 |
2003-10-24 | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 5 | -6/+22 |
2003-10-24 | New files for support of initshutdown pipe. Win2k doesn't respond properly | Jim McDonough | 4 | -0/+449 |
2003-10-24 | Check for va_copy before you check for __va_copy, since va_copy is the | Richard Sharpe | 2 | -4/+18 |
2003-10-24 | Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth. | Jeremy Allison | 1 | -0/+16 |
2003-10-23 | Merge from 3_0: | Volker Lendecke | 2 | -12/+5 |