summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: change version to 1.1.17ldb-1.1.17Stefan Metzmacher2014-05-023-1/+265
* ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher2014-05-021-0/+112
* ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher2014-05-021-1/+1
* ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher2014-05-021-1/+1
* ctdb: Fix a comment typoVolker Lendecke2014-04-301-1/+1
* torture3: Add a test deleting a different reqVolker Lendecke2014-04-304-0/+106
* torture3: Add local-messaging-read1Volker Lendecke2014-04-305-0/+148
* messaging3: Fix messaging_read_send/recvVolker Lendecke2014-04-302-16/+77
* messaging3: Make "presult" optional in messaging_read_recvVolker Lendecke2014-04-301-1/+3
* torture3: Add a bit more coverage to messaging_readVolker Lendecke2014-04-301-0/+7
* messaging3: Fix formattingVolker Lendecke2014-04-301-1/+2
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-04-301-1/+2
* winbind: Allow winbindd to be run from inside "samba"Andrew Bartlett2014-04-293-1/+104
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-2812-25/+6
* dsdb: Specify no event context to smb_krb5_init_context() in dsdbAndrew Bartlett2014-04-283-4/+6
* autorid: Add allocation from above in alloc range for well known sidsMichael Adam2014-04-251-0/+86
* autorid: use dbwrap_trans_do() in idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-22/+26
* autorid: add high_id to range config and fill it where we also fill range->lo...Michael Adam2014-04-252-0/+3
* autorid: reserve 500 IDs at the top of the ALLOC range.Michael Adam2014-04-251-1/+4
* autorid: reverse order of arguments of idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-4/+5
* autorid: introduce idmap_autorid_domsid_is_for_alloc()Michael Adam2014-04-251-2/+14
* autorid: factor idmap_autorid_sid_to_id() out of idmap_autorid_sids_to_unixids()Michael Adam2014-04-251-95/+76
* autorid: make the checks for bumping num_mapped identical for alloc and rid caseMichael Adam2014-04-251-2/+2
* autorid: explicitly return NTSTATUS_OK in idmap_autorid_sid_to_id_alloc().Michael Adam2014-04-251-1/+1
* autorid: more explicitly and reasonably set map->state in idmap_autorid_sid_t...Michael Adam2014-04-251-3/+5
* autorid: rename idmap_autorid_sid_to_id() -> idmap_autorid_sid_to_id_rid()Michael Adam2014-04-251-2/+3
* autorid: rename idmap_autorid_map_sid_to_id() -> idmap_autorid_sid_to_id_alloc()Michael Adam2014-04-251-5/+5
* autorid: rename idmap_autorid_map_id_to_sid() -> idmap_autorid_id_to_sid_alloc()Michael Adam2014-04-251-3/+3
* autorid: factor idmap_autorid_get_alloc_range() out of idmap_autorid_allocate...Michael Adam2014-04-251-6/+17
* autorid: fix discard-const warning in idmap_autorid_init_hwm()Michael Adam2014-04-251-1/+1
* autorid: fix uninitialized return code for successful autorid.tdb creation/op...Michael Adam2014-04-251-3/+1
* autorid: improve a debug message in idmap_autorid_map_sid_to_id()Michael Adam2014-04-251-2/+2
* autorid: add debug messages to idmap_autorid_get_domainrange()Michael Adam2014-04-251-0/+4
* autorid: improve wording in a debug messageMichael Adam2014-04-251-1/+1
* autorid: remove a legacy comment from sid_to_idMichael Adam2014-04-251-5/+0
* idmap_rid: remove a legacy comment from sid_to_idMichael Adam2014-04-251-4/+0
* idmap_tdb_common: remove legacy comment.Michael Adam2014-04-251-5/+1
* idmap_tdb_common: fix a debug message in idmap_tdb_common_set_mapping()Michael Adam2014-04-251-1/+1
* idmap_tdb_common: fix a debug message in idmap_tdb_common_unixid_to_sid()Michael Adam2014-04-251-1/+1
* s3-rpc_server: Remove ncalrpc_as_system from make_server_pipes_struct().Andreas Schneider2014-04-242-9/+4
* s3-rpc_server: Remove ncalrpc_as_system from pipes_struct.Andreas Schneider2014-04-243-7/+3
* s3-rpc_server: Use gensec for NCALRPC_AS_SYSTEM.Andreas Schneider2014-04-241-21/+0
* s3-rpc_server: Add special tsocket address for ncalrpc_as_system.Andreas Schneider2014-04-241-0/+22
* s3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.Stefan Metzmacher2014-04-242-37/+17
* s3-auth: Register ncalrpc_as_system gensec module.Andreas Schneider2014-04-242-2/+5
* gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backendAndreas Schneider2014-04-242-0/+293
* s3:rpc_server: pass everything but AUTH_TYPE_{NONE,NCALRPC_AS_SYSTEM} to gensecStefan Metzmacher2014-04-241-31/+6
* s3-rpc_server: Call pipe_auth_verify_final() if needed.Andreas Schneider2014-04-241-0/+13
* s3-rpc_server: Return the status code from gensec.Andreas Schneider2014-04-242-4/+6
* s3:rpc_server: let auth_generic_server_step() handle gensec_security == NULLStefan Metzmacher2014-04-242-35/+16