summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4-dsdb: register the DCPROMO_OID control with the rootdseAndrew Tridgell2010-10-191-0/+7
* selftest: terminate selftest if we can't setup the environmentAndrew Tridgell2010-10-191-2/+3
* s4-ldb: increase minor version for 2 new functionsAndrew Tridgell2010-10-192-1/+229
* s4-ldap: mark all ldap:// requests as untrustedAndrew Tridgell2010-10-191-0/+21
* s4-dsdb: filter unregistered controls in the rootdse moduleAndrew Tridgell2010-10-191-19/+84
* s4-ldb: cope with NULL oid in controlsAndrew Tridgell2010-10-192-9/+11
* s4-ldb: added --relax cmdline optionAndrew Tridgell2010-10-191-0/+9
* s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()Andrew Tridgell2010-10-193-0/+30
* waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell2010-10-193-6/+31
* waf: don't save deps on installAndrew Tridgell2010-10-191-1/+2
* waf: automap shared library names from .so to the right extensionAndrew Tridgell2010-10-194-11/+58
* readline: fixed the test for history_list()Andrew Tridgell2010-10-191-1/+1
* replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell2010-10-193-1/+7
* s4:ldap_server - use error code constantMatthias Dieter Wallnöfer2010-10-181-1/+1
* ldb: always return PROTOCOL_ERROR if an operation is unsupportedMatthias Dieter Wallnöfer2010-10-184-4/+4
* selftest: use full path for selftest.pl instead of relative pathsMatthieu Patou2010-10-181-1/+2
* selftest: correct the import of Time::HighResMatthieu Patou2010-10-181-2/+3
* ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit countersMatthias Dieter Wallnöfer2010-10-181-4/+5
* ldb:ldb_tdb.c - fix up counter variablesMatthias Dieter Wallnöfer2010-10-181-5/+8
* ldb:ldb_tdb.c - improve the error outputsMatthias Dieter Wallnöfer2010-10-181-13/+25
* s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer2010-10-1811-11/+4
* libcli/nbt: we don't need LIBCLI_COMPOSITE anymoreStefan Metzmacher2010-10-181-1/+1
* libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_reqStefan Metzmacher2010-10-183-93/+114
* libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handlerStefan Metzmacher2010-10-181-4/+4
* libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/Stefan Metzmacher2010-10-181-4/+4
* libcli/nbt: move nbt_name_register_bcast_send to the top of nbt_name_register...Stefan Metzmacher2010-10-181-49/+51
* s4:nbt_server/register: add a nbtd_register_name_stateStefan Metzmacher2010-10-181-21/+36
* libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_reqStefan Metzmacher2010-10-183-111/+165
* libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handlerStefan Metzmacher2010-10-181-5/+5
* libcli/nbt: s/register_wins_state/nbt_name_register_wins_stateStefan Metzmacher2010-10-181-7/+7
* libcli/nbt: move nbt_name_register_wins_send() to the top of all nbt_name_reg...Stefan Metzmacher2010-10-181-59/+60
* s4:nbt_server/winsclient: add a nbtd_wins_register_stateStefan Metzmacher2010-10-181-34/+48
* libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_reqStefan Metzmacher2010-10-184-102/+151
* libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handlerStefan Metzmacher2010-10-181-5/+5
* libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_stateStefan Metzmacher2010-10-181-7/+7
* libcli/nbt: move nbt_name_refresh_wins_send() to the top of all nbt_name_refr...Stefan Metzmacher2010-10-181-57/+59
* s4:nbt_server/winsclient: add a nbtd_wins_refresh_stateStefan Metzmacher2010-10-181-42/+50
* s4:nbt_server/wins: fix compiler warningsStefan Metzmacher2010-10-181-0/+1
* Include misc.idl for policy_handle in srvsvc.idl.Tim Potter2010-10-181-1/+1
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-185-0/+5
* s3-waf: fix the build after libcli/security changes.Günther Deschner2010-10-181-2/+5
* s3-waf: fix the build of smbtorture.Günther Deschner2010-10-182-10/+10
* s3-waf: fix pdb modules build.Günther Deschner2010-10-182-16/+15
* s4:libcli/util: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher2010-10-181-0/+6
* s3:libsmb: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher2010-10-181-0/+6
* libcli/util: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher2010-10-181-0/+6
* s3-winbind: Fixed init order.Andreas Schneider2010-10-181-3/+3
* librpc: Fixed memory context of dcerpc_binding_from_tower.Stefan Metzmacher2010-10-181-2/+2
* s4-gensec: Add dependency on com_err to GENSEC_KRB5.Andreas Schneider2010-10-181-1/+1
* s4-ldb Add LDB_REQ_SET_LOCATION to help track handler useAndrew Bartlett2010-10-184-0/+14