summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Whitespace syncup.Tim Potter2003-04-282-8/+2
* round three of CIDR fixes; spotted by Tomoki AONOGerald Carter2003-04-261-3/+2
* Get rid of module_path_get_name() and use the find backend functionJelmer Vernooij2003-04-241-10/+5
* Check for absolute paths by only checking the first character of the module n...Jelmer Vernooij2003-04-241-1/+1
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-241-0/+13
* Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett2003-04-232-1/+8
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-0/+18
* Don't try to continue if initialisation fails (merge from HEAD)Andrew Bartlett2003-04-231-2/+4
* Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.Andrew Bartlett2003-04-231-1/+9
* Try to avoid setting *SMBSERVER as a 'local name'.Andrew Bartlett2003-04-231-0/+3
* Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-231-0/+31
* Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer,Andrew Bartlett2003-04-221-12/+33
* Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett2003-04-221-6/+21
* 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