summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-13fixed the unmarshalling of the queryaliasmem SAMR callAndrew Tridgell1-2/+6
2003-03-13win2000 can take much longer than the specified time to respond to aAndrew Tridgell1-1/+1
2003-03-12Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison5-96/+191
2003-03-12fixed a strcat noticed by metzeAndrew Tridgell1-1/+1
2003-03-12Ensure we count the length correctly in mangle_map.Jeremy Allison1-6/+15
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter3-1/+6
2003-03-12Add constAndrew Bartlett1-2/+2
2003-03-12 - Fix a double-free (I can't say I understand the code, but it matches the o...Andrew Bartlett1-6/+5
2003-03-12Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett1-0/+11
2003-03-12Update for new version of ComfyChair: some methods are renamed to beMartin Pool1-9/+14
2003-03-12New import of ComfyChair, many changesMartin Pool1-75/+139
2003-03-12Import Samba Testing Framework code from private CVS module.Martin Pool4-0/+472
2003-03-12Import design notes by martin and tpot from ComfyChair and stf modules.Martin Pool1-0/+175
2003-03-12Import ComfyChair framework from trunk.Martin Pool1-0/+266
2003-03-12Start importing the Python testing framework that Tim and I have beenMartin Pool1-0/+3
2003-03-12Update usage message.Martin Pool1-1/+2
2003-03-12Add example of string overflow which is now caught in developer mode.Martin Pool1-0/+16
2003-03-11We use unsigned now, so use %u.Jeremy Allison1-1/+1
2003-03-11Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison1-1/+2
2003-03-11This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett3-68/+46
2003-03-11security=domain and domain logons = yes should be a BDC (of sorts).Andrew Bartlett1-2/+5
2003-03-11Some further tought on the server role issue - try not to break it compeatly.Andrew Bartlett1-3/+6
2003-03-11After 'consultation' with idra, this is how I think the server roles should w...Andrew Bartlett1-4/+9
2003-03-11This is how combination of domain logons and security parameter best combine.Simo Sorce1-3/+3
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-09Add Ronan Waide's info about the setdriver call.Jelmer Vernooij1-4/+24
2003-03-09Add some printing question & answersJelmer Vernooij2-0/+18
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