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
/
source4
/
libcli
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-30
Make Sid member variables accessible from Python.
Jelmer Vernooij
3
-0
/
+128
2008-09-23
fixed problem with ACLs with an empty DACL list
Andrew Tridgell
1
-1
/
+14
2008-09-19
Add test for Sid.__repr__.
Jelmer Vernooij
1
-0
/
+4
2008-09-18
Generate with 1.3.36.
Jelmer Vernooij
2
-31
/
+36
2008-09-18
Implement __repr__ for Sid.
Jelmer Vernooij
1
-2
/
+6
2008-08-21
Don't walk past the end of ldb values.
Andrew Bartlett
1
-0
/
+15
2008-05-24
Add docstrings to a couple more python modules.
Jelmer Vernooij
3
-7
/
+71
2008-05-23
Regenerate with SWIG 1.3.35.
Jelmer Vernooij
2
-20
/
+47
2008-05-22
Fix CFLAGS for SWIG files.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
2
-2
/
+2
2008-05-21
Move some python files into the samba package.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
1
-0
/
+2
2008-05-21
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
1
-0
/
+2
2008-05-18
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
1
-1
/
+1
2008-05-18
Use variables for source directory in a couple more places.
Jelmer Vernooij
1
-2
/
+2
2008-04-08
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
1
-0
/
+2
2008-03-28
libcli/security: fix compiler warnings
Stefan Metzmacher
1
-0
/
+2
2008-03-28
Merge v4.0-test
Jelmer Vernooij
3
-4
/
+39
2008-03-20
More kludge ACLs!
Andrew Bartlett
2
-0
/
+35
2008-03-14
swig: regenerate _wrap.c files
Stefan Metzmacher
1
-4
/
+4
2008-03-04
Fix includes.
Jelmer Vernooij
1
-0
/
+2
2008-03-03
Move object file lists to the Makefile.
Jelmer Vernooij
1
-6
/
+5
2007-12-26
r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const.
Kai Blin
1
-3
/
+3
2007-12-24
r26572: Fix warnings in the Python code.
Jelmer Vernooij
3
-21
/
+21
2007-12-24
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
1
-43
/
+29
2007-12-21
r26464: Tighten dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26454: Add simple SWIG macro for wrapping talloced types.
Jelmer Vernooij
2
-77
/
+80
2007-12-21
r26399: Use -O option for SWIG (less evil generated code).
Jelmer Vernooij
2
-85
/
+112
2007-12-21
r26248: Check in SWIG output so SWIG is not required when running out of svn.
Jelmer Vernooij
2
-0
/
+4271
2007-12-21
r26199: Allow constructing new sids, implement __eq__ for sids.
Jelmer Vernooij
2
-3
/
+18
2007-12-21
r26197: Add bindings for libsecurity.
Jelmer Vernooij
3
-4
/
+190
2007-12-21
r25903: Move more files out of torture/
Jelmer Vernooij
1
-0
/
+105
2007-12-21
r25803: Make our security descriptor acl manipulation methods more generic so...
Günther Deschner
1
-73
/
+174
2007-12-21
r25801: Add security_ace_create() function.
Günther Deschner
1
-0
/
+29
2007-12-21
r25739: We forgot to copy revision and type flags in security_descriptor_copy().
Günther Deschner
1
-0
/
+3
2007-12-21
r25610: Add security_descriptor_appendv() which takes va_list directly.
Günther Deschner
1
-9
/
+14
2007-12-21
r25608: Call security_descriptor_append from within security_descriptor_create.
Günther Deschner
1
-29
/
+1
2007-12-21
r25607: Allow to set security descriptor type flags at creation time with
Günther Deschner
1
-0
/
+4
2007-12-21
r25604: Add security_descriptor_append() helper function.
Günther Deschner
1
-0
/
+42
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
5
-80
/
+80
2007-10-10
r25175: Change to talloc_asprintf_append_buffer().
Jeremy Allison
1
-6
/
+6
2007-10-10
r25027: Fix more warnings.
Jelmer Vernooij
3
-4
/
+6
2007-10-10
r25000: Fix some more C++ compatibility warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
7
-21
/
+14
2007-10-10
r21307: make it possible to pass in NULL for domain or rid,
Stefan Metzmacher
1
-4
/
+10
2007-10-10
r20801: try to always fix up the acl revision when we add or remove
Stefan Metzmacher
1
-4
/
+37
2007-10-10
r20800: fix compiler warnings
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r20799: if any ace has the optional sub object, the acl revision needs
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r20795: dom_sid_parse_talloc() gets an null terminated string as input,
Stefan Metzmacher
1
-1
/
+9
[next]