summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-04-08Merge from 3_0: Build a lookup table of valid DOS characters justMartin Pool2-5/+59
2003-04-07BUGS.txt -> Bugs Appendix in HOWTO collectionJelmer Vernooij1-1/+1
2003-04-07Remove duplicate "tallocdump" message from tdb messaging system. TheTim Potter1-0/+5
2003-04-06Fix the interface of pull_ucs2_charcnv() to take a (char **) arg, not a (void...Andrew Bartlett1-2/+2
2003-04-06Fix memory leak of the key.Andrew Bartlett1-0/+1
2003-04-06strequal() returns True for equal, not an intAndrew Tridgell1-2/+4
2003-04-06don't rely on realloc() working on NULLAndrew Tridgell1-3/+3
2003-04-03The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com):Jim McDonough1-0/+718
2003-04-02Add constJelmer Vernooij1-1/+1
2003-04-02THE Idmap patch :-)Simo Sorce1-1/+1
2003-04-02OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that usingAndrew Bartlett1-2/+2
2003-03-31- Support absolute paths in vfs and charset modulesJelmer Vernooij2-4/+7
2003-03-31Fix formatting of back traces - pathc by metzeJelmer Vernooij1-2/+3
2003-03-30- Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij1-2/+26
2003-03-28fix CIDR hosts allow/deny notationGerald Carter1-1/+1
2003-03-26Use SAFE_FREE() instead of plain free() - pointed out by metzeJelmer Vernooij1-1/+2
2003-03-26Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij1-8/+27
2003-03-25We need to 'preprocess' in popt_common_samba as wellJelmer Vernooij1-1/+1
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-7/+18
2003-03-24Add modules support to charsetJelmer Vernooij1-29/+55
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-60/+35
2003-03-23NTLM Authentication:Andrew Bartlett1-2/+22
2003-03-23Use True, not TRUEJelmer Vernooij1-2/+2
2003-03-23Don't crash when initialising tdb failsJelmer Vernooij1-2/+2
2003-03-22Add -U, -N, -i, -A, -W to popt.Jelmer Vernooij1-9/+231
2003-03-22- Use FUNCTION_MACRO, not __FUNCTION__.Jelmer Vernooij2-2/+2
2003-03-22Valgrind found a few memory leaks!Andrew Bartlett1-0/+4
2003-03-22Small clenaup patches:Andrew Bartlett2-7/+9
2003-03-20Patch from Samuel Thibault to convert messages from unix to dos charset. WorksJelmer Vernooij1-1/+1
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison1-1/+3
2003-03-20Cleanup bogus initialisation in SID_NAME_USE enum.Tim Potter1-1/+2
2003-03-19use strnlen to prevent coredumpsJim McDonough1-3/+3
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-0/+2
2003-03-18Step one of optimizations for StrCaseCmp:Martin Pool1-7/+72
2003-03-18Split "clobber" function and variables into its own file before itMartin Pool2-39/+60
2003-03-18Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool1-1/+1
2003-03-18global_globber_region_function/line ought to be recorded beforeMartin Pool1-3/+15
2003-03-16 - Make ReadDirName return a const char*.Andrew Bartlett1-1/+1
2003-03-15Remove an unused function and fix the build.Andrew Bartlett1-36/+0
2003-03-15String handling parinoia fixes.Andrew Bartlett3-112/+59
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-0/+16
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+3
2003-03-12Add constAndrew Bartlett1-2/+2
2003-03-11This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett1-4/+2
2003-03-11Remove valgrind_strlen function, hopefully no longer needed withMartin Pool1-9/+0
2003-03-10Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool1-8/+33
2003-03-08This is C, not C++Andrew Bartlett1-4/+4
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett1-2/+29
2003-03-07Some progress towards gums and tdbsam2Simo Sorce1-0/+18
2003-03-03dlsym takes a const char *.Jeremy Allison1-1/+1