| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using | Andrew Bartlett | 2003-04-02 | 1 | -2/+2 |
| * | - Support absolute paths in vfs and charset modules | Jelmer Vernooij | 2003-03-31 | 2 | -4/+7 |
| * | Fix formatting of back traces - pathc by metze | Jelmer Vernooij | 2003-03-31 | 1 | -2/+3 |
| * | - Point users at the HOWTO Collection instead of 'README' in modules/mysql.c | Jelmer Vernooij | 2003-03-30 | 1 | -2/+26 |
| * | fix CIDR hosts allow/deny notation | Gerald Carter | 2003-03-28 | 1 | -1/+1 |
| * | Use SAFE_FREE() instead of plain free() - pointed out by metze | Jelmer Vernooij | 2003-03-26 | 1 | -1/+2 |
| * | Output backtrace to logfile in smb_panic(), as suggested by mbp | Jelmer Vernooij | 2003-03-26 | 1 | -8/+27 |
| * | We need to 'preprocess' in popt_common_samba as well | Jelmer Vernooij | 2003-03-25 | 1 | -1/+1 |
| * | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 2003-03-24 | 1 | -7/+18 |
| * | Add modules support to charset | Jelmer Vernooij | 2003-03-24 | 1 | -29/+55 |
| * | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 2003-03-24 | 1 | -60/+35 |
| * | NTLM Authentication: | Andrew Bartlett | 2003-03-23 | 1 | -2/+22 |
| * | Use True, not TRUE | Jelmer Vernooij | 2003-03-23 | 1 | -2/+2 |
| * | Don't crash when initialising tdb fails | Jelmer Vernooij | 2003-03-23 | 1 | -2/+2 |
| * | Add -U, -N, -i, -A, -W to popt. | Jelmer Vernooij | 2003-03-22 | 1 | -9/+231 |
| * | - Use FUNCTION_MACRO, not __FUNCTION__. | Jelmer Vernooij | 2003-03-22 | 2 | -2/+2 |
| * | Valgrind found a few memory leaks! | Andrew Bartlett | 2003-03-22 | 1 | -0/+4 |
| * | Small clenaup patches: | Andrew Bartlett | 2003-03-22 | 2 | -7/+9 |
| * | Patch from Samuel Thibault to convert messages from unix to dos charset. Works | Jelmer Vernooij | 2003-03-20 | 1 | -1/+1 |
| * | lib/messages.c: Check return from chainlock before modifying message queue. | Jeremy Allison | 2003-03-20 | 1 | -1/+3 |
| * | Cleanup bogus initialisation in SID_NAME_USE enum. | Tim Potter | 2003-03-20 | 1 | -1/+2 |
| * | use strnlen to prevent coredumps | Jim McDonough | 2003-03-19 | 1 | -3/+3 |
| * | Put in the new modules system. It's now used by passdb and rpc. I will | Jelmer Vernooij | 2003-03-19 | 1 | -0/+2 |
| * | Step one of optimizations for StrCaseCmp: | Martin Pool | 2003-03-18 | 1 | -7/+72 |
* | | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2003-04-28 | 2 | -18/+19 |
* | | Whitespace syncup. | Tim Potter | 2003-04-28 | 2 | -8/+2 |
* | | round three of CIDR fixes; spotted by Tomoki AONO | Gerald Carter | 2003-04-26 | 1 | -3/+2 |
* | | Get rid of module_path_get_name() and use the find backend function | Jelmer Vernooij | 2003-04-24 | 1 | -10/+5 |
* | | Check for absolute paths by only checking the first character of the module n... | Jelmer Vernooij | 2003-04-24 | 1 | -1/+1 |
* | | When possible, store the IP address of the connecting client, not just the | Andrew Bartlett | 2003-04-24 | 1 | -0/+13 |
* | | Patch by Metze to ensure that we always at least initialize our output string | Andrew Bartlett | 2003-04-23 | 2 | -1/+8 |
* | | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 2003-04-23 | 1 | -0/+18 |
* | | Don't try to continue if initialisation fails (merge from HEAD) | Andrew Bartlett | 2003-04-23 | 1 | -2/+4 |
* | | Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c. | Andrew Bartlett | 2003-04-23 | 1 | -1/+9 |
* | | Try to avoid setting *SMBSERVER as a 'local name'. | Andrew Bartlett | 2003-04-23 | 1 | -0/+3 |
* | | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 2003-04-23 | 1 | -0/+31 |
* | | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer, | Andrew Bartlett | 2003-04-22 | 1 | -12/+33 |
* | | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't | Andrew Bartlett | 2003-04-22 | 1 | -6/+21 |
* | | Merge whitespace and const from HEAD | Andrew Bartlett | 2003-04-21 | 1 | -9/+9 |
* | | fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El... | Gerald Carter | 2003-04-18 | 1 | -0/+4 |
* | | Only declare backtrace variables when using them | Jelmer Vernooij | 2003-04-16 | 1 | -0/+2 |
* | | Add support for the new modules system to lib/iconv.c (merge from HEAD) | Jelmer Vernooij | 2003-04-16 | 1 | -151/+130 |
* | | merge in metze' smbcquotas patch from HEAD | Gerald Carter | 2003-04-15 | 1 | -3/+3 |
* | | Add some more functions for the modules (backport from HEAD): | Jelmer Vernooij | 2003-04-14 | 1 | -9/+88 |
* | | Backport my backtrace patch from HEAD | Jelmer Vernooij | 2003-04-14 | 1 | -0/+21 |
* | | Merge across tridge's Realloc fix. | Jeremy Allison | 2003-04-14 | 1 | -3/+3 |
* | | Merge from HEAD 1.36. | Martin Pool | 2003-04-14 | 1 | -12/+46 |
* | | Merge Jelmer's popt updates from HEAD. | Tim Potter | 2003-04-14 | 1 | -32/+240 |
* | | Merge of new sid type (SID_NAME_COMPUTER) and tidyup. | Tim Potter | 2003-04-14 | 1 | -1/+2 |
* | | Fix a compiler warning. | Tim Potter | 2003-04-14 | 1 | -1/+1 |