summaryrefslogtreecommitdiffstats
path: root/source/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* don't return 0 on error - bad for scriptsHerb Lewis2008-12-151-0/+2
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-111-1/+1
* Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison2008-10-151-26/+157
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-151-1/+1
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-4/+6
* Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison2008-07-071-1/+2
* Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner2008-05-051-1/+13
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-6/+2
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-12/+25
* Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison2008-01-041-1/+1
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-10/+21
* Make all the tools use the proper accessor functions.Jeremy Allison2007-12-061-4/+3
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-3/+6
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-26/+34
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-2/+1
* Sanitize smbcacls slightlyVolker Lendecke2007-11-091-94/+144
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-7/+8
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-10/+10
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* r24943: Some stackframesVolker Lendecke2007-10-101-1/+1
* r23804: here tooAndrew Tridgell2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23782: I tested this against NT4 PDC, W2K Server, W2K3 Dc, and a Win XP std ...Simo Sorce2007-10-101-6/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* 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