summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett8-12/+21
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell6-5/+243
2003-02-10As metze mentioned, this is the proper way to find perl...Andrew Bartlett2-1/+2
2003-02-10perl might not be in /usr/bin/perl, so try and find it in the path.Andrew Bartlett1-1/+1
2003-02-10Use safe_strcpy() instead of pstrcpy() for malloced strings.Andrew Bartlett1-1/+3
2003-02-10Failure to find a CUPS printer, when auto-adding printers is not a level 0 er...Andrew Bartlett1-3/+3
2003-02-10Some cleanups:Andrew Bartlett9-34/+59
2003-02-09(only for HEAD at the moment).Andrew Bartlett7-112/+200
2003-02-08Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison1-2/+7
2003-02-08Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison1-2/+7
2003-02-08merge from HEAD - x_fileno, not fileno on an XFILEAndrew Bartlett1-1/+1
2003-02-08One more fix for the difference between FILE and X_FILE.Andrew Bartlett1-1/+1
2003-02-08Merge from HEAD - don't mix FILE and X_FILE - fixes debian bugAndrew Bartlett1-3/+3
2003-02-07Ensure we don't get problems between FILE and X_FILE buffers - always use theAndrew Bartlett1-3/+3
2003-02-07Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2-8/+0
2003-02-07Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2-8/+0
2003-02-07Samba janitor: adding mbp's umask patch :-).Jeremy Allison1-79/+69