summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-02-14Fix for trusted domains scan not working inspired by Ken Cross.Tim Potter2-7/+8
2003-02-13A few typo fixes Andrew eventually let off to me.Rafal Szczesniak3-8/+8
2003-02-13Removed unused variable.Jeremy Allison1-1/+0
2003-02-13Removed unused variable.Jeremy Allison1-1/+0
2003-02-13Fix typo in WIFSIGNALED (as per Waider's report)Alexander Bokovoy1-1/+1
2003-02-13Merge JohnR's patch.Jeremy Allison1-3/+1
2003-02-13Merge JohnR's patch.Jeremy Allison1-3/+1
2003-02-13Add FIXME about checking exit code for popen'd commands.Martin Pool1-1/+4
2003-02-13waitstatus audit: Correctly handle case where smbmnt is killed by aMartin Pool1-0/+3
2003-02-13Merge from HEAD to allow automatic Doxygen generation.Martin Pool1-5/+12
2003-02-13DocMartin Pool1-1/+9
2003-02-13Update towards automatic building on dp.samba.org:Martin Pool1-5/+4
2003-02-12Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison1-1/+205
2003-02-12Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison1-1/+205
2003-02-12Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...Jeremy Allison2-14/+9
2003-02-12Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...Jeremy Allison2-14/+9
2003-02-12adding more descriptions for nt status codesGerald Carter1-1/+66
2003-02-12adding more descriptions for nt status codesGerald Carter1-1/+66
2003-02-12merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett1-1/+1
2003-02-12Match Samba 2.2 by chosing the correct desired access, and getting cupsaddsmbAndrew Bartlett1-1/+1
2003-02-12Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack.Andrew Bartlett1-4/+4
2003-02-12initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell4-7/+375
2003-02-12Prevent NULL-pointer induced segfaults.Andrew Bartlett1-4/+4
2003-02-12Merge of smbcontrol debuglevel fixes from HEAD.Tim Potter1-4/+1
2003-02-12Merge of nicer error message for gencache open error from HEAD.Tim Potter1-1/+1
2003-02-12Sync with HEAD version.Tim Potter1-1/+1
2003-02-12Correctly return access denied on share mode deny when we can't open theJeremy Allison1-3/+19
2003-02-12Correctly return access denied on share mode deny when we can't open theJeremy Allison1-3/+19
2003-02-12Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void**Jeremy Allison1-2/+2
2003-02-12Merge from HEAD...setup the %U substitution in winbindd for the homedir templateJeremy Allison1-0/+1
2003-02-12Merging from HEAD - add a note about a better method for finding netbios name...Jeremy Allison1-0/+7
2003-02-12Ensure we are not forgetting our janitorial duties...Jeremy Allison1-0/+10
2003-02-12setup the %U substitution in winbindd for the homedir templateAndrew Tridgell1-0/+1
2003-02-12add a note about relative opens with blank paths - its a re-open!Andrew Tridgell1-0/+10
2003-02-12add a note about a better method for finding netbios name of workgroupAndrew Tridgell1-0/+7
2003-02-12pull_ucs2_talloc() should pull to a char**, not a void**Andrew Tridgell1-2/+2
2003-02-11removed a duplicate copy of smb_io_sid_array()Andrew Tridgell1-46/+0
2003-02-11Merge from HEAD: Patch by Anthony Liguori <aliguor@us.ibm.com> to replace sca...Andrew Bartlett1-16/+15
2003-02-11added server stubs for lsa_enum_acct_with_rightAndrew Tridgell4-0/+147
2003-02-11Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portabilityAndrew Bartlett1-16/+15
2003-02-11remove trailing 'a' from VFS_MODULES targets...fix buildJim McDonough1-1/+1
2003-02-11Fixup delete on close torture.Jeremy Allison1-10/+4
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2-45/+46
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2-45/+46
2003-02-11Fix the msdfs proxy handling code in dfsenum to return the cumulative number ofShirish Kalele1-1/+1
2003-02-11Fix the msdfs proxy handling code in dfsenum to return the cumulative number ofShirish Kalele1-1/+1
2003-02-10autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2-6/+23
2003-02-10autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2-6/+23
2003-02-10Fix a mistake spotted by MetzeRichard Sharpe1-1/+1
2003-02-10Clean up our NTLMv2 code by moving the grunt work into a helper function.Andrew Bartlett2-41/+34