summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-03-11Remove valgrind_strlen function, hopefully no longer needed withMartin Pool3-23/+0
2003-03-11Note about using Valgrind with tdbs.Martin Pool1-0/+21
2003-03-11having sticky create times is not a bugAndrew Tridgell1-1/+0
2003-03-11fixed the MANGLE smbtorture test with the new paranoid string codeAndrew Tridgell1-1/+1
2003-03-11make sure we have an empty directory when we start the utable testAndrew Tridgell1-1/+5
2003-03-11If using --enable-developer and valgrind.h is present, define VALGRIND.Martin Pool1-0/+8
2003-03-11When opening an existing DB, don't require the hash_size specified toMartin Pool1-2/+1
2003-03-11Remove obsolete file.Tim Potter1-13/+0
2003-03-11Patch from Ronan Waide:Martin Pool1-1/+1
2003-03-10Some conversion to pstrcpy_base.Volker Lendecke1-6/+6
2003-03-10check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter1-1/+1
2003-03-10Don't segfault on make_server_info_guest() failure - instead return theAndrew Bartlett1-4/+2
2003-03-10Use "$@" to preserve shell quoting in case somebody passes an escapedMartin Pool1-1/+1
2003-03-10fixed use_oplocks and the timeout in smbtorture startupAndrew Tridgell1-6/+16
2003-03-10added -i option for ignoring dot errors in masktestAndrew Tridgell1-2/+9
2003-03-10Makefile.in for NTLMSSP singing updateAndrew Bartlett1-1/+1
2003-03-10Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett5-48/+447
2003-03-10Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool1-8/+33
2003-03-10Include valgrind.h if present on the system.Martin Pool1-0/+5
2003-03-10Check for valgrind.hMartin Pool1-0/+1
2003-03-09Try not to clobber the session request.Andrew Bartlett1-3/+15
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett6-153/+346
2003-03-09Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett1-10/+13
2003-03-08This is C, not C++Andrew Bartlett1-4/+4
2003-03-08more on idmapSimo Sorce3-78/+207
2003-03-08Testparm needs the extra arg to set_local_machine_name() too.Andrew Bartlett1-1/+1
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett8-19/+39
2003-03-08Make it clear that this is a fstrcpy().Andrew Bartlett1-2/+2
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
2003-03-08some more codeSimo Sorce4-0/+474
2003-03-07initial work for the new idmpa interfaceSimo Sorce2-0/+194
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison3-3/+3
2003-03-07Add early prototype of cifs mount helper for LinuxSteve French1-0/+389
2003-03-07Missed parentheses around complex logic.Jeremy Allison1-1/+2
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison1-78/+199
2003-03-07Some progress towards gums and tdbsam2Simo Sorce10-286/+1166
2003-03-07Limit the number of SIDs that may be looked up, in line with existing codeAndrew Bartlett1-0/+5
2003-03-07safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls theAndrew Bartlett2-9/+4
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison3-69/+227
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter3-2/+4
2003-03-06Make smbtorture use the same cli_full_connection() framework as the rest ofAndrew Bartlett4-865/+842
2003-03-06more off-by-one safe_strcpy()Andrew Bartlett1-3/+3
2003-03-06More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett4-30/+30
2003-03-06FIXME about crash on failure case.Martin Pool1-2/+5
2003-03-05Add *SMBSERVER fallback code to smbtorture ...Richard Sharpe1-3/+17
2003-03-05Add code to allow us to specify the port to connect on when performingRichard Sharpe1-6/+14
2003-03-05Use new configure test to turn on this automated test for correct stringAndrew Bartlett1-1/+1
2003-03-05A couple more fixes for fstrcpy() into a malloced region. In this case it'sAndrew Bartlett2-5/+5
2003-03-05Add a test for a useful property of the compiler - we can get link-timeAndrew Bartlett1-0/+18