summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Specify buffer sizesAndrew Bartlett2003-03-151-2/+2
* Be parinoid, malloc an extra SAFETY_MARGIN on the client's inbuf and outbuf.Andrew Bartlett2003-03-151-2/+2
* client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugsAndrew Bartlett2003-03-151-6/+6
* Add const, and a signed/unsigned fix.Andrew Bartlett2003-03-151-3/+3
* If it's an fstring, use fstrcpy().Andrew Bartlett2003-03-151-8/+8
* Clean up the VFS module loading logic by making the parameter an P_LIST,Andrew Bartlett2003-03-152-59/+36
* Found by my new checking code (yet to be commited):Andrew Bartlett2003-03-151-1/+1
* strictly, you can't #if on somthing that may or may not be defined.Andrew Bartlett2003-03-151-1/+1
* Now that mimir has done the grunt work, I'll fix up the commentAndrew Bartlett2003-03-151-4/+1
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-143-19/+37
* We haven't implemented The Singing Contexts so far.Rafal Szczesniak2003-03-141-1/+1
* Extending code to work both in case of domain membershipRafal Szczesniak2003-03-141-1/+1
* Fresh meat in trusted domains code:Rafal Szczesniak2003-03-144-59/+201
* /tmp/newfun.msgRafal Szczesniak2003-03-142-5/+63
* Found by metze with the clobber-region check - if it's a pstring, use pstrcpy().Andrew Bartlett2003-03-141-1/+1
* Add examples of ComfyChairMartin Pool2003-03-141-0/+33
* Merge from SubversionMartin Pool2003-03-141-2/+2
* Merge cifsntdomain.sgml fixes from 3.0 branchAlexander Bokovoy2003-03-131-26/+35
* Add bin/libbigballofmud.a non-shared library. A bit easier to link toMartin Pool2003-03-131-0/+4
* In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool2003-03-131-3/+7
* In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool2003-03-131-1/+4
* Added chainlock, chainunlock, lock_bystring and unlock_bystring methods.Tim Potter2003-03-131-1/+81
* Fixed crash bug when calling tdb_unlockkeys() with no locked keys.Tim Potter2003-03-131-0/+2
* show which files we fail to create in the casetable testAndrew Tridgell2003-03-131-2/+5
* fixed the unmarshalling of the queryaliasmem SAMR callAndrew Tridgell2003-03-131-2/+6
* win2000 can take much longer than the specified time to respond to aAndrew Tridgell2003-03-131-1/+1
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-125-96/+191
* fixed a strcat noticed by metzeAndrew Tridgell2003-03-121-1/+1
* Ensure we count the length correctly in mangle_map.Jeremy Allison2003-03-121-6/+15
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-123-1/+6
* Add constAndrew Bartlett2003-03-121-2/+2
* - Fix a double-free (I can't say I understand the code, but it matches the o...Andrew Bartlett2003-03-121-6/+5
* Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett2003-03-121-0/+11
* Update for new version of ComfyChair: some methods are renamed to beMartin Pool2003-03-121-9/+14
* New import of ComfyChair, many changesMartin Pool2003-03-121-75/+139
* Import Samba Testing Framework code from private CVS module.Martin Pool2003-03-124-0/+472
* Import design notes by martin and tpot from ComfyChair and stf modules.Martin Pool2003-03-121-0/+175
* Import ComfyChair framework from trunk.Martin Pool2003-03-121-0/+266
* Start importing the Python testing framework that Tim and I have beenMartin Pool2003-03-121-0/+3
* Update usage message.Martin Pool2003-03-121-1/+2
* Add example of string overflow which is now caught in developer mode.Martin Pool2003-03-121-0/+16
* We use unsigned now, so use %u.Jeremy Allison2003-03-111-1/+1
* Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison2003-03-111-1/+2
* This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett2003-03-113-68/+46
* security=domain and domain logons = yes should be a BDC (of sorts).Andrew Bartlett2003-03-111-2/+5
* Some further tought on the server role issue - try not to break it compeatly.Andrew Bartlett2003-03-111-3/+6
* After 'consultation' with idra, this is how I think the server roles should w...Andrew Bartlett2003-03-111-4/+9
* This is how combination of domain logons and security parameter best combine.Simo Sorce2003-03-111-3/+3
* Remove valgrind_strlen function, hopefully no longer needed withMartin Pool2003-03-113-23/+0
* Note about using Valgrind with tdbs.Martin Pool2003-03-111-0/+21