summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused function and fix the build.Andrew Bartlett2003-03-151-36/+0
* Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-157-47/+47
* signed/unsigned fixAndrew Bartlett2003-03-151-2/+2
* String handling parinoia fixes.Andrew Bartlett2003-03-1512-166/+236
* Fix off-by-one bug in safe_strcpy size paramater.Andrew Bartlett2003-03-151-1/+1
* Truncate the machinename manually, so as not to generate level 0 debugs forAndrew Bartlett2003-03-151-10/+12
* specify the size of these buffersAndrew Bartlett2003-03-151-2/+2
* If the server went away, don't segfault by attempting to FD_SET -1.Andrew Bartlett2003-03-151-0/+3
* 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