summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-04-14Merge removal of some unused functions. Commit mistakenly included withTim Potter1-44/+0
2003-04-11workaround streams leak on SCO openserver 5.0.xGerald Carter1-0/+4
2003-04-07const cleanup.Jeremy Allison1-1/+1
2003-04-07BUGS.txt -> Bugs appendix in HOWTO CollectionJelmer Vernooij1-1/+1
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-02Don't set zero length for the base64 decoded string (fixes swat auth).Andrew Bartlett1-2/+2
2003-03-28fix CIDR hosts allow/deny notationGerald Carter1-1/+1
2003-03-24(merge from HEAD)Andrew Bartlett1-2/+22
2003-03-22(merge from HEAD) Valgrind found some memory leaks!Andrew Bartlett1-0/+4
2003-03-22(merge from HEAD)Andrew Bartlett2-7/+9
2003-03-20Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij1-1/+1
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison1-1/+3
2003-03-19use strnlen to prevent coredumpsJim McDonough1-3/+3
2003-03-18Merge mbp's HEAD changes.Jeremy Allison1-33/+71
2003-03-18Add const.Andrew Bartlett1-2/+2
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-2/+29
2003-03-18This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+60
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-18Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison3-151/+78
2003-03-17Merge from HEAD - make winbindd locking sane again:Andrew Bartlett1-4/+2
2003-03-17Merge from HEAD:Andrew Bartlett1-1/+1
2003-03-17Mege from HEAD - doxygen.Andrew Bartlett1-7/+7
2003-03-17Merge from (earlier) HEAD - doxygen.Andrew Bartlett1-6/+8
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-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-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-07Patch from Michael Steffens. In his own words :Jeremy Allison1-3/+3
2003-03-07Some progress towards gums and tdbsam2Simo Sorce1-0/+18
2003-03-03dlsym takes a const char *.Jeremy Allison1-1/+1
2003-03-03dlysym takes a const char *.Jeremy Allison1-1/+1
2003-02-28Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool1-6/+8
2003-02-28Doxygen janitorMartin Pool2-8/+8
2003-02-28Doxygen janitor: fix parameter names, grammar, tag names.Martin Pool1-14/+14
2003-02-28Add a comment about the meaning of samba's internal character set andMartin Pool1-0/+24
2003-02-27additional fix for CR 601Gerald Carter1-0/+3