summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libcli/security: fix formating in access_check.cStefan Metzmacher2013-01-211-8/+12
* libcli/security: fix whitespaces in access_check.cStefan Metzmacher2013-01-211-98/+100
* dsdb-acl: the SEC_ADS_DELETE_CHILD checks need objectclass->schemaIDGUIDStefan Metzmacher2013-01-211-2/+7
* dsdb-acl: make use of acl_check_access_on_objectclass() for the object in acl...Stefan Metzmacher2013-01-211-6/+50
* dsdb-acl: make use of acl_check_access_on_{attribute,objectclass} in acl_rena...Stefan Metzmacher2013-01-211-47/+43
* dsdb-acl: make use of acl_check_access_on_attribute() in acl_modify()Stefan Metzmacher2013-01-211-44/+16
* dsdb-acl: remove unused acl_check_access_on_class()Stefan Metzmacher2013-01-211-46/+0
* dsdb-acl: use acl_check_access_on_objectclass() instead of acl_check_access_o...Stefan Metzmacher2013-01-211-8/+13
* dsdb-acl: Use the structural objectClass in acl_check_access_on_attribute()Andrew Bartlett2013-01-211-16/+16
* dsdb-acl: Pass the structural objectClass into acl_check_access_on_attributeAndrew Bartlett2013-01-213-20/+57
* dsdb-acl: Remove unused get_oc_guid_from_message()Andrew Bartlett2013-01-211-19/+0
* dsdb-acl: ask for the objectClass attribute if it's not in the scope of the c...Andrew Bartlett2013-01-211-1/+16
* dsdb-acl: use dsdb_get_structural_oc_from_msg() rather than class_schemaid_gu...Andrew Bartlett2013-01-211-8/+7
* dsdb-acl: Use dsdb_get_structural_oc_from_msg() in acl_rename()Andrew Bartlett2013-01-211-12/+14
* dsdb-acl: Use dsdb_get_structural_oc_from_msg() in acl_modify()Andrew Bartlett2013-01-211-8/+10
* dsdb-acl: add acl_check_access_on_objectclass() helperStefan Metzmacher2013-01-211-0/+39
* dsdb-acl: Add helper function dsdb_get_structural_oc_from_msg()Andrew Bartlett2013-01-211-0/+13
* dsdb-acl: attr is not optional to acl_check_access_on_attribute()Stefan Metzmacher2013-01-211-25/+24
* dsdb-acl: dsdb_attribute_by_lDAPDisplayName() is needed for all attributesStefan Metzmacher2013-01-211-16/+18
* dsdb-acl: introduce a 'el' helper variable to acl_modify()Stefan Metzmacher2013-01-211-12/+11
* dsdb-acl: introduce a 'msg' helper variable to acl_modify()Stefan Metzmacher2013-01-211-20/+20
* dsdb-schema: make sure we build [system]PossibleInferiors completelyStefan Metzmacher2013-01-211-0/+4
* dsdb-schema: make sure use clean caches in schema_inferiors.cStefan Metzmacher2013-01-212-28/+32
* dsdb-schema: make schema_subclasses_order_recurse() staticStefan Metzmacher2013-01-211-3/+3
* BUG 9474: Downgrade v4 printer driver requests to v3.Günther Deschner2013-01-211-1/+8
* BUG 9574: Fix a possible null pointer dereference in spoolss.Andreas Schneider2013-01-211-1/+2
* Tests: remove redondent testsuites in provisionMatthieu Patou2013-01-211-6/+1
* Tests: avoid adding python options that are functions in the envMatthieu Patou2013-01-211-1/+6
* Tests: rewrite ldap_schema to specify attributesMatthieu Patou2013-01-211-15/+24
* Fix warnings with mismatched sizes in arguments to DEBUG statements.Jeremy Allison2013-01-191-8/+8
* Remove some unused variables.Jeremy Allison2013-01-191-3/+0
* heimdal_build: Try again to sort out the strerror_r messAndrew Bartlett2013-01-195-10/+11
* printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett2013-01-191-0/+2
* nsswitch: Fix two bitfield constants being the same.Ira Cooper2013-01-181-3/+1
* Sort winbind request flags. Ira saw we have a duplicate.Jeremy Allison2013-01-181-9/+9
* smbtorture: Satisfy a linker dependencyVolker Lendecke2013-01-181-1/+8
* winbind: Handle child requests in a tevent_fdVolker Lendecke2013-01-181-105/+65
* winbind: Introduce "struct child_handler_state"Volker Lendecke2013-01-181-22/+30
* winbind: Use standard tevent_context_initVolker Lendecke2013-01-183-7/+34
* BUG 9378: Add extra attributes for AD printer publishing.David Disseldorp2013-01-181-1/+85
* printing: Remove invalid free from error path.David Disseldorp2013-01-181-1/+0
* Remove locking across the lifetime of the copychunk call.Jeremy Allison2013-01-181-116/+1
* Move copychunk locking to be local to the read/write calls.Jeremy Allison2013-01-181-0/+42
* Add additional copychunk checks.Jeremy Allison2013-01-181-0/+22
* Move handle checking code to copychunk_check_handles().Jeremy Allison2013-01-181-21/+37
* tevent: Fix a commentVolker Lendecke2013-01-181-1/+1
* printing: Create default architecture directories on init.Andreas Schneider2013-01-171-0/+59
* s3-spoolss: use configurable spoolss architecture in compose_spoolss_server_p...Günther Deschner2013-01-171-1/+5
* spoolss: make spoolss deal with ndr64 SetForm by using proper container object.Günther Deschner2013-01-175-21/+32
* spoolss: make spoolss deal with ndr64 AddForm by using proper container object.Günther Deschner2013-01-176-31/+46