summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-04-14Merge across tridge's Realloc fix.Jeremy Allison1-3/+3
2003-04-14Merge from HEAD 1.36.Martin Pool1-12/+46
2003-04-14Remove SAFE_FREE() definition, which is not needed in this file.Martin Pool1-13/+18
2003-04-14Add selected parts of the changelog to this file, to make merging intoMartin Pool1-0/+21
2003-04-14Merge test cases from rsync.Martin Pool1-3/+3
2003-04-14Doc.Martin Pool1-1/+9
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-32/+240
2003-04-14Merge of new sid type (SID_NAME_COMPUTER) and tidyup.Tim Potter1-1/+2
2003-04-14Fix a compiler warning.Tim Potter1-1/+1
2003-04-14Whoops - missed some tdb message registrations from a previous merge.Tim Potter1-0/+5
2003-04-14Merge of doxygen updates from HEAD.Tim Potter1-14/+14
2003-04-14Merge removal of some unused functions. Commit mistakenly included withTim Potter1-44/+0
2003-04-11smbcquota patch from metzeGerald Carter1-3/+3
2003-04-11workaround streams leak on SCO openserver 5.0.xGerald Carter1-0/+4
2003-04-11workaround streams leak on SCO openserver 5.0.xGerald Carter1-0/+4
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter1-44/+0
2003-04-09unix_strupper, unix_strlower: Remove fixed-length static buffer thatMartin Pool1-10/+31
2003-04-08Merge from 3_0: Build a lookup table of valid DOS characters justMartin Pool2-5/+59
2003-04-07const cleanup.Jeremy Allison1-1/+1
2003-04-07BUGS.txt -> Bugs appendix in HOWTO CollectionJelmer Vernooij1-1/+1
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-04Export lazy_initialize_conv so that it can be called fromMartin Pool1-1/+5
2003-04-04check_dos_char: Change this to use a lazily-initialized lookup tableMartin Pool1-3/+49
2003-04-04lazy_initialize_conv: Remove redundant call to init_valid_table,Martin Pool1-4/+6
2003-04-04check_dos_char: Export this function so that it can be tested inMartin Pool1-1/+1
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-02Don't set zero length for the base64 decoded string (fixes swat auth).Andrew Bartlett1-2/+2
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-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-24(merge from HEAD)Andrew Bartlett1-2/+22
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