index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
smbcacls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug with incorrect flag values for inherited ace in some cases.
Matthew McGillis
2010-06-07
1
-0
/
+5
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-10
/
+10
*
s3-rpc_client: move protos to cli_lsarpc.h
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".
Günther Deschner
2010-05-18
1
-11
/
+11
*
s3-secdesc: remove "typedef struct security_acl SEC_ACL".
Günther Deschner
2010-05-18
1
-6
/
+6
*
s3-secdesc: remove "typedef struct security_ace SEC_ACE".
Günther Deschner
2010-05-18
1
-14
/
+15
*
added support for a -I flag
Matthew McGillis
2010-05-17
1
-2
/
+148
*
Consolidate all set SEC_DESC into single procedure set_secdesc
Matthew McGillis
2010-05-17
1
-25
/
+32
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
Consolidate all get SEC_DESC into single procedure get_secdesc
Matthew McGillis
2010-05-03
1
-44
/
+37
*
always pass filename as const char
Matthew McGillis
2010-05-03
1
-2
/
+2
*
s3:smbcacls: also honour the "--sddl" flag when setting ACLs.
Michael Adam
2010-03-16
1
-2
/
+6
*
s3:smbcacls: add switch "--sddl" to output acls as sddl encoded strings
Michael Adam
2010-03-03
1
-1
/
+9
*
s3: last part of TYPESAFE_QSORT() conversion
Andrew Tridgell
2010-02-14
1
-1
/
+1
*
Ensure all callers to the rpc_client/cli_pipe functions correctly
Jeremy Allison
2009-11-12
1
-1
/
+1
*
s3:smbcacls: forbid change of debug level from config file
Michael Adam
2009-08-12
1
-0
/
+3
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-19
/
+14
*
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
2009-03-17
1
-6
/
+1
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
1
-4
/
+6
*
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2008-12-14
1
-13
/
+21
*
don't return 0 on error - bad for scripts
Herb Lewis
2008-12-13
1
-0
/
+2
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-1
/
+1
*
Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...
Jeremy Allison
2008-10-14
1
-26
/
+157
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-1
/
+1
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-4
/
+6
*
Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
Jeremy Allison
2008-07-07
1
-1
/
+2
*
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2008-05-05
1
-1
/
+13
*
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
2008-04-20
1
-6
/
+2
*
Add general '-e' option to enable smb encryption
Jeremy Allison
2008-01-05
1
-12
/
+25
*
Add missing patch to allow smbcacls to do krb5 auth, bug #5175
Jeremy Allison
2008-01-04
1
-1
/
+1
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
1
-1
/
+1
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-10
/
+21
*
Make all the tools use the proper accessor functions.
Jeremy Allison
2007-12-06
1
-4
/
+3
*
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
2007-12-06
1
-3
/
+6
*
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
2007-12-03
1
-26
/
+34
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-2
/
+1
*
Sanitize smbcacls slightly
Volker Lendecke
2007-11-09
1
-94
/
+144
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-1
/
+1
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-7
/
+8
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-10
/
+10
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r24943: Some stackframes
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23804: here too
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23782: I tested this against NT4 PDC, W2K Server, W2K3 Dc, and a Win XP std ...
Simo Sorce
2007-10-10
1
-6
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23009: Both contains a strchr_m(server,'/') few lines after replacing all / ...
James Peach
2007-10-10
1
-5
/
+2
[next]