summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2-0/+7
2002-08-28Make constJelmer Vernooij1-1/+1
2002-08-28Some debugs for panic_action.Tim Potter1-1/+11
2002-08-27add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce1-0/+34
2002-08-26Updates!Andrew Bartlett2-6/+7
2002-08-26Try to support non-root-mode systems without getgrouplist().Andrew Bartlett1-0/+5
2002-08-25Clarify function commentsAndrew Bartlett1-0/+2
2002-08-25Patch from mimir to back out idra's attempted DOS mitigation patch.Andrew Bartlett1-2/+2
2002-08-23We never checked if the smb packet len is != 0Simo Sorce1-2/+2
2002-08-23We need to return the value here...Andrew Bartlett1-0/+1
2002-08-22added smb_xstrndup()Andrew Tridgell1-0/+11
2002-08-22added a useful unistr2 display functionAndrew Tridgell1-0/+10
2002-08-22Spelling fixes.Tim Potter1-2/+2
2002-08-22fix a few segfaultsGerald Carter1-6/+6
2002-08-21Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij1-1/+1
2002-08-21Fix debug level initialization for net.cVolker Lendecke1-1/+1
2002-08-20IFSTEST fixes for open fid, nametoolong.Jeremy Allison1-0/+3
2002-08-19added a generic print_guid utility, and get the byte order handingAndrew Tridgell1-0/+15
2002-08-19remove 'admin log' parameter (discussed with Jeremy)Jelmer Vernooij1-3/+0
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