Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-04-14 | Doc. | Martin Pool | 1 | -1/+9 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -32/+240 |
2003-04-14 | Merge of new sid type (SID_NAME_COMPUTER) and tidyup. | Tim Potter | 1 | -1/+2 |
2003-04-14 | Fix a compiler warning. | Tim Potter | 1 | -1/+1 |
2003-04-14 | Whoops - missed some tdb message registrations from a previous merge. | Tim Potter | 1 | -0/+5 |
2003-04-14 | Merge of doxygen updates from HEAD. | Tim Potter | 1 | -14/+14 |
2003-04-14 | Merge removal of some unused functions. Commit mistakenly included with | Tim Potter | 1 | -44/+0 |
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 | 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 | const cleanup. | Jeremy Allison | 1 | -1/+1 |
2003-04-07 | BUGS.txt -> Bugs appendix in HOWTO Collection | Jelmer Vernooij | 1 | -1/+1 |
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-04 | Export lazy_initialize_conv so that it can be called from | Martin Pool | 1 | -1/+5 |
2003-04-04 | check_dos_char: Change this to use a lazily-initialized lookup table | Martin Pool | 1 | -3/+49 |
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 |