summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that usingAndrew Bartlett2003-04-021-2/+2
| * - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-312-4/+7
| * Fix formatting of back traces - pathc by metzeJelmer Vernooij2003-03-311-2/+3
| * - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-301-2/+26
| * fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
| * Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij2003-03-261-1/+2
| * Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij2003-03-261-8/+27
| * We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij2003-03-251-1/+1
| * Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-7/+18
| * Add modules support to charsetJelmer Vernooij2003-03-241-29/+55
| * Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-60/+35
| * NTLM Authentication:Andrew Bartlett2003-03-231-2/+22
| * Use True, not TRUEJelmer Vernooij2003-03-231-2/+2
| * Don't crash when initialising tdb failsJelmer Vernooij2003-03-231-2/+2
| * Add -U, -N, -i, -A, -W to popt.Jelmer Vernooij2003-03-221-9/+231
| * - Use FUNCTION_MACRO, not __FUNCTION__.Jelmer Vernooij2003-03-222-2/+2
| * Valgrind found a few memory leaks!Andrew Bartlett2003-03-221-0/+4
| * Small clenaup patches:Andrew Bartlett2003-03-222-7/+9
| * Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij2003-03-201-1/+1
| * lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-1/+3
| * Cleanup bogus initialisation in SID_NAME_USE enum.Tim Potter2003-03-201-1/+2
| * use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
| * Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-0/+2
| * Step one of optimizations for StrCaseCmp:Martin Pool2003-03-181-7/+72
* | Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-282-18/+19
* | Whitespace syncup.Tim Potter2003-04-282-8/+2
* | round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
* | Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij2003-04-241-10/+5
* | Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* | When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-241-0/+13
* | Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2003-04-232-1/+8
* | Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-0/+18
* | Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett2003-04-231-2/+4
* | Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett2003-04-231-1/+9
* | Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett2003-04-231-0/+3
* | Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-231-0/+31
* | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,Andrew Bartlett2003-04-221-12/+33
* | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett2003-04-221-6/+21
* | Merge whitespace and const from HEADAndrew Bartlett2003-04-211-9/+9
* | fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter2003-04-181-0/+4
* | Only declare backtrace variables when using themJelmer Vernooij2003-04-161-0/+2
* | Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij2003-04-161-151/+130
* | merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-3/+3
* | Add some more functions for the modules (backport from HEAD):Jelmer Vernooij2003-04-141-9/+88
* | Backport my backtrace patch from HEADJelmer Vernooij2003-04-141-0/+21
* | Merge across tridge's Realloc fix.Jeremy Allison2003-04-141-3/+3
* | Merge from HEAD 1.36.Martin Pool2003-04-141-12/+46
* | Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-32/+240
* | Merge of new sid type (SID_NAME_COMPUTER) and tidyup.Tim Potter2003-04-141-1/+2
* | Fix a compiler warning.Tim Potter2003-04-141-1/+1