Age | Commit message (Expand) | Author | Files | Lines |
2003-03-12 | Import ComfyChair framework from trunk. | Martin Pool | 1 | -0/+266 |
2003-03-12 | Start importing the Python testing framework that Tim and I have been | Martin Pool | 1 | -0/+3 |
2003-03-12 | Update usage message. | Martin Pool | 1 | -1/+2 |
2003-03-12 | Add example of string overflow which is now caught in developer mode. | Martin Pool | 1 | -0/+16 |
2003-03-11 | We use unsigned now, so use %u. | Jeremy Allison | 1 | -1/+1 |
2003-03-11 | Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>. | Jeremy Allison | 1 | -1/+2 |
2003-03-11 | This patch attemptes to clean up winbindd's mutex locking. | Andrew Bartlett | 3 | -68/+46 |
2003-03-11 | security=domain and domain logons = yes should be a BDC (of sorts). | Andrew Bartlett | 1 | -2/+5 |
2003-03-11 | Some further tought on the server role issue - try not to break it compeatly. | Andrew Bartlett | 1 | -3/+6 |
2003-03-11 | After 'consultation' with idra, this is how I think the server roles should w... | Andrew Bartlett | 1 | -4/+9 |
2003-03-11 | This is how combination of domain logons and security parameter best combine. | Simo Sorce | 1 | -3/+3 |
2003-03-11 | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 3 | -23/+0 |
2003-03-11 | Note about using Valgrind with tdbs. | Martin Pool | 1 | -0/+21 |
2003-03-11 | having sticky create times is not a bug | Andrew Tridgell | 1 | -1/+0 |
2003-03-11 | fixed the MANGLE smbtorture test with the new paranoid string code | Andrew Tridgell | 1 | -1/+1 |
2003-03-11 | make sure we have an empty directory when we start the utable test | Andrew Tridgell | 1 | -1/+5 |
2003-03-11 | If using --enable-developer and valgrind.h is present, define VALGRIND. | Martin Pool | 1 | -0/+8 |
2003-03-11 | When opening an existing DB, don't require the hash_size specified to | Martin Pool | 1 | -2/+1 |
2003-03-11 | Remove obsolete file. | Tim Potter | 1 | -13/+0 |
2003-03-11 | Patch from Ronan Waide: | Martin Pool | 1 | -1/+1 |
2003-03-10 | Some conversion to pstrcpy_base. | Volker Lendecke | 1 | -6/+6 |
2003-03-10 | check a pointer before dereferencing it; not sure why userdata == NULL though | Gerald Carter | 1 | -1/+1 |
2003-03-10 | Don't segfault on make_server_info_guest() failure - instead return the | Andrew Bartlett | 1 | -4/+2 |
2003-03-10 | Use "$@" to preserve shell quoting in case somebody passes an escaped | Martin Pool | 1 | -1/+1 |
2003-03-10 | fixed use_oplocks and the timeout in smbtorture startup | Andrew Tridgell | 1 | -6/+16 |
2003-03-10 | added -i option for ignoring dot errors in masktest | Andrew Tridgell | 1 | -2/+9 |
2003-03-10 | Makefile.in for NTLMSSP singing update | Andrew Bartlett | 1 | -1/+1 |
2003-03-10 | Further work on NTLMSSP-based SMB signing. Current status is that I cannnot | Andrew Bartlett | 5 | -48/+447 |
2003-03-10 | Clobber strings with 0xf1f1f1f1 before writing to them to check buffer | Martin Pool | 1 | -8/+33 |
2003-03-10 | Include valgrind.h if present on the system. | Martin Pool | 1 | -0/+5 |
2003-03-10 | Check for valgrind.h | Martin Pool | 1 | -0/+1 |
2003-03-09 | Try not to clobber the session request. | Andrew Bartlett | 1 | -3/+15 |
2003-03-09 | Add Ronan Waide's info about the setdriver call. | Jelmer Vernooij | 1 | -4/+24 |
2003-03-09 | Add some printing question & answers | Jelmer Vernooij | 2 | -0/+18 |
2003-03-09 | Change the way we sign SMB packets, to a function pointer interface. | Andrew Bartlett | 6 | -153/+346 |
2003-03-09 | Don't fault on error returns (ptr == 0) for this LSA query. | Andrew Bartlett | 1 | -10/+13 |
2003-03-08 | This is C, not C++ | Andrew Bartlett | 1 | -4/+4 |
2003-03-08 | more on idmap | Simo Sorce | 3 | -78/+207 |
2003-03-08 | Add Q&A for people having trouble trying to log in without a proper | Jelmer Vernooij | 1 | -0/+14 |
2003-03-08 | Add notes on increasing performance on AIX, based on an email from William Jojo | Jelmer Vernooij | 1 | -0/+12 |
2003-03-08 | Testparm needs the extra arg to set_local_machine_name() too. | Andrew Bartlett | 1 | -1/+1 |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 8 | -19/+39 |
2003-03-08 | Make it clear that this is a fstrcpy(). | Andrew Bartlett | 1 | -2/+2 |
2003-03-08 | Fix typo in earlier fix, caught by Ranjit @ HP. | Jeremy Allison | 1 | -1/+1 |
2003-03-08 | some more code | Simo Sorce | 4 | -0/+474 |
2003-03-07 | initial work for the new idmpa interface | Simo Sorce | 2 | -0/+194 |
2003-03-07 | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 3 | -3/+3 |
2003-03-07 | Add early prototype of cifs mount helper for Linux | Steve French | 1 | -0/+389 |
2003-03-07 | Missed parentheses around complex logic. | Jeremy Allison | 1 | -1/+2 |
2003-03-07 | Patch from Michael Steffens. In his own words : | Jeremy Allison | 1 | -78/+199 |