summaryrefslogtreecommitdiff
path: root/source/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-11/+14
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
* r23009: Both contains a strchr_m(server,'/') few lines after replacing all / ...James Peach2007-10-101-5/+2
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-26/+26
* r18271: Big change:Gerald Carter2007-10-101-2/+2
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-2/+2
* r16409: Fix Klocwork ID's.Volker Lendecke2007-10-101-3/+4
* r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to beJim McDonough2007-10-101-0/+8
* r14272: Fix Coverity # 81: free alloc'ed storage before returningJim McDonough2007-10-101-6/+7
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-101-0/+2
* r11506: Added description of ACL in usage message.Jeremy Allison2007-10-101-1/+2
* r11482: Arrg. Can't believe this code was in this state. If youJeremy Allison2007-10-101-1/+3
* r11464: Allow smbcacls to modify a SD on W2K3. This may fix severalJeremy Allison2007-10-101-1/+14
* r11460: Improve error messages in parsing security descriptors.Jeremy Allison2007-10-101-5/+38
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+7
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r3918: Allow to set OWNER- and GROUP-entries while setting security descriptorsGünther Deschner2007-10-101-1/+9
* r3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-)Volker Lendecke2007-10-101-1/+1
* r2348: fix segmention faultsStefan Metzmacher2007-10-101-3/+5
* r1103: need to leave empty dacl so we can remove last ACEHerb Lewis2007-10-101-5/+0
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-3/+3
* Fix bug 342. Short version of --add now -a instead of -A.Tim Potter2003-09-011-2/+2
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+2
* Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and changeJeremy Allison2003-06-241-7/+6
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Merge:Tim Potter2003-04-141-113/+53
* Use fprintf(f, ...) instead of plain printf() - patch by Ronan WaideJelmer Vernooij2003-04-091-2/+2
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-141-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-7/+7
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Merge from HEAD:Tim Potter2002-12-201-6/+13
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+8
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-78/+48
* Merge of lsa lookup names/sids patch from HEAD.Tim Potter2002-04-151-7/+5
* int -> uint32 fixes from andreasTim Potter2002-02-161-4/+4
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-5/+2
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-5/+14
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-1/+1
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-10/+22
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-5/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-3/+2