index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
smbcacls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-17
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
1
-6
/
+1
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-4
/
+6
2008-12-14
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
1
-13
/
+21
2008-12-13
don't return 0 on error - bad for scripts
Herb Lewis
1
-0
/
+2
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-1
/
+1
2008-10-14
Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses inherit...
Jeremy Allison
1
-26
/
+157
2008-10-09
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
1
-1
/
+1
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-4
/
+6
2008-07-07
Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.
Jeremy Allison
1
-1
/
+2
2008-05-05
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
1
-1
/
+13
2008-04-20
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
1
-6
/
+2
2008-01-05
Add general '-e' option to enable smb encryption
Jeremy Allison
1
-12
/
+25
2008-01-04
Add missing patch to allow smbcacls to do krb5 auth, bug #5175
Jeremy Allison
1
-1
/
+1
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-1
/
+1
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-1
/
+1
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-10
/
+21
2007-12-06
Make all the tools use the proper accessor functions.
Jeremy Allison
1
-4
/
+3
2007-12-06
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
1
-3
/
+6
2007-12-03
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
1
-26
/
+34
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-2
/
+1
2007-11-09
Sanitize smbcacls slightly
Volker Lendecke
1
-94
/
+144
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
1
-1
/
+1
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-7
/
+8
2007-10-19
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-10
/
+10
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-1
/
+1
2007-10-10
r24943: Some stackframes
Volker Lendecke
1
-1
/
+1
2007-10-10
r23804: here too
Andrew Tridgell
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23782: I tested this against NT4 PDC, W2K Server, W2K3 Dc, and a Win XP std ...
Simo Sorce
1
-6
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
1
-1
/
+1
2007-10-10
r23009: Both contains a strchr_m(server,'/') few lines after replacing all / ...
James Peach
1
-5
/
+2
2007-10-10
r18745: Use the Samba4 data structures for security descriptors and security ...
Jelmer Vernooij
1
-26
/
+26
2007-10-10
r18271: Big change:
Gerald Carter
1
-2
/
+2
2007-10-10
r16644: Fix bug #3887 reported by jason@ncac.gwu.edu
Jeremy Allison
1
-2
/
+2
2007-10-10
r16409: Fix Klocwork ID's.
Volker Lendecke
1
-3
/
+4
2007-10-10
r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to be
Jim McDonough
1
-0
/
+8
2007-10-10
r14272: Fix Coverity # 81: free alloc'ed storage before returning
Jim McDonough
1
-6
/
+7
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-1
/
+1
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r12555: Fix more load_case_table swegfaults. Arggg.
Jeremy Allison
1
-0
/
+2
2007-10-10
r11506: Added description of ACL in usage message.
Jeremy Allison
1
-1
/
+2
2007-10-10
r11482: Arrg. Can't believe this code was in this state. If you
Jeremy Allison
1
-1
/
+3
2007-10-10
r11464: Allow smbcacls to modify a SD on W2K3. This may fix several
Jeremy Allison
1
-1
/
+14
2007-10-10
r11460: Improve error messages in parsing security descriptors.
Jeremy Allison
1
-5
/
+38
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-4
/
+7
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-3
/
+3
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r3918: Allow to set OWNER- and GROUP-entries while setting security descriptors
Günther Deschner
1
-1
/
+9
[next]