Age | Commit message (Expand) | Author | Files | Lines |
2003-05-08 | fixed bug #75; add check for non-zero destlen | Gerald Carter | 1 | -1/+1 |
2003-05-08 | Another attempt at undoing my bogus patch 1.55.2.19 | Tim Potter | 1 | -0/+2 |
2003-05-07 | Whoops - that wasn't a whitespace syncup after all. | Tim Potter | 1 | -0/+2 |
2003-05-06 | Remove unused variables | Jelmer Vernooij | 1 | -4/+0 |
2003-05-06 | Patch from metze to add exit and interval events. Useful for modules | Jelmer Vernooij | 1 | -1/+110 |
2003-05-05 | Fixed typo introduced in reverted patch from version 1.12.4.5 | Tim Potter | 1 | -1/+1 |
2003-05-03 | Add a comment about the use of string functions in the modules code, and | Andrew Bartlett | 1 | -4/+9 |
2003-04-30 | Refactor existing sock_exec() and socketpair_tcp() functions into their own | Paul Green | 1 | -93/+0 |
2003-04-30 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+115 |
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 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2 | -18/+19 |
2003-04-28 | Whitespace syncup. | Tim Potter | 2 | -8/+2 |
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-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() and use the find backend function | Jelmer Vernooij | 1 | -10/+5 |
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-24 | Check for absolute paths by only checking the first character of the module n... | Jelmer Vernooij | 1 | -1/+1 |
2003-04-24 | When possible, store the IP address of the connecting client, not just the | Andrew Bartlett | 1 | -0/+13 |
2003-04-23 | Patch by Metze to ensure that we always at least initialize our output string | Andrew Bartlett | 2 | -1/+8 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 1 | -0/+18 |
2003-04-23 | Merge case handling table changes from 3.0 to HEAD. | Andrew Bartlett | 1 | -10/+8 |
2003-04-23 | Don't try to continue if initialisation fails (merge from HEAD) | Andrew Bartlett | 1 | -2/+4 |
2003-04-23 | Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c. | Andrew Bartlett | 1 | -1/+9 |
2003-04-23 | Try to avoid setting *SMBSERVER as a 'local name'. | Andrew Bartlett | 1 | -0/+3 |
2003-04-23 | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 1 | -0/+31 |
2003-04-23 | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 1 | -0/+31 |
2003-04-22 | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer, | Andrew Bartlett | 1 | -12/+33 |
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-22 | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't | Andrew Bartlett | 1 | -6/+21 |
2003-04-21 | Merge whitespace and const from HEAD | Andrew Bartlett | 1 | -9/+9 |
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-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-16 | Only declare backtrace variables when using them | Jelmer Vernooij | 1 | -0/+2 |
2003-04-16 | Add support for the new modules system to lib/iconv.c (merge from HEAD) | Jelmer Vernooij | 1 | -151/+130 |
2003-04-15 | merge in metze' smbcquotas patch from HEAD | Gerald Carter | 1 | -3/+3 |
2003-04-14 | Add some more functions for the modules (backport from HEAD): | Jelmer Vernooij | 1 | -9/+88 |
2003-04-14 | Backport my backtrace patch from HEAD | Jelmer Vernooij | 1 | -0/+21 |
2003-04-14 | Merge across tridge's Realloc fix. | Jeremy Allison | 1 | -3/+3 |
2003-04-14 | Merge from HEAD 1.36. | Martin Pool | 1 | -12/+46 |
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 |