Age | Commit message (Expand) | Author | Files | Lines |
2003-04-09 | unix_strupper, unix_strlower: Remove fixed-length static buffer that | Martin Pool | 1 | -10/+31 |
2003-04-08 | Merge from 3_0: Build a lookup table of valid DOS characters just | Martin Pool | 2 | -5/+59 |
2003-04-07 | BUGS.txt -> Bugs Appendix in HOWTO collection | Jelmer Vernooij | 1 | -1/+1 |
2003-04-07 | Remove duplicate "tallocdump" message from tdb messaging system. The | Tim Potter | 1 | -0/+5 |
2003-04-06 | Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void... | Andrew Bartlett | 1 | -2/+2 |
2003-04-06 | Fix memory leak of the key. | Andrew Bartlett | 1 | -0/+1 |
2003-04-06 | strequal() returns True for equal, not an int | Andrew Tridgell | 1 | -2/+4 |
2003-04-06 | don't rely on realloc() working on NULL | Andrew Tridgell | 1 | -3/+3 |
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 | 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-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-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 | - 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 | Small clenaup patches: | Andrew Bartlett | 2 | -7/+9 |
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 | 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 | Put in the new modules system. It's now used by passdb and rpc. I will | Jelmer Vernooij | 1 | -0/+2 |
2003-03-18 | Step one of optimizations for StrCaseCmp: | Martin Pool | 1 | -7/+72 |
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-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-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 |
2003-03-08 | Make sure that the 'remote' machine name can only be set once. For some weird | Andrew Bartlett | 1 | -2/+29 |
2003-03-07 | Some progress towards gums and tdbsam2 | Simo Sorce | 1 | -0/+18 |