Age | Commit message (Expand) | Author | Files | Lines |
2003-04-04 | lazy_initialize_conv: Remove redundant call to init_valid_table, | Martin Pool | 1 | -4/+6 |
2003-04-04 | check_dos_char: Export this function so that it can be tested in | Martin Pool | 1 | -1/+1 |
2003-04-03 | The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): | Jim McDonough | 1 | -0/+718 |
2003-04-02 | Add const | Jelmer Vernooij | 1 | -1/+1 |
2003-04-02 | THE Idmap patch :-) | Simo Sorce | 1 | -1/+1 |
2003-04-02 | Don't set zero length for the base64 decoded string (fixes swat auth). | Andrew Bartlett | 1 | -2/+2 |
2003-04-02 | OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using | Andrew Bartlett | 1 | -2/+2 |
2003-03-31 | - Support absolute paths in vfs and charset modules | Jelmer Vernooij | 2 | -4/+7 |
2003-03-31 | Fix formatting of back traces - pathc by metze | Jelmer Vernooij | 1 | -2/+3 |
2003-03-30 | - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c | Jelmer Vernooij | 1 | -2/+26 |
2003-03-28 | fix CIDR hosts allow/deny notation | Gerald Carter | 1 | -1/+1 |
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 |