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
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
2007-10-10
r3846: Typo fix. Bug 2055. Lars, I'm available on irc.... :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r2348: fix segmention faults
Stefan Metzmacher
1
-3
/
+5
2007-10-10
r1103: need to leave empty dacl so we can remove last ACE
Herb Lewis
1
-5
/
+0
2003-09-19
Ensure that dup_sec_desc copies the 'type' field correctly. This caused
Jeremy Allison
1
-3
/
+3
2003-09-01
Fix bug 342. Short version of --add now -a instead of -A.
Tim Potter
1
-2
/
+2
2003-07-30
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
1
-1
/
+2
2003-06-24
Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and change
Jeremy Allison
1
-7
/
+6
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-2
/
+0
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-0
/
+2
2003-04-14
Merge:
Tim Potter
1
-113
/
+53
2003-04-09
Use fprintf(f, ...) instead of plain printf() - patch by Ronan Waide
Jelmer Vernooij
1
-2
/
+2
2003-03-18
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
1
-1
/
+1
2003-01-14
Merge from HEAD:
Andrew Bartlett
1
-3
/
+3
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-7
/
+7
2002-12-20
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
1
-1
/
+1
2002-12-20
Merge from HEAD:
Tim Potter
1
-6
/
+13
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-10
/
+8
2002-10-17
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
1
-1
/
+1
2002-10-04
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
1
-1
/
+1
2002-08-17
sync 3.0 branch with HEAD
Jelmer Vernooij
1
-1
/
+1
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-78
/
+48
2002-04-15
Merge of lsa lookup names/sids patch from HEAD.
Tim Potter
1
-7
/
+5
2002-02-16
int -> uint32 fixes from andreas
Tim Potter
1
-4
/
+4
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-26
Back out some of the less well thought out ideas from last weeks work on
Andrew Bartlett
1
-5
/
+2
2002-01-20
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
1
-5
/
+14
2001-12-18
Fixup JF's weird SID return :-).
Jeremy Allison
1
-1
/
+1
2001-11-30
Renamed sid field in SEC_ACE to trustee to be more in line with MS's
Tim Potter
1
-10
/
+22
2001-11-28
fix a bunch of places where we can double-free a cli structure
Andrew Tridgell
1
-5
/
+0
2001-11-26
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
1
-3
/
+2
2001-11-23
Removed TimeInit() call from every client program (except for one place
Tim Potter
1
-2
/
+0
2001-11-19
Store some path names in global variables initialized to configure
Martin Pool
1
-2
/
+1
[next]