| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove an unused function and fix the build. | Andrew Bartlett | 2003-03-15 | 1 | -36/+0 |
| * | Fix signed/unsigned issues - mostly 'i' counters. | Andrew Bartlett | 2003-03-15 | 7 | -47/+47 |
| * | signed/unsigned fix | Andrew Bartlett | 2003-03-15 | 1 | -2/+2 |
| * | String handling parinoia fixes. | Andrew Bartlett | 2003-03-15 | 12 | -166/+236 |
| * | Fix off-by-one bug in safe_strcpy size paramater. | Andrew Bartlett | 2003-03-15 | 1 | -1/+1 |
| * | Truncate the machinename manually, so as not to generate level 0 debugs for | Andrew Bartlett | 2003-03-15 | 1 | -10/+12 |
| * | specify the size of these buffers | Andrew Bartlett | 2003-03-15 | 1 | -2/+2 |
| * | If the server went away, don't segfault by attempting to FD_SET -1. | Andrew Bartlett | 2003-03-15 | 1 | -0/+3 |
| * | Specify buffer sizes | Andrew Bartlett | 2003-03-15 | 1 | -2/+2 |
| * | Be parinoid, malloc an extra SAFETY_MARGIN on the client's inbuf and outbuf. | Andrew Bartlett | 2003-03-15 | 1 | -2/+2 |
| * | client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugs | Andrew Bartlett | 2003-03-15 | 1 | -6/+6 |
| * | Add const, and a signed/unsigned fix. | Andrew Bartlett | 2003-03-15 | 1 | -3/+3 |
| * | If it's an fstring, use fstrcpy(). | Andrew Bartlett | 2003-03-15 | 1 | -8/+8 |
| * | Clean up the VFS module loading logic by making the parameter an P_LIST, | Andrew Bartlett | 2003-03-15 | 2 | -59/+36 |
| * | Found by my new checking code (yet to be commited): | Andrew Bartlett | 2003-03-15 | 1 | -1/+1 |
| * | strictly, you can't #if on somthing that may or may not be defined. | Andrew Bartlett | 2003-03-15 | 1 | -1/+1 |
| * | Now that mimir has done the grunt work, I'll fix up the comment | Andrew Bartlett | 2003-03-15 | 1 | -4/+1 |
| * | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 2003-03-14 | 3 | -19/+37 |
| * | We haven't implemented The Singing Contexts so far. | Rafal Szczesniak | 2003-03-14 | 1 | -1/+1 |
| * | Extending code to work both in case of domain membership | Rafal Szczesniak | 2003-03-14 | 1 | -1/+1 |
| * | Fresh meat in trusted domains code: | Rafal Szczesniak | 2003-03-14 | 4 | -59/+201 |
| * | /tmp/newfun.msg | Rafal Szczesniak | 2003-03-14 | 2 | -5/+63 |
| * | Found by metze with the clobber-region check - if it's a pstring, use pstrcpy(). | Andrew Bartlett | 2003-03-14 | 1 | -1/+1 |
| * | Add examples of ComfyChair | Martin Pool | 2003-03-14 | 1 | -0/+33 |
| * | Merge from Subversion | Martin Pool | 2003-03-14 | 1 | -2/+2 |
| * | Merge cifsntdomain.sgml fixes from 3.0 branch | Alexander Bokovoy | 2003-03-13 | 1 | -26/+35 |
| * | Add bin/libbigballofmud.a non-shared library. A bit easier to link to | Martin Pool | 2003-03-13 | 1 | -0/+4 |
| * | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 2003-03-13 | 1 | -3/+7 |
| * | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 2003-03-13 | 1 | -1/+4 |
| * | Added chainlock, chainunlock, lock_bystring and unlock_bystring methods. | Tim Potter | 2003-03-13 | 1 | -1/+81 |
| * | Fixed crash bug when calling tdb_unlockkeys() with no locked keys. | Tim Potter | 2003-03-13 | 1 | -0/+2 |
| * | show which files we fail to create in the casetable test | Andrew Tridgell | 2003-03-13 | 1 | -2/+5 |
| * | fixed the unmarshalling of the queryaliasmem SAMR call | Andrew Tridgell | 2003-03-13 | 1 | -2/+6 |
| * | win2000 can take much longer than the specified time to respond to a | Andrew Tridgell | 2003-03-13 | 1 | -1/+1 |
| * | Change size parameters from signed to unsigned to fix up warnings. | Jeremy Allison | 2003-03-12 | 5 | -96/+191 |
| * | fixed a strcat noticed by metze | Andrew Tridgell | 2003-03-12 | 1 | -1/+1 |
| * | Ensure we count the length correctly in mangle_map. | Jeremy Allison | 2003-03-12 | 1 | -6/+15 |
| * | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 2003-03-12 | 3 | -1/+6 |
| * | Add const | Andrew Bartlett | 2003-03-12 | 1 | -2/+2 |
| * | - Fix a double-free (I can't say I understand the code, but it matches the o... | Andrew Bartlett | 2003-03-12 | 1 | -6/+5 |
| * | Patch from Ken Cross <kcross@nssolutions.com> to take a username in the form | Andrew Bartlett | 2003-03-12 | 1 | -0/+11 |
| * | Update for new version of ComfyChair: some methods are renamed to be | Martin Pool | 2003-03-12 | 1 | -9/+14 |
| * | New import of ComfyChair, many changes | Martin Pool | 2003-03-12 | 1 | -75/+139 |
| * | Import Samba Testing Framework code from private CVS module. | Martin Pool | 2003-03-12 | 4 | -0/+472 |
| * | Import design notes by martin and tpot from ComfyChair and stf modules. | Martin Pool | 2003-03-12 | 1 | -0/+175 |
| * | Import ComfyChair framework from trunk. | Martin Pool | 2003-03-12 | 1 | -0/+266 |
| * | Start importing the Python testing framework that Tim and I have been | Martin Pool | 2003-03-12 | 1 | -0/+3 |
| * | Update usage message. | Martin Pool | 2003-03-12 | 1 | -1/+2 |
| * | Add example of string overflow which is now caught in developer mode. | Martin Pool | 2003-03-12 | 1 | -0/+16 |
| * | We use unsigned now, so use %u. | Jeremy Allison | 2003-03-11 | 1 | -1/+1 |