Age | Commit message (Expand) | Author | Files | Lines |
2003-04-30 | Refactor existing sock_exec() and socketpair_tcp() functions into their own | Paul Green | 2 | -93/+115 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2 | -18/+19 |
2003-04-28 | Two character tabs - I don't think so. | Tim Potter | 1 | -10/+9 |
2003-04-26 | round three of CIDR fixes; spotted by Tomoki AONO | Gerald Carter | 1 | -3/+2 |
2003-04-24 | Complain about duplicate charsets at debug level 0 instead of 2 | Jelmer Vernooij | 1 | -1/+1 |
2003-04-24 | Get rid of module_path_get_name() | Jelmer Vernooij | 1 | -10/+5 |
2003-04-24 | Check for absolute paths by only checking the first character of the module n... | Jelmer Vernooij | 1 | -1/+1 |
2003-04-23 | Merge case handling table changes from 3.0 to HEAD. | Andrew Bartlett | 1 | -10/+8 |
2003-04-23 | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 1 | -0/+31 |
2003-04-22 | Merge from 3.0 - try harder to get our real DNS domain name, and send this | Andrew Bartlett | 1 | -6/+21 |
2003-04-19 | Address gcc warnings. | Volker Lendecke | 1 | -1/+1 |
2003-04-19 | some readline completion exancements | Simo Sorce | 1 | -0/+24 |
2003-04-19 | fixes | Simo Sorce | 1 | -0/+1 |
2003-04-18 | fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El... | Gerald Carter | 1 | -0/+4 |
2003-04-16 | Only use backtrace variables when we can use them | Jelmer Vernooij | 1 | -0/+2 |
2003-04-14 | Remove SAFE_FREE() definition, which is not needed in this file. | Martin Pool | 1 | -13/+18 |
2003-04-14 | Add selected parts of the changelog to this file, to make merging into | Martin Pool | 1 | -0/+21 |
2003-04-14 | Merge test cases from rsync. | Martin Pool | 1 | -3/+3 |
2003-04-14 | Doc. | Martin Pool | 1 | -1/+9 |
2003-04-11 | smbcquota patch from metze | Gerald Carter | 1 | -3/+3 |
2003-04-11 | workaround streams leak on SCO openserver 5.0.x | Gerald Carter | 1 | -0/+4 |
2003-04-11 | A new RPC pipe! The \pipe\echo named pipe is for testing large RPC | Tim Potter | 1 | -44/+0 |
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 |