summaryrefslogtreecommitdiff
path: root/source3/utils/smbcacls.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28s3:smbcacls: use lp_load_global()Michael Adam1-1/+1
2011-07-23s3-utils/smbcacls.c: replace cli_query_secdesc_old()Björn Baumbach1-3/+4
2011-07-23s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach1-1/+1
2011-07-22s3:smbcacls: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher1-4/+1
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-4/+4
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-1/+1
2011-05-30s3:smbcacls: fix parsing of multiple flagsGregor Beck1-1/+6
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-1/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-23s3: Fix Coverity ID 2202, NULL_RETURNSVolker Lendecke1-0/+3
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider1-0/+1
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