Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-10-18 | Fix tower length calculations and add some const | Jim McDonough | 1 | -4/+5 |
2003-10-17 | Typo broke win9x logins. | Jeremy Allison | 1 | -1/+1 |
2003-10-17 | uuid itself might not be aligned (as is the case in epm map requests), so | Jim McDonough | 1 | -3/+3 |
2003-10-17 | * fix some compile warnings in the gums code | Gerald Carter | 4 | -3/+52 |
2003-10-17 | Add endpoint mapper parse code | Jim McDonough | 1 | -1/+1 |
2003-10-17 | Add epmapper pipe | Jim McDonough | 3 | -2/+15 |
2003-10-17 | Add (un)marshalling code for endpoint mapper map operation | Jim McDonough | 1 | -0/+406 |
2003-10-17 | Add endpoint mapper rpc definitions | Jim McDonough | 1 | -0/+115 |
2003-10-16 | Remove DEBUG statement from wb_common.c as it should not be there. | Richard Sharpe | 1 | -2/+0 |
2003-10-16 | Tidyup wrap checking. | Jeremy Allison | 3 | -14/+38 |
2003-10-16 | Fix buggy data_len calculation in echo. Add paranoia debug message. | Jeremy Allison | 1 | -1/+5 |
2003-10-16 | Ensure error code path doesn't free unmalloced memory. Bug #628. | Jeremy Allison | 1 | -0/+4 |
2003-10-15 | created a new target: genparse | Simo Sorce | 2 | -5/+7 |
2003-10-14 | updating version in copyright | Gerald Carter | 1 | -1/+1 |
2003-10-14 | Enable us to see what sequence number we were expecting when we fail a sign | Jeremy Allison | 1 | -4/+4 |