summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17s3: Fix some nonempty blank linesVolker Lendecke1-1/+1
2011-01-15s3: Avoid some calls to cli_errstrVolker Lendecke1-18/+24
2011-01-15s3: Convert cli_set_secdesc to cli_transVolker Lendecke1-2/+4
2011-01-15s3: Fix some nonempty blank linesVolker Lendecke1-4/+4
2010-12-20s3: Remove unused "retry" from cli_full_connectionVolker Lendecke1-2/+1
2010-11-14s3: string_to_sid does thorough syntax checkingVolker Lendecke1-2/+2
2010-11-02s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett1-1/+0
2010-11-02s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett1-4/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-3/+1
2010-10-24s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke1-2/+3
2010-10-24s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-3/+4
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-06-07Fix bug with incorrect flag values for inherited ace in some cases.Matthew McGillis1-0/+5
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-10/+10
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner1-0/+1
2010-05-18s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner1-11/+11
2010-05-18s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner1-6/+6
2010-05-18s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner1-14/+15
2010-05-17added support for a -I flagMatthew McGillis1-2/+148
2010-05-17Consolidate all set SEC_DESC into single procedure set_secdescMatthew McGillis1-25/+32
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-05-03Consolidate all get SEC_DESC into single procedure get_secdescMatthew McGillis1-44/+37
2010-05-03always pass filename as const charMatthew McGillis1-2/+2
2010-03-16s3:smbcacls: also honour the "--sddl" flag when setting ACLs.Michael Adam1-2/+6
2010-03-03s3:smbcacls: add switch "--sddl" to output acls as sddl encoded stringsMichael Adam1-1/+9
2010-02-14s3: last part of TYPESAFE_QSORT() conversionAndrew Tridgell1-1/+1
2009-11-12Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison1-1/+1
2009-08-12s3:smbcacls: forbid change of debug level from config fileMichael Adam1-0/+3
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-19/+14
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-6/+1
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-4/+6
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-13/+21
2008-12-13don't return 0 on error - bad for scriptsHerb Lewis1-0/+2
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-10-14Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...Jeremy Allison1-26/+157
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-1/+1
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-4/+6
2008-07-07Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison1-1/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-1/+13
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-6/+2
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-12/+25
2008-01-04Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison1-1/+1
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-10/+21
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison1-4/+3
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-3/+6
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-26/+34