summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2202, NULL_RETURNSVolker Lendecke2011-03-231-0/+3
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-171-1/+1
* s3: Avoid some calls to cli_errstrVolker Lendecke2011-01-151-18/+24
* s3: Convert cli_set_secdesc to cli_transVolker Lendecke2011-01-151-2/+4
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-151-4/+4
* s3: Remove unused "retry" from cli_full_connectionVolker Lendecke2010-12-201-2/+1
* s3: string_to_sid does thorough syntax checkingVolker Lendecke2010-11-141-2/+2
* s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett2010-11-021-1/+0
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-4/+1
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-3/+1
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-241-2/+3
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-241-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* 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