summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-167-29/+36
* Try to avoid dereferencing a null pointer.Andrew Bartlett2003-03-161-9/+13
* New statcache internals - this time it's actually possible to follow what'sAndrew Bartlett2003-03-161-54/+82
* Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring).Andrew Bartlett2003-03-162-5/+12
* Changes to help the kerberos change password code work on systems thatAndrew Bartlett2003-03-162-37/+38
* More work on my macro mess - we need function prototypes of different types,Andrew Bartlett2003-03-161-9/+12
* A hack to get us building on a slightly older heimdal kerberos. It appearsAndrew Bartlett2003-03-151-0/+7
* Fix non-gmake syntax error.Andrew Bartlett2003-03-151-1/+1
* Checkin cifs vfs for Linux mount helperSteve French2003-03-151-43/+211
* Fix the 'non-optomizing compiler' case...Andrew Bartlett2003-03-151-2/+2
* Fix the non-DEVELOPER case of my macro madness...Andrew Bartlett2003-03-151-1/+1
* Minor fixes.Andrew Bartlett2003-03-154-8/+8
* 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
* 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