Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-10-14 | fix typo | Simo Sorce | 1 | -1/+1 |
2003-10-14 | sorry folks, forgot to cvs add/remove before commit. | Simo Sorce | 4 | -1196/+1923 |
2003-10-14 | Delete unused label to fix compiler warning. | Tim Potter | 1 | -1/+0 |
2003-10-14 | Enclose usage of st_blksize and st_blocks struct stat members in | Tim Potter | 5 | -0/+30 |
2003-10-14 | Set errno = ENOSYS if mmap not supported. | Tim Potter | 1 | -0/+1 |
2003-10-14 | Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone to | Tim Potter | 2 | -100/+95 |
2003-10-14 | Ignore autogenerated tdbsam2_parse_info.h | Tim Potter | 1 | -3/+4 |
2003-10-13 | Put back the changes that Simo reverted and fix a speling mistak. | Richard Sharpe | 1 | -1/+3 |
2003-10-13 | So here it is a non-intrusive patch with my latest work on gums (the | Simo Sorce | 17 | -1249/+1208 |
2003-10-13 | Pull my previous changes into head as well. | Richard Sharpe | 2 | -0/+9 |
2003-10-13 | make sure to use the escaped DN; patch from Guenther Deschner; bug 592 | Gerald Carter | 1 | -1/+1 |
2003-10-12 | make nt-time <-> unix-time functions nearly reversible | Simo Sorce | 1 | -2/+5 |
2003-10-10 | adding notice about new samba-docs cvs modeule | Gerald Carter | 1 | -0/+10 |
2003-10-10 | removing docs from HEAD | Gerald Carter | 676 | -185761/+0 |
2003-10-10 | Match Samba 2.2, and make ACB_NORMAL the default ACB value. | Andrew Bartlett | 1 | -0/+7 |
2003-10-10 | Ensure cancelling a blocking lock returns the correct error message. | Jeremy Allison | 1 | -1/+1 |
2003-10-10 | Make us pass Samba4 lock tester (with one different error message). | Jeremy Allison | 1 | -0/+3 |
2003-10-09 | We need to make sure that the files that contain the static_init_$subsystem; | Jelmer Vernooij | 2 | -7/+7 |
2003-10-09 | Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester. | Jeremy Allison | 1 | -9/+20 |
2003-10-09 | Move sysquotas autoconf tests to a seperate file in tests/ | Jelmer Vernooij | 3 | -102/+98 |
2003-10-09 | Refuse to configure if --with-expsam=$BACKEND was specified, but | Jelmer Vernooij | 1 | -2/+2 |
2003-10-09 | At least give a message if we're returning a short read for W2K compatibility. | Jeremy Allison | 1 | -2/+12 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -5/+10 |