summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split "clobber" function and variables into its own file before itMartin Pool2003-03-182-39/+60
* Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool2003-03-181-1/+1
* global_globber_region_function/line ought to be recorded beforeMartin Pool2003-03-181-3/+15
* - Make ReadDirName return a const char*.Andrew Bartlett2003-03-161-1/+1
* Remove an unused function and fix the build.Andrew Bartlett2003-03-151-36/+0
* String handling parinoia fixes.Andrew Bartlett2003-03-153-112/+59
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-0/+16
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+3
* Add constAndrew Bartlett2003-03-121-2/+2
* This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett2003-03-111-4/+2
* Remove valgrind_strlen function, hopefully no longer needed withMartin Pool2003-03-111-9/+0
* Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool2003-03-101-8/+33
* This is C, not C++Andrew Bartlett2003-03-081-4/+4
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-2/+29
* Some progress towards gums and tdbsam2Simo Sorce2003-03-071-0/+18
* dlsym takes a const char *.Jeremy Allison2003-03-031-1/+1
* Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool2003-02-281-6/+8
* Doxygen janitorMartin Pool2003-02-282-8/+8
* Doxygen janitor: fix parameter names, grammar, tag names.Martin Pool2003-02-281-14/+14
* Add a comment about the meaning of samba's internal character set andMartin Pool2003-02-281-0/+24