Age | Commit message (Expand) | Author | Files | Lines |
2003-03-16 | Make sure we mark the assumption of a fstring parameter for 'devicetype' | Andrew Bartlett | 3 | -10/+15 |
2003-03-16 | Add const. | Andrew Bartlett | 1 | -7/+7 |
2003-03-16 | - Make ReadDirName return a const char*. | Andrew Bartlett | 7 | -29/+36 |
2003-03-16 | Try to avoid dereferencing a null pointer. | Andrew Bartlett | 1 | -9/+13 |
2003-03-16 | New statcache internals - this time it's actually possible to follow what's | Andrew Bartlett | 1 | -54/+82 |
2003-03-16 | Fix nmbd under -DDEVELOPER (pstrcpy on not-pstring). | Andrew Bartlett | 2 | -5/+12 |
2003-03-16 | Changes to help the kerberos change password code work on systems that | Andrew Bartlett | 2 | -37/+38 |
2003-03-16 | More work on my macro mess - we need function prototypes of different types, | Andrew Bartlett | 1 | -9/+12 |
2003-03-15 | A hack to get us building on a slightly older heimdal kerberos. It appears | Andrew Bartlett | 1 | -0/+7 |
2003-03-15 | Fix non-gmake syntax error. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Checkin cifs vfs for Linux mount helper | Steve French | 1 | -43/+211 |
2003-03-15 | Fix the 'non-optomizing compiler' case... | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | Fix the non-DEVELOPER case of my macro madness... | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Minor fixes. | Andrew Bartlett | 4 | -8/+8 |
2003-03-15 | Remove an unused function and fix the build. | Andrew Bartlett | 1 | -36/+0 |
2003-03-15 | Fix signed/unsigned issues - mostly 'i' counters. | Andrew Bartlett | 7 | -47/+47 |
2003-03-15 | signed/unsigned fix | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | String handling parinoia fixes. | Andrew Bartlett | 12 | -166/+236 |
2003-03-15 | Fix off-by-one bug in safe_strcpy size paramater. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Truncate the machinename manually, so as not to generate level 0 debugs for | Andrew Bartlett | 1 | -10/+12 |
2003-03-15 | specify the size of these buffers | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | If the server went away, don't segfault by attempting to FD_SET -1. | Andrew Bartlett | 1 | -0/+3 |
2003-03-15 | Specify buffer sizes | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | Be parinoid, malloc an extra SAFETY_MARGIN on the client's inbuf and outbuf. | Andrew Bartlett | 1 | -2/+2 |
2003-03-15 | client-side smbpasswd fixes - use pstrcpy_base to avoid clobber_region bugs | Andrew Bartlett | 1 | -6/+6 |
2003-03-15 | Add const, and a signed/unsigned fix. | Andrew Bartlett | 1 | -3/+3 |
2003-03-15 | If it's an fstring, use fstrcpy(). | Andrew Bartlett | 1 | -8/+8 |
2003-03-15 | Clean up the VFS module loading logic by making the parameter an P_LIST, | Andrew Bartlett | 2 | -59/+36 |
2003-03-15 | Found by my new checking code (yet to be commited): | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | strictly, you can't #if on somthing that may or may not be defined. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Now that mimir has done the grunt work, I'll fix up the comment | Andrew Bartlett | 1 | -4/+1 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 3 | -19/+37 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 3 | -21/+39 |
2003-03-14 | We haven't implemented The Singing Contexts so far. | Rafal Szczesniak | 1 | -1/+1 |
2003-03-14 | Extending code to work both in case of domain membership | Rafal Szczesniak | 1 | -1/+1 |
2003-03-14 | Fresh meat in trusted domains code: | Rafal Szczesniak | 4 | -59/+201 |
2003-03-14 | /tmp/newfun.msg | Rafal Szczesniak | 2 | -5/+63 |
2003-03-14 | Found by metze with the clobber-region check - if it's a pstring, use pstrcpy(). | Andrew Bartlett | 1 | -1/+1 |
2003-03-14 | Add examples of ComfyChair | Martin Pool | 1 | -0/+33 |
2003-03-14 | Merge from Subversion | Martin Pool | 1 | -2/+2 |
2003-03-14 | Fix off by one bug noticed by Andrew Bartlett. | Jeremy Allison | 1 | -2/+2 |
2003-03-13 | Merge from HEAD. 'win2000 can take much longer than the specified time to res... | Jeremy Allison | 1 | -1/+1 |
2003-03-13 | Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call' | Jeremy Allison | 1 | -2/+6 |
2003-03-13 | Add bin/libbigballofmud.a non-shared library. A bit easier to link to | Martin Pool | 1 | -0/+4 |
2003-03-13 | Merge of tdb_unlockeys() crash fix. | Tim Potter | 1 | -0/+2 |
2003-03-13 | Merge of added locking functions from HEAD. | Tim Potter | 1 | -1/+81 |
2003-03-13 | Merge of some commentary for getprinter info levels supported by win2k+ | Tim Potter | 1 | -0/+16 |
2003-03-13 | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 1 | -0/+4 |
2003-03-13 | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 1 | -3/+7 |
2003-03-13 | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 1 | -1/+4 |