summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* sync 3.0 branch with headJelmer Vernooij2002-08-1716-160/+259
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-08-175-0/+755
|\
| * Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett2002-08-174-99/+170
| * The idea of this function is not to touch the argument, so make it const too...Andrew Bartlett2002-08-171-1/+1
| * Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-161-0/+12
| * *** empty log message ***Simo Sorce2002-08-151-1/+1
| * Use byteorder.h macrosJim McDonough2002-08-121-45/+9
| * Code to generate uuids for ADS setups. Uses our random generator butJim McDonough2002-08-121-0/+108
| * Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-1/+3
| * Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-8/+41
| * fixed a memory corruption bug in the wins codeAndrew Tridgell2002-08-061-1/+1
| * make sure we zero the unusued elements in a SID when parsingAndrew Tridgell2002-07-311-0/+3
| * added support for smbd listening on port 445 and 139. It now listensAndrew Tridgell2002-07-311-1/+1
| * Make some of the charconv code a bit easier to read and work with - when weAndrew Bartlett2002-07-301-8/+8
| * Our include popt is starting to get a bit old - fixed some compileTim Potter2002-07-291-1/+1
| * A place to store common popt routines.Tim Potter2002-07-291-0/+49
| * found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-283-4/+5
| * good security patch from Timothy.Sell@unisys.comAndrew Tridgell2002-07-281-1/+1
| * It seems I didn't need to write a dup2() wrapper - as we already use it aAndrew Bartlett2002-07-281-1/+1
| * Make it possible to query account policy values from pdbedit (set to come soon).Andrew Bartlett2002-07-241-26/+62
| * implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell2002-07-232-21/+101
| * Another smattering of static and constAndrew Bartlett2002-07-211-1/+1
| * Don't try and sys_dup2(dbf->fd) if dbf == NULL.Tim Potter2002-07-201-1/+1
| * Add some const to try and get less warnings.Andrew Bartlett2002-07-201-2/+3
| * Add support for duplicating stderr into our logfiles.Andrew Bartlett2002-07-202-17/+27
| * Add a wrapper for dup2() to our system.cAndrew Bartlett2002-07-201-0/+10
| * fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-201-32/+63
| * fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-191-0/+2
| * Never ignore valgrind messages :-). Don't reference before the startJeremy Allison2002-07-191-1/+1
| * * refactored registry operations some. subkey lists andGerald Carter2002-07-191-15/+32
| * fixed line buffer mode in XFILEAndrew Tridgell2002-07-191-1/+1
| * Previous fix was incorrect. len in string_sub and all_string_sub isJeremy Allison2002-07-181-4/+4
| * Add useful VALGRIND #ifdef.Jeremy Allison2002-07-181-0/+2
| * Fixed off-by-one in all_string_sub also.Jeremy Allison2002-07-181-1/+1
| * Formatting fixups.Jeremy Allison2002-07-181-66/+73
| * Another bug found by valgrind. Don't AND a src length of -1.Jeremy Allison2002-07-181-1/+2
| * virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-0/+414
| * The previous code would not allow things like string_sub(str, "\\", "/", 0).Gerald Carter2002-07-181-1/+1
| * don't use C++ comments in C - it doesn't work on many compilersAndrew Tridgell2002-07-151-1/+1
| * fixed a problem with getgroups() where it could include our currentAndrew Tridgell2002-07-151-0/+36
| * addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-142-31/+305
* | updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-1534-1625/+2106
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-07-142-0/+166
|\|
| * make this a ZERO_STRUCTP for consitancy with the rest of Samba.Andrew Bartlett2002-07-131-1/+1
| * fixed a stdin bug in XFILE that prevented 'print -' from workingAndrew Tridgell2002-07-131-4/+4
| * The changes in make_sec_desc to make us match W2K broke the marshalling/unmar...Jeremy Allison2002-07-121-1/+1
| * *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-111-3/+3
| * some support functions to ease the next commit.Simo Sorce2002-07-091-6/+96
| * the last WINS update broke self registration when we are a WINSAndrew Tridgell2002-07-091-7/+0
| * Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-081-1/+1