summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-03-15client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugsAndrew Bartlett1-6/+6
2003-03-15Add const, and a signed/unsigned fix.Andrew Bartlett1-3/+3
2003-03-15If it's an fstring, use fstrcpy().Andrew Bartlett1-8/+8
2003-03-15Clean up the VFS module loading logic by making the parameter an P_LIST,Andrew Bartlett2-59/+36
2003-03-15Found by my new checking code (yet to be commited):Andrew Bartlett1-1/+1
2003-03-15strictly, you can't #if on somthing that may or may not be defined.Andrew Bartlett1-1/+1
2003-03-15Now that mimir has done the grunt work, I'll fix up the commentAndrew Bartlett1-4/+1
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter3-19/+37
2003-03-14We haven't implemented The Singing Contexts so far.Rafal Szczesniak1-1/+1
2003-03-14Extending code to work both in case of domain membershipRafal Szczesniak1-1/+1
2003-03-14Fresh meat in trusted domains code:Rafal Szczesniak4-59/+201
2003-03-14/tmp/newfun.msgRafal Szczesniak2-5/+63
2003-03-14Found by metze with the clobber-region check - if it's a pstring, use pstrcpy().Andrew Bartlett1-1/+1
2003-03-14Add examples of ComfyChairMartin Pool1-0/+33
2003-03-14Merge from SubversionMartin Pool1-2/+2
2003-03-13Add bin/libbigballofmud.a non-shared library. A bit easier to link toMartin Pool1-0/+4
2003-03-13In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool1-3/+7
2003-03-13In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool1-1/+4
2003-03-13Added chainlock, chainunlock, lock_bystring and unlock_bystring methods.Tim Potter1-1/+81
2003-03-13Fixed crash bug when calling tdb_unlockkeys() with no locked keys.Tim Potter1-0/+2
2003-03-13show which files we fail to create in the casetable testAndrew Tridgell1-2/+5
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