summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* lib/util: add tests for anonymous_shared_allocate/free()Stefan Metzmacher2011-01-202-1/+17
* s4-selftest Remove knownfail for tokengroups testAndrew Bartlett2011-01-191-1/+0
* s4-dsdb Don't use None as the input to the GENSEC loop in tokengroups testAndrew Bartlett2011-01-191-1/+1
* s4:selftest/skip: add samba4.tokengroups.pythonStefan Metzmacher2011-01-192-1/+2
* s4-dsdb Add PAC validation test to tokengroups test.Andrew Bartlett2011-01-192-21/+79
* s4-pyauth Fix AuthContext wrapperAndrew Bartlett2011-01-191-2/+13
* s4-auth Allow NULL methods to be specified to auth_context_create_methods()Andrew Bartlett2011-01-191-14/+3
* s4-dsdb Add a test of the tokenGroups behaviour on the user's DN.Andrew Bartlett2011-01-191-3/+21
* s4-gensec Remove special case 'for SASL' that is not required any more.Andrew Bartlett2011-01-191-13/+0
* pygensec: remove special case handling for None for buffersAndrew Tridgell2011-01-192-36/+29
* s4:tls_tstream: also use a dynamic buffer for the pull sideStefan Metzmacher2011-01-181-3/+12
* s4:tls_tstream: fix partial reads, so that the gnutls layer doesn't read the ...Stefan Metzmacher2011-01-181-1/+6
* s4-tests: Added a test for correct inheritance of IO flagged ACEs.Nadezhda Ivanova2011-01-181-0/+18
* s4-gensec Extend python bindings for GENSEC and the associated testAndrew Bartlett2011-01-183-28/+275
* s4-auth Extend python bindings to allow ldb and message to be specifiedAndrew Bartlett2011-01-183-11/+61
* s4-pygensec Fix indentation of py_gensec_start_mech_by_name()Andrew Bartlett2011-01-181-11/+11
* s4-torture Remove unused temp dirs from the RPC-PAC test.Andrew Bartlett2011-01-181-9/+0
* s4-pyldb Fix tp_basicsize for PyLdbDnAndrew Bartlett2011-01-181-1/+1
* s4-pygensec Add bindings for server_start() and update()Andrew Bartlett2011-01-181-4/+96
* s4-pyauth Add bindings for auth_context_create() as AuthContext()Andrew Bartlett2011-01-182-1/+81
* s4-pyauth Use py_talloc_get_type() for greater talloc binding safetyAndrew Bartlett2011-01-182-12/+15
* s4-gensec Don't steal the auth_context, reference it.Andrew Bartlett2011-01-182-6/+17
* s4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARYKamen Mazdrashki2011-01-181-1/+4
* s4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in ldb_should_b64_encodeKamen Mazdrashki2011-01-181-4/+0
* s4-provision: Fixed owner/group for hard-coded Sites descriptor.Nadezhda Ivanova2011-01-171-3/+1
* s4-tools: Fixed a bug in ldapcmp - DACL was not retrieved correctly if the ob...Nadezhda Ivanova2011-01-171-1/+4
* s4-tools: Added a --sort-aces option to ldapcmpNadezhda Ivanova2011-01-171-6/+12
* ldb: new ABI sigs fileAndrew Tridgell2011-01-171-0/+248
* s4-dsdb: replaced the calls to ldb_search() in dsdb modules with dsdb_module_...Andrew Tridgell2011-01-174-26/+32
* s4-dsdb: pass parent request to dsdb_module_*() functions Andrew Tridgell2011-01-1725-235/+335
* ldb: added ldb_req_mark_trusted()Andrew Tridgell2011-01-173-1/+14
* ldb: inherit parent flags on child requests in modulesMatthias Dieter Wallnöfer2011-01-171-0/+11
* web_server: Display trivial placeholder page if SWAT could not be found.Jelmer Vernooij2011-01-171-6/+19
* web_server: Fix initialization.Jelmer Vernooij2011-01-171-3/+6
* web_server: Avoid references to swat. Load samba.web_server instead.Jelmer Vernooij2011-01-172-8/+11
* param: Load web service by default.Jelmer Vernooij2011-01-171-1/+1
* s4:dsdb_find_nc_root - fix it up to let the provisioning work correctlyMatthias Dieter Wallnöfer2011-01-151-2/+2
* s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_principal"Matthias Dieter Wallnöfer2011-01-151-7/+7
* s4:samr RPC server - always interpret filter integer values as signedMatthias Dieter Wallnöfer2011-01-151-4/+4
* s4:web_server - immeditately assign "wdata" as private data for the stream so...Matthias Dieter Wallnöfer2011-01-141-11/+11
* s4:urgent_replication.py - remove a now superflous RELAX controlMatthias Dieter Wallnöfer2011-01-141-1/+1
* s4:samldb LDB module - fix "userAccountControl" handlingMatthias Dieter Wallnöfer2011-01-142-15/+39
* ldb:ldb_dn.c - fix counter type in "ldb_dn_minimise"Matthias Dieter Wallnöfer2011-01-141-1/+1
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-145-1/+10
* s4-dsdb: only enforce the extended dn rules over ldapAndrew Tridgell2011-01-141-2/+21
* s4-dsdb: removed the last use of samdb_search_*() from the dsdb ldb modulesAndrew Tridgell2011-01-141-4/+12
* s4-dsdb: removed some more samdb_search_*() calls from samldb.cAndrew Tridgell2011-01-141-26/+69
* s4-dsdb: replaced another use of samdb_search in a ldb moduleAndrew Tridgell2011-01-141-4/+10
* s4-dsdb: fixed primaryGroupID to use dsdb_module_search_dn()Andrew Tridgell2011-01-141-6/+14
* s4-dsdb: fixed filtering of tokengroupsAndrew Tridgell2011-01-141-5/+3