Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r17848: Ok, this did not do it. Still got the same problem. | Volker Lendecke | 1 | -8/+1 |
2007-10-10 | r17846: Ok, this is a patch that needs further discussion. On Solaris, snprin... | Volker Lendecke | 1 | -1/+8 |
2007-10-10 | r17082: Add a test that walks and tests denying tconX access via the share se... | Volker Lendecke | 1 | -0/+18 |
2007-10-10 | r15573: Fix build of systems that have iconv headers in non-standard locations | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15457: Get rid of more usages of uint_t | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 4 | -3/+34 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 2 | -78/+4 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY is | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14894: - add some 'const' | Stefan Metzmacher | 3 | -37/+21 |
2007-10-10 | r14891: fix a bug found by the ibm checker | Stefan Metzmacher | 2 | -24/+46 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 5 | -6/+26 |
2007-10-10 | r14840: - rename some functions | Stefan Metzmacher | 1 | -31/+41 |
2007-10-10 | r14641: fix typo | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 5 | -1/+5 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 5 | -0/+5 |
2007-10-10 | r12858: This moves the libnet_LookupPdc code to use a GetDC request to find | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r12747: Add a couple more token tests, used by the kludge ACL module. | Andrew Bartlett | 1 | -0/+30 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 6 | -6/+0 |
2007-10-10 | r12592: Remove some useless dependencies | Jelmer Vernooij | 1 | -19/+2 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r12161: Fix a memleak and do the -O1 janitor :-) | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r12158: added ldif handlers for the ntSecurityDescriptor attribute, so when | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r12139: - fixed up the ace object flags checking | Andrew Tridgell | 1 | -3/+8 |
2007-10-10 | r12138: added use of 2 letter SID codes in sddl_encode_sid() | Andrew Tridgell | 1 | -3/+42 |
2007-10-10 | r12137: added sddl_encode(), the reverse of the sddl_decode() function added a | Andrew Tridgell | 1 | -0/+170 |
2007-10-10 | r12011: fixed another 'mixed code and declarations' bug | Andrew Tridgell | 1 | -1/+2 |