Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcli/ldap: use lib/ldb_compat.h for the s3 build | Stefan Metzmacher | 2011-01-24 | 1 | -0/+4 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 24 14:55:50 CET 2011 on sn-devel-104 | ||||
* | libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code. | Andrew Bartlett | 2011-01-20 | 2 | -0/+147 |
| | | | | | | | The idea here is to allow the source3/libads/sasl.c code to call this instead of the lower level ntlmssp_* functions. Andrew Bartlett | ||||
* | s4-security: Fixed incorrect inheritance of IO flagged ACES | Nadezhda Ivanova | 2011-01-18 | 1 | -0/+5 |
| | | | | They should be inherited without the IO flag unless they contain generic information. | ||||
* | libcli/security Add python bindings for se_access_check | Andrew Bartlett | 2011-01-14 | 2 | -0/+89 |
| | | | | Andrew Bartlett | ||||
* | security: Fixed incorrect indentation in create_descriptor.c | Nadezhda Ivanova | 2011-01-13 | 1 | -12/+12 |
| | | | | | Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Jan 13 15:53:16 CET 2011 on sn-devel-104 | ||||
* | security: Fixed bugs in expansion of generic information ACEs | Nadezhda Ivanova | 2011-01-11 | 1 | -38/+82 |
| | | | | | | When an ACE gontaining GA, GE, GR, GW, CO or CG is provided by a user or inherited the final SD actually has to have 2 ACEs, one is an effective expanded one, and the original one with IO flag added. | ||||
* | libcli/security: fix sid_type_lookup(). | Günther Deschner | 2011-01-10 | 1 | -7/+5 |
| | | | | | | | | | It *always* returned "SID *TYPE* is INVALID". Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jan 10 12:47:00 CET 2011 on sn-devel-104 | ||||
* | netlogon: move netlogon helpers to ../libcli/netlogon. | Günther Deschner | 2011-01-07 | 8 | -17/+16 |
| | | | | Guenther | ||||
* | libcli/auth: add netsec_outgoing_sig_size() | Stefan Metzmacher | 2011-01-03 | 2 | -0/+15 |
| | | | | | | | The size of the signature blob depends on the used algorithm. metze | ||||
* | Fix a valgrind error | Volker Lendecke | 2011-01-02 | 1 | -2/+4 |
| | | | | | | | Thanks to Tridge for the hint. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 2 10:58:51 CET 2011 on sn-devel-104 | ||||
* | s4-python: Only set BASETYPE flag if subclassing is supported. | Jelmer Vernooij | 2011-01-01 | 1 | -4/+4 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104 | ||||
* | s4-python: Add more prototypes. | Jelmer Vernooij | 2011-01-01 | 1 | -0/+2 |
| | |||||
* | s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDs | Matthias Dieter Wallnöfer | 2010-12-21 | 1 | -2/+6 |
| | | | | This is needed in order to suppress warnings. | ||||
* | libcli/security: remove unused variable. | Günther Deschner | 2010-12-17 | 1 | -1/+0 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Dec 17 13:56:27 CET 2010 on sn-devel-104 | ||||
* | libcli/security Add sid_blob_parse() to directly parse a binary SID blob | Andrew Bartlett | 2010-12-16 | 2 | -3/+14 |
| | |||||
* | libcli/echo: fix off by 1 crash bug | Stefan Metzmacher | 2010-12-11 | 1 | -1/+1 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 11 13:48:54 CET 2010 on sn-devel-104 | ||||
* | libcli/echo: lowercase testsuite names | Stefan Metzmacher | 2010-12-11 | 1 | -2/+2 |
| | | | | metze | ||||
* | s4 libcli: Add libcli_echo lib and torture test | Kai Blin | 2010-12-09 | 5 | -0/+368 |
| | | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Dec 9 23:57:03 CET 2010 on sn-devel-104 | ||||
* | libcli/auth bring ADS_IGNORE_PRINCIPAL in common | Andrew Bartlett | 2010-12-08 | 1 | -0/+2 |
| | |||||
* | libcli/auth: let spnego_write_mech_types() check the asn1_load() return | Stefan Metzmacher | 2010-12-07 | 1 | -0/+4 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 7 18:23:41 CET 2010 on sn-devel-104 | ||||
* | s4:fix some shadowed declaration warnings on Solaris by renaming the symbols | Matthias Dieter Wallnöfer | 2010-12-06 | 1 | -1/+1 |
| | |||||
* | Turns out there are lots of places in S3 where token passed in | Jeremy Allison | 2010-12-02 | 1 | -0/+4 |
| | | | | | | | | | | here can be NULL (become_root() sets the current security token to NULL for example). Ensure we don't crash. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 2 03:26:03 CET 2010 on sn-devel-104 | ||||
* | libcli/security/object_tree.c - remove unreachable statement | Matthias Dieter Wallnöfer | 2010-11-29 | 1 | -1/+0 |
| | |||||
* | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 2010-11-22 | 1 | -1/+1 |
| | | | | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | ||||
* | s4-doserr: telling our users to "see Windows help" doesn't seem right | Andrew Tridgell | 2010-11-17 | 1 | -4/+4 |
| | |||||
* | raw.h is only needed in the S4 build | Volker Lendecke | 2010-11-09 | 1 | -0/+2 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 9 14:49:14 UTC 2010 on sn-devel-104 | ||||
* | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 2010-10-31 | 1 | -22/+22 |
| | | | | | Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | ||||
* | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 10 | -227/+0 |
| | | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | ||||
* | s4-tdb: make tdb-wrap into a private library | Andrew Tridgell | 2010-10-30 | 1 | -1/+1 |
| | | | | this prevents double linking of the tdb wrap code | ||||
* | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 2010-10-26 | 2 | -4/+4 |
| | |||||
* | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2010-10-26 | 5 | -10/+10 |
| | |||||
* | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 2010-10-26 | 3 | -4/+4 |
| | |||||
* | libcli/security Remove unused sec_acl_equal() | Andrew Bartlett | 2010-10-24 | 2 | -47/+0 |
| | | | | | | | | | | | This was orphaned by changing sec_desc_equal() to the stricter security_descriptor_equal() by f4195183a47b0e7c8bc9644d62b123f7880f3fcd in 2009. (The difference here was that sec_acl_equal allowed for equivilent ordering. I've checked the callers, and this function is only used to skip actual ACL sets, or to reference a cache, so this seems Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun Oct 24 22:21:23 UTC 2010 on sn-devel-104 | ||||
* | s4: Rename LIBCLI_NBT -> cli_nbt. | Jelmer Vernooij | 2010-10-24 | 1 | -3/+3 |
| | |||||
* | s4: Rename LIBCLI_LDAP to libcli_ldap. | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2010-10-24 | 4 | -10/+10 |
| | |||||
* | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 2010-10-23 | 1 | -6/+6 |
| | |||||
* | create_descriptor.c - fix comment | Matthias Dieter Wallnöfer | 2010-10-23 | 1 | -1/+1 |
| | | | | | | | The location in MS-DTYPE changed. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 23 21:33:46 UTC 2010 on sn-devel-104 | ||||
* | s4 dns: Import DNS win32 error codes from MS-ERREF | Kai Blin | 2010-10-23 | 2 | -0/+282 |
| | |||||
* | Fix const warning. Allocate off NULL as we always talloc_free(). | Jeremy Allison | 2010-10-22 | 1 | -1/+1 |
| | |||||
* | libcli: LIBSECURITY depends on NDR_SECURITY | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-waf: removed dependencies on missing subsystems | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
| | | | | these were left over from the old config.mk system | ||||
* | libcli: make LIBCLI_NBT a private library | Andrew Tridgell | 2010-10-21 | 1 | -4/+5 |
| | |||||
* | libcli: make the LIBSECURITY subsystem into a private library | Andrew Tridgell | 2010-10-21 | 1 | -4/+5 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | Now we have SeSystemSecurity, remove the source3-only #ifdef. | Jeremy Allison | 2010-10-21 | 1 | -2/+0 |
| | | | | | | | Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 21 01:35:00 UTC 2010 on sn-devel-104 | ||||
* | Add code to implement SeSecurityPrivilege in net rpc rights, and in the | Jeremy Allison | 2010-10-21 | 1 | -6/+3 |
| | | | | | | | | | open and get/set NT security descriptor code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 21 00:15:57 UTC 2010 on sn-devel-104 | ||||
* | libcli/security/access_check.c - fix a memory leak | Matthias Dieter Wallnöfer | 2010-10-20 | 1 | -7/+12 |
| | |||||
* | libcli/ldap Don't try and encode a control with a NULL OID | Andrew Bartlett | 2010-10-20 | 1 | -0/+6 |
| | | | | | | | | | | ctrl->oid is set to NULL by the Samba4 rootDSE module when removing controls that should not be exposed over LDAP (to avoid a realloc). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Oct 20 04:13:44 UTC 2010 on sn-devel-104 | ||||
* | Fix shadow warning for "access" variable. | Jeremy Allison | 2010-10-19 | 1 | -3/+3 |
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Oct 19 22:53:38 UTC 2010 on sn-devel-104 |