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