summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2002-09-09lowercase global_myname in %L substitutionHerb Lewis1-2/+7
2002-09-07configure.in:Simo Sorce1-0/+13
2002-09-06As per the 'OK' at CIFS2002, only use the readline headers (and this crasyAndrew Bartlett1-0/+18
2002-09-06patch from metze: add a 'vfs' debug classAndrew Bartlett1-0/+1
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison1-3/+22
2002-09-02Fix typo - Thanks KaiJelmer Vernooij1-1/+1
2002-09-01wrong way to handle things, bug found by kaiSimo Sorce1-8/+6
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett2-53/+49
2002-08-30based on function prototype, the args were switched - this gave an errorHerb Lewis1-1/+1
2002-08-29Move samr_make_sam_obj_sd to lib/util_seaccess.c. samtest now compiles andJelmer Vernooij1-0/+41
2002-08-29Make debuglevel a string for use with debug classesJelmer Vernooij1-2/+2
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