Age | Commit message (Expand) | Author | Files | Lines |
2003-04-16 | More merges from HEAD: | Jelmer Vernooij | 13 | -496/+689 |
2003-04-16 | Check whether return status of poptGetNextOpt is -1, not EOF | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | fixed the popt option handling in nmbd, so that -i now works | Andrew Tridgell | 1 | -34/+37 |
2003-04-16 | Check for -1 not EOF as return value of poptGetNextOpt | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | Fix segfault by getting this the right way around | Andrew Bartlett | 1 | -1/+1 |
2003-04-16 | Up the debug level for the second run of the test (client side) | Andrew Bartlett | 1 | -2/+2 |
2003-04-16 | We changed 'net' so change the torture tests that use it. | Andrew Bartlett | 1 | -4/+4 |
2003-04-16 | Merge valgrind header usage from HEAD. | Andrew Bartlett | 2 | -14/+17 |
2003-04-16 | Add support for the new modules system to lib/iconv.c (merge from HEAD) | Jelmer Vernooij | 3 | -162/+223 |
2003-04-16 | Add make destination for librpc_echo | Jelmer Vernooij | 1 | -0/+5 |
2003-04-16 | Add support for the new modules system to auth/ (merge from HEAD) | Jelmer Vernooij | 13 | -113/+159 |
2003-04-16 | Adjust comment to respect change to no longer use unixsam by default... | Andrew Bartlett | 1 | -3/+2 |
2003-04-16 | This code is no longer referenced - moved to the new libsmb/ldap.c | Andrew Bartlett | 1 | -62/+0 |
2003-04-16 | Expand this magic number into the #defines it is made up of. | Andrew Bartlett | 1 | -1/+1 |
2003-04-16 | Add some static and #ifdef DEVELOPER | Andrew Bartlett | 1 | -3/+5 |
2003-04-16 | Put this comment in a better place... | Andrew Bartlett | 1 | -3/+3 |
2003-04-16 | NTSTATUS strings are much more use than raw numbers... | Andrew Bartlett | 1 | -2/+2 |
2003-04-16 | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 23 | -223/+368 |
2003-04-16 | Make this code actually compile (--with-ldapsam). | Andrew Bartlett | 1 | -4/+7 |
2003-04-16 | Add torture to everything.. | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | Don't build the torture progs in 'make all' | Jelmer Vernooij | 1 | -1/+1 |
2003-04-16 | Fix mem leak. Spotted by tpot (thanks Tim). | Jeremy Allison | 1 | -0/+1 |
2003-04-16 | Fix mem leak. Spotted by tpot (thanks Tim). | Jeremy Allison | 1 | -0/+1 |
2003-04-16 | Cause the winbind auth module to call the ntdomain module if winbind is not | Andrew Bartlett | 2 | -42/+65 |
2003-04-15 | merge in metze' smbcquotas patch from HEAD | Gerald Carter | 9 | -52/+88 |
2003-04-15 | Change variable name to get this working on gcc 3.2 (Merge from HEAD) | Jelmer Vernooij | 2 | -38/+38 |
2003-04-15 | It's #ifdef CONFIG_H, not #if CONFI_H | Jelmer Vernooij | 1 | -1/+1 |
2003-04-15 | Print out information about statically linked in modules | Jelmer Vernooij | 1 | -9/+3 |
2003-04-15 | Use XML format instead of SGML format (merge from HEAD) | Jelmer Vernooij | 1 | -1/+1 |
2003-04-15 | use the new modules system for the rpc modules (backport from HEAD) | Jelmer Vernooij | 10 | -163/+15 |
2003-04-15 | Use the new modules system for passdb (merge from HEAD) | Jelmer Vernooij | 12 | -95/+136 |
2003-04-15 | Tested on Win2k, now I think I know what success/fail means in fdsess test. | Jeremy Allison | 1 | -0/+2 |
2003-04-15 | Add some more NT to unix error code mappings (from HEAD) | Jelmer Vernooij | 1 | -3/+92 |
2003-04-15 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 59 | -0/+2815 |
2003-04-15 | Fix smb.conf.5.xml and friends: | Alexander Bokovoy | 3 | -12/+14 |
2003-04-15 | Fix build of VFS modules statically (we used Makefile variables before settin... | Jelmer Vernooij | 1 | -6/+6 |
2003-04-15 | Add selection of the modules to configure (merge from HEAD) | Jelmer Vernooij | 3 | -1/+137 |
2003-04-15 | Final touch: | Alexander Bokovoy | 2 | -24/+30 |
2003-04-15 | Final bits of smb.conf(5) are converted! | Alexander Bokovoy | 9 | -140/+164 |
2003-04-15 | Fix typo in configure.in (merge from HEAD) | Jelmer Vernooij | 1 | -1/+1 |
2003-04-15 | Applying updates from Rafal (mimir) and from DAvid Lechnyr. | John Terpstra | 2 | -70/+253 |
2003-04-15 | Fix some minor typos | Alexander Bokovoy | 6 | -7/+6 |
2003-04-15 | Convert another group of options in Misc section | Alexander Bokovoy | 13 | -166/+198 |
2003-04-15 | Convert another group of options in Misc section | Alexander Bokovoy | 13 | -263/+310 |
2003-04-15 | Merge of comment typo. | Tim Potter | 1 | -3/+3 |
2003-04-15 | Merge of server unavailable error string. | Tim Potter | 1 | -0/+1 |
2003-04-15 | Merge of python extension picobj fix. | Tim Potter | 1 | -9/+15 |
2003-04-15 | Typo in comment. | Tim Potter | 1 | -1/+1 |
2003-04-15 | Add string message for WERR_SERVER_UNAVAILABLE. | Tim Potter | 1 | -0/+1 |
2003-04-15 | Use picobjs when building python extensions. Spotted by Steve Langasek. | Tim Potter | 1 | -6/+12 |