| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 2003-03-11 | 3 | -23/+0 |
* | Note about using Valgrind with tdbs. | Martin Pool | 2003-03-11 | 1 | -0/+21 |
* | having sticky create times is not a bug | Andrew Tridgell | 2003-03-11 | 1 | -1/+0 |
* | fixed the MANGLE smbtorture test with the new paranoid string code | Andrew Tridgell | 2003-03-11 | 1 | -1/+1 |
* | make sure we have an empty directory when we start the utable test | Andrew Tridgell | 2003-03-11 | 1 | -1/+5 |
* | If using --enable-developer and valgrind.h is present, define VALGRIND. | Martin Pool | 2003-03-11 | 1 | -0/+8 |
* | When opening an existing DB, don't require the hash_size specified to | Martin Pool | 2003-03-11 | 1 | -2/+1 |
* | Remove obsolete file. | Tim Potter | 2003-03-11 | 1 | -13/+0 |
* | Patch from Ronan Waide: | Martin Pool | 2003-03-11 | 1 | -1/+1 |
* | Some conversion to pstrcpy_base. | Volker Lendecke | 2003-03-10 | 1 | -6/+6 |
* | check a pointer before dereferencing it; not sure why userdata == NULL though | Gerald Carter | 2003-03-10 | 1 | -1/+1 |
* | Don't segfault on make_server_info_guest() failure - instead return the | Andrew Bartlett | 2003-03-10 | 1 | -4/+2 |
* | Use "$@" to preserve shell quoting in case somebody passes an escaped | Martin Pool | 2003-03-10 | 1 | -1/+1 |
* | fixed use_oplocks and the timeout in smbtorture startup | Andrew Tridgell | 2003-03-10 | 1 | -6/+16 |
* | added -i option for ignoring dot errors in masktest | Andrew Tridgell | 2003-03-10 | 1 | -2/+9 |
* | Makefile.in for NTLMSSP singing update | Andrew Bartlett | 2003-03-10 | 1 | -1/+1 |
* | Further work on NTLMSSP-based SMB signing. Current status is that I cannnot | Andrew Bartlett | 2003-03-10 | 5 | -48/+447 |
* | Clobber strings with 0xf1f1f1f1 before writing to them to check buffer | Martin Pool | 2003-03-10 | 1 | -8/+33 |
* | Include valgrind.h if present on the system. | Martin Pool | 2003-03-10 | 1 | -0/+5 |
* | Check for valgrind.h | Martin Pool | 2003-03-10 | 1 | -0/+1 |
* | Try not to clobber the session request. | Andrew Bartlett | 2003-03-09 | 1 | -3/+15 |
* | Change the way we sign SMB packets, to a function pointer interface. | Andrew Bartlett | 2003-03-09 | 6 | -153/+346 |
* | Don't fault on error returns (ptr == 0) for this LSA query. | Andrew Bartlett | 2003-03-09 | 1 | -10/+13 |
* | This is C, not C++ | Andrew Bartlett | 2003-03-08 | 1 | -4/+4 |
* | more on idmap | Simo Sorce | 2003-03-08 | 3 | -78/+207 |
* | Testparm needs the extra arg to set_local_machine_name() too. | Andrew Bartlett | 2003-03-08 | 1 | -1/+1 |
* | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 2003-03-08 | 8 | -19/+39 |
* | Make it clear that this is a fstrcpy(). | Andrew Bartlett | 2003-03-08 | 1 | -2/+2 |
* | Fix typo in earlier fix, caught by Ranjit @ HP. | Jeremy Allison | 2003-03-08 | 1 | -1/+1 |
* | some more code | Simo Sorce | 2003-03-08 | 4 | -0/+474 |
* | initial work for the new idmpa interface | Simo Sorce | 2003-03-07 | 2 | -0/+194 |
* | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 2003-03-07 | 3 | -3/+3 |
* | Add early prototype of cifs mount helper for Linux | Steve French | 2003-03-07 | 1 | -0/+389 |
* | Missed parentheses around complex logic. | Jeremy Allison | 2003-03-07 | 1 | -1/+2 |
* | Patch from Michael Steffens. In his own words : | Jeremy Allison | 2003-03-07 | 1 | -78/+199 |
* | Some progress towards gums and tdbsam2 | Simo Sorce | 2003-03-07 | 10 | -286/+1166 |
* | Limit the number of SIDs that may be looked up, in line with existing code | Andrew Bartlett | 2003-03-07 | 1 | -0/+5 |
* | safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls the | Andrew Bartlett | 2003-03-07 | 2 | -9/+4 |
* | Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit. | Jeremy Allison | 2003-03-07 | 1 | -0/+3 |
* | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 2003-03-07 | 3 | -69/+227 |
* | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 2003-03-06 | 3 | -2/+4 |
* | Make smbtorture use the same cli_full_connection() framework as the rest of | Andrew Bartlett | 2003-03-06 | 4 | -865/+842 |
* | more off-by-one safe_strcpy() | Andrew Bartlett | 2003-03-06 | 1 | -3/+3 |
* | More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy()) | Andrew Bartlett | 2003-03-06 | 4 | -30/+30 |
* | FIXME about crash on failure case. | Martin Pool | 2003-03-06 | 1 | -2/+5 |
* | Add *SMBSERVER fallback code to smbtorture ... | Richard Sharpe | 2003-03-05 | 1 | -3/+17 |
* | Add code to allow us to specify the port to connect on when performing | Richard Sharpe | 2003-03-05 | 1 | -6/+14 |
* | Use new configure test to turn on this automated test for correct string | Andrew Bartlett | 2003-03-05 | 1 | -1/+1 |
* | A couple more fixes for fstrcpy() into a malloced region. In this case it's | Andrew Bartlett | 2003-03-05 | 2 | -5/+5 |
* | Add a test for a useful property of the compiler - we can get link-time | Andrew Bartlett | 2003-03-05 | 1 | -0/+18 |