Age | Commit message (Expand) | Author | Files | Lines |
2003-03-28 | fix CIDR hosts allow/deny notation | Gerald Carter | 1 | -1/+1 |
2003-03-26 | Use SAFE_FREE() instead of plain free() - pointed out by metze | Jelmer Vernooij | 1 | -1/+2 |
2003-03-26 | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 1 | -8/+27 |
2003-03-25 | We need to 'preprocess' in popt_common_samba as well | Jelmer Vernooij | 1 | -1/+1 |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -7/+18 |
2003-03-24 | Add modules support to charset | Jelmer Vernooij | 1 | -29/+55 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -60/+35 |
2003-03-24 | (merge from HEAD) | Andrew Bartlett | 1 | -2/+22 |
2003-03-23 | NTLM Authentication: | Andrew Bartlett | 1 | -2/+22 |
2003-03-23 | Use True, not TRUE | Jelmer Vernooij | 1 | -2/+2 |
2003-03-23 | Don't crash when initialising tdb fails | Jelmer Vernooij | 1 | -2/+2 |
2003-03-22 | Add -U, -N, -i, -A, -W to popt. | Jelmer Vernooij | 1 | -9/+231 |
2003-03-22 | (merge from HEAD) Valgrind found some memory leaks! | Andrew Bartlett | 1 | -0/+4 |
2003-03-22 | - Use FUNCTION_MACRO, not __FUNCTION__. | Jelmer Vernooij | 2 | -2/+2 |
2003-03-22 | Valgrind found a few memory leaks! | Andrew Bartlett | 1 | -0/+4 |
2003-03-22 | (merge from HEAD) | Andrew Bartlett | 2 | -7/+9 |
2003-03-22 | Small clenaup patches: | Andrew Bartlett | 2 | -7/+9 |
2003-03-20 | Patch from Samuel Thibault to convert messages from dos to unix charset | Jelmer Vernooij | 1 | -1/+1 |
2003-03-20 | Patch from Samuel Thibault to convert messages from unix to dos charset. Works | Jelmer Vernooij | 1 | -1/+1 |
2003-03-20 | lib/messages.c: Check return from chainlock before modifying message queue. | Jeremy Allison | 1 | -1/+3 |
2003-03-20 | lib/messages.c: Check return from chainlock before modifying message queue. | Jeremy Allison | 1 | -1/+3 |
2003-03-20 | Cleanup bogus initialisation in SID_NAME_USE enum. | Tim Potter | 1 | -1/+2 |
2003-03-19 | use strnlen to prevent coredumps | Jim McDonough | 1 | -3/+3 |
2003-03-19 | use strnlen to prevent coredumps | Jim McDonough | 1 | -3/+3 |
2003-03-19 | Put in the new modules system. It's now used by passdb and rpc. I will | Jelmer Vernooij | 1 | -0/+2 |
2003-03-18 | Merge mbp's HEAD changes. | Jeremy Allison | 1 | -33/+71 |
2003-03-18 | Add const. | Andrew Bartlett | 1 | -2/+2 |
2003-03-18 | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 1 | -2/+29 |
2003-03-18 | Step one of optimizations for StrCaseCmp: | Martin Pool | 1 | -7/+72 |
2003-03-18 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+60 |
2003-03-18 | Split "clobber" function and variables into its own file before it | Martin Pool | 2 | -39/+60 |
2003-03-18 | Update comment: Valgrind 1.9.4 seems to always respect client | Martin Pool | 1 | -1/+1 |
2003-03-18 | global_globber_region_function/line ought to be recorded before | Martin Pool | 1 | -3/+15 |
2003-03-18 | Merge in the developer string options from HEAD. We need to ensure 3.0 | Jeremy Allison | 3 | -151/+78 |
2003-03-17 | Merge from HEAD - make winbindd locking sane again: | Andrew Bartlett | 1 | -4/+2 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -1/+1 |
2003-03-17 | Mege from HEAD - doxygen. | Andrew Bartlett | 1 | -7/+7 |
2003-03-17 | Merge from (earlier) HEAD - doxygen. | Andrew Bartlett | 1 | -6/+8 |
2003-03-16 | - Make ReadDirName return a const char*. | Andrew Bartlett | 1 | -1/+1 |
2003-03-15 | Remove an unused function and fix the build. | Andrew Bartlett | 1 | -36/+0 |
2003-03-15 | String handling parinoia fixes. | Andrew Bartlett | 3 | -112/+59 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 1 | -0/+16 |
2003-03-14 | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref... | Gerald Carter | 1 | -0/+16 |
2003-03-12 | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 1 | -0/+3 |
2003-03-12 | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 1 | -0/+3 |
2003-03-12 | Add const | Andrew Bartlett | 1 | -2/+2 |
2003-03-11 | This patch attemptes to clean up winbindd's mutex locking. | Andrew Bartlett | 1 | -4/+2 |
2003-03-11 | Remove valgrind_strlen function, hopefully no longer needed with | Martin Pool | 1 | -9/+0 |
2003-03-10 | Clobber strings with 0xf1f1f1f1 before writing to them to check buffer | Martin Pool | 1 | -8/+33 |
2003-03-08 | This is C, not C++ | Andrew Bartlett | 1 | -4/+4 |