summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whoops - missed some tdb message registrations from a previous merge.Tim Potter2003-04-141-0/+5
* Merge of doxygen updates from HEAD.Tim Potter2003-04-141-14/+14
* Merge removal of some unused functions. Commit mistakenly included withTim Potter2003-04-141-44/+0
* workaround streams leak on SCO openserver 5.0.xGerald Carter2003-04-111-0/+4
* const cleanup.Jeremy Allison2003-04-071-1/+1
* BUGS.txt -> Bugs appendix in HOWTO CollectionJelmer Vernooij2003-04-071-1/+1
* Export lazy_initialize_conv so that it can be called fromMartin Pool2003-04-041-1/+5
* check_dos_char: Change this to use a lazily-initialized lookup tableMartin Pool2003-04-041-3/+49
* lazy_initialize_conv: Remove redundant call to init_valid_table,Martin Pool2003-04-041-4/+6
* check_dos_char: Export this function so that it can be tested inMartin Pool2003-04-041-1/+1
* Don't set zero length for the base64 decoded string (fixes swat auth).Andrew Bartlett2003-04-021-2/+2
* fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-241-2/+22
* (merge from HEAD) Valgrind found some memory leaks!Andrew Bartlett2003-03-221-0/+4
* (merge from HEAD)Andrew Bartlett2003-03-222-7/+9
* Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij2003-03-201-1/+1
* lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-1/+3
* use strnlen to prevent coredumpsJim McDonough2003-03-191-3/+3
* Merge mbp's HEAD changes.Jeremy Allison2003-03-181-33/+71
* Add const.Andrew Bartlett2003-03-181-2/+2
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-2/+29
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-03-181-0/+60
|\
| * 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