s3-utils/smbcacls.c: replace cli_query_secdesc_old()
[samba.git] / source3 / utils / smbcacls.c
2011-07-23 Björn Baumbachs3-utils/smbcacls.c: replace cli_query_secdesc_old()
2011-07-23 Björn Baumbachs3-libsmb: rename cli_query_secdesc() to cli_query_secd...
2011-07-22 Stefan Metzmachers3:smbcacls: pass down NULL instead of a zero sockaddr_...
2011-07-20 Stefan Metzmachers3:libsmb: move cli->cnum to cli->smb1.tid and hide...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-param Remove special case for global_myname(), renam...
2011-05-30 Gregor Becks3:smbcacls: fix parsing of multiple flags
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-23 Volker Lendeckes3: Fix Coverity ID 2202, NULL_RETURNS
2011-03-15 Günther Deschners3-libsmb: only include rap client when needed.
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2011-01-17 Volker Lendeckes3: Fix some nonempty blank lines
2011-01-15 Volker Lendeckes3: Avoid some calls to cli_errstr
2011-01-15 Volker Lendeckes3: Convert cli_set_secdesc to cli_trans
2011-01-15 Volker Lendeckes3: Fix some nonempty blank lines
2010-12-20 Volker Lendeckes3: Remove unused "retry" from cli_full_connection
2010-11-14 Volker Lendeckes3: string_to_sid does thorough syntax checking
2010-11-02 Andrew Bartletts3-debug Move 'load_case_tables()' before lp_set_cmdlin...
2010-11-02 Andrew Bartletts3-debug Remove 'AllowDebugChange' and use lp_set_cmdli...
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-10-24 Volker Lendeckes3: Convert cli_qfileinfo_basic to cli_qfileinfo
2010-10-24 Volker Lendeckes3: Rename cli_fileinfo() to cli_fileinfo_basic()
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-06-07 Matthew McGillisFix bug with incorrect flag values for inherited ace...
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_lsarpc.h
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_acl SEC_ACL".
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_ace SEC_ACE".
2010-05-17 Matthew McGillisadded support for a -I flag
2010-05-17 Matthew McGillisConsolidate all set SEC_DESC into single procedure...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-05-03 Matthew McGillisConsolidate all get SEC_DESC into single procedure...
2010-05-03 Matthew McGillisalways pass filename as const char
2010-03-15 Michael Adams3:smbcacls: also honour the "--sddl" flag when setting...
2010-03-03 Michael Adams3:smbcacls: add switch "--sddl" to output acls as...
2010-02-14 Andrew Tridgells3: last part of TYPESAFE_QSORT() conversion
2009-11-12 Jeremy AllisonEnsure all callers to the rpc_client/cli_pipe functions...
2009-08-11 Michael Adams3:smbcacls: forbid change of debug level from config...
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-17 Jeremy AllisonRemove the global "struct cm_cred_struct" and associate...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Volker LendeckeMake cli_tcon_andx async
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Volker LendeckeRemove the global "cmdline_auth_info" from source3...
2008-12-13 Herb Lewisdon't return 0 on error - bad for scripts
2008-12-03 Tim Proutys3: Change sockaddr util function names for consistency
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-14 Jeremy AllisonAttempt to fix bug #5818 - "smbcacls: sorts ACEs improp...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-07 Jeremy AllisonFix option processing in smbcacls - add POPT_COMMON_CON...
2008-05-05 Günther DeschnerFix client authentication with -P switch in client...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Volker LendeckeReplace cli_rpc_pipe_close by a talloc destructor on...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonAdd general '-e' option to enable smb encryption
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-05 Jeremy AllisonAdd missing patch to allow smbcacls to do krb5 auth...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonMake all the tools use the proper accessor functions.
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-12-04 Jeremy AllisonGetting to the home stretch for elimination of pstrings...
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-09 Volker LendeckeSanitize smbcacls slightly
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Volker Lendecker24943: Some stackframes
2007-10-10 Andrew Tridgellr23804: here too
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Simo Sorcer23782: I tested this against NT4 PDC, W2K Server,...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23627: Allow to pass down the lookup-level to rpccli_l...
2007-10-10 James Peachr23009: Both contains a strchr_m(server,'/') few lines...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
next