summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-04-26round three of CIDR fixes; spotted by Tomoki AONOGerald Carter1-3/+2
2003-04-24Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij1-10/+5
2003-04-24Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij1-1/+1
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett1-0/+13
2003-04-23Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2-1/+8
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-0/+18
2003-04-23Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett1-2/+4
2003-04-23Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett1-1/+9
2003-04-23Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett1-0/+3
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-0/+31
2003-04-22Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,Andrew Bartlett1-12/+33
2003-04-22Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett1-6/+21
2003-04-21Merge whitespace and const from HEADAndrew Bartlett1-9/+9
2003-04-18fix byte ordering when using CIDR notation in hosts allow/deny; spotted by El...Gerald Carter1-0/+4
2003-04-16Only declare backtrace variables when using themJelmer Vernooij1-0/+2
2003-04-16Add support for the new modules system to lib/iconv.c (merge from HEAD)Jelmer Vernooij1-151/+130
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-3/+3
2003-04-14Add some more functions for the modules (backport from HEAD):Jelmer Vernooij1-9/+88
2003-04-14Backport my backtrace patch from HEADJelmer Vernooij1-0/+21
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-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-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