summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter2003-04-181-0/+4
| * Only use backtrace variables when we can use themJelmer Vernooij2003-04-161-0/+2
| * Remove SAFE_FREE() definition, which is not needed in this file.Martin Pool2003-04-141-13/+18
| * Add selected parts of the changelog to this file, to make merging intoMartin Pool2003-04-141-0/+21
| * Merge test cases from rsync.Martin Pool2003-04-141-3/+3
| * Doc.Martin Pool2003-04-141-1/+9
| * smbcquota patch from metzeGerald Carter2003-04-111-3/+3
| * workaround streams leak on SCO openserver 5.0.xGerald Carter2003-04-111-0/+4
| * A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-111-44/+0
| * unix_strupper, unix_strlower: Remove fixed-length static buffer thatMartin Pool2003-04-091-10/+31
| * Merge from 3_0: Build a lookup table of valid DOS characters justMartin Pool2003-04-082-5/+59
| * BUGS.txt -> Bugs Appendix in HOWTO collectionJelmer Vernooij2003-04-071-1/+1
| * Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter2003-04-071-0/+5
| * Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...Andrew Bartlett2003-04-061-2/+2
| * Fix memory leak of the key.Andrew Bartlett2003-04-061-0/+1
| * strequal() returns True for equal, not an intAndrew Tridgell2003-04-061-2/+4
| * don't rely on realloc() working on NULLAndrew Tridgell2003-04-061-3/+3
| * The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough2003-04-031-0/+718
| * Add constJelmer Vernooij2003-04-021-1/+1
| * THE Idmap patch :-)Simo Sorce2003-04-021-1/+1
| * 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