summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-3/+4
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* Fix bug with incorrect flag values for inherited ace in some cases.Matthew McGillis2010-06-071-0/+5
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-10/+10
* s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner2010-05-181-0/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-11/+11
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-6/+6
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-14/+15
* added support for a -I flagMatthew McGillis2010-05-171-2/+148
* Consolidate all set SEC_DESC into single procedure set_secdescMatthew McGillis2010-05-171-25/+32
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* Consolidate all get SEC_DESC into single procedure get_secdescMatthew McGillis2010-05-031-44/+37
* always pass filename as const charMatthew McGillis2010-05-031-2/+2
* s3:smbcacls: also honour the "--sddl" flag when setting ACLs.Michael Adam2010-03-161-2/+6
* s3:smbcacls: add switch "--sddl" to output acls as sddl encoded stringsMichael Adam2010-03-031-1/+9
* s3: last part of TYPESAFE_QSORT() conversionAndrew Tridgell2010-02-141-1/+1
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-1/+1
* s3:smbcacls: forbid change of debug level from config fileMichael Adam2009-08-121-0/+3
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-19/+14
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-6/+1
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-4/+6
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-13/+21
* don't return 0 on error - bad for scriptsHerb Lewis2008-12-131-0/+2
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison2008-10-141-26/+157
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-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