Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-10-23 | Fix bug 451. Stop net -P from prompting for machine account password. | Jim McDonough | 3 | -3/+4 |
2003-10-23 | Volker's fix for bug #668. Change the \n after the password prompt to go | Jim McDonough | 1 | -2/+3 |
2003-10-23 | Merge from 3_0: | Volker Lendecke | 1 | -1/+1 |
2003-10-23 | Apply the changes to libsmbclient that derrell has contributed. Fix some | Richard Sharpe | 4 | -394/+2799 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 25 | -63/+83 |
2003-10-22 | Be sure referent ID is updated for incoming structures, too. | Jim McDonough | 1 | -3/+13 |
2003-10-22 | Fix segfault in mount.cifs helper when there is no options specified during m... | Alexander Bokovoy | 1 | -1/+1 |
2003-10-22 | Merge from 3_0: | Volker Lendecke | 1 | -0/+1 |
2003-10-21 | Fix for bug #64, Win9x Nexus tools not working against Samba3.0. Missing | Jeremy Allison | 2 | -1/+13 |
2003-10-21 | Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problems | Jeremy Allison | 4 | -5/+21 |
2003-10-21 | Merge tridge's AIX fixes. | Jeremy Allison | 1 | -249/+231 |
2003-10-21 | Add server side support for epmapper pipe. Currently only does a fixed | Jim McDonough | 6 | -4/+176 |
2003-10-21 | Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de> | Jeremy Allison | 4 | -49/+30 |
2003-10-21 | Fix typo | Jim McDonough | 1 | -1/+1 |
2003-10-21 | call initgroups before becomming the user; patch from Fabio Cecchi | Gerald Carter | 1 | -0/+3 |
2003-10-21 | Merge of another fix from Monyo. | Tim Potter | 1 | -1/+1 |
2003-10-21 | Merge of mmap blacklist fix from HEAD. | Tim Potter | 1 | -0/+7 |
2003-10-21 | Merge of krb5_keytab entry key vs keyblock member check from HEAD. | Tim Potter | 2 | -4/+21 |
2003-10-21 | Merge of wrepld link fix. | Tim Potter | 1 | -1/+2 |
2003-10-20 | Update structures after ethereal showed some marshalling/unmarshalling | Jim McDonough | 2 | -11/+38 |
2003-10-20 | Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>. | Jeremy Allison | 1 | -1/+1 |
2003-10-20 | Merge Volker's fix. | Jeremy Allison | 1 | -0/+6 |
2003-10-20 | Merge Volker's fix. | Jeremy Allison | 1 | -0/+11 |
2003-10-20 | Several updates: | Jim McDonough | 3 | -4/+50 |
2003-10-20 | Merge tridge's tdb updates. | Jeremy Allison | 4 | -3/+10 |
2003-10-20 | more 2.2.x compatibility fixes - allow user looksup in the kerb5 | Gerald Carter | 3 | -15/+36 |
2003-10-20 | make sure we have a devmode before copying a string to the devicename; patch ... | Gerald Carter | 1 | -3/+4 |
2003-10-19 | Compile libsmbclient with DYNEXP | Jelmer Vernooij | 1 | -1/+1 |
2003-10-18 | Add epmapper commands to rpcclient | Jim McDonough | 1 | -0/+2 |
2003-10-18 | Add epmapper client files to rpcclient build | Jim McDonough | 1 | -2/+3 |
2003-10-18 | Add client side code to do endpoint map queries. Currently does one | Jim McDonough | 2 | -0/+130 |