summaryrefslogtreecommitdiffstats
path: root/source/utils/net_usershare.c
Commit message (Collapse)AuthorAgeFilesLines
* r21420: Looks big, but isn't really. Move internal namesJeremy Allison2007-02-181-4/+4
| | | | | | | | | of SEC_DESC over from grp_owner -> group_owner, ace -> aces and info.mask -> mask. Makes it *much* easier to move code within branches as they're now referring to the same names for the same things (which is what the NDR code also uses). Jeremy.
* r21114: Fix 'net usershare': Adding "guest_ok=y" required a correct acl. Set theVolker Lendecke2007-02-011-4/+6
| | | | | | | | default if "" is set. And fix the calculation for too man shares. Thanks to Karolin Seeger <ks@sernet.de> Volker
* r18116: Make max usershares an advisory limit, pointed outJeremy Allison2006-09-061-0/+68
| | | | | by Cybionet <cybionet@videotron.ca>. Jeremy.
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-4/+1
| | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-2/+10
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-6/+6
| | | | * updating release notes to match
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-151-1/+1
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-7/+43
|
* r14034: Fix Coverity id # 125.Volker Lendecke2006-03-081-0/+2
| | | | | | Jeremy, you might want to take a look here. Volker
* r13594: Got sense of NTSTATUS check reversed.Jeremy Allison2006-02-211-2/+2
| | | | Jeremy.
* r13502: Fix error messages for usershares when smbd is notJeremy Allison2006-02-151-5/+16
| | | | | | running. More generic error return cleanup in libsmb/ needs doing (everything returning NTSTATUS not BOOL). Jeremy
* r13368: I must write out 1000 times, "Don't use C++ reserved words..."Jeremy Allison2006-02-061-5/+5
| | | | Jeremy.
* r13316: Let the carnage begin....Gerald Carter2006-02-031-0/+829
Sync with trunk as off r13315