summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-19s4:samdb.py - use a more standard way to get to the domain realm/dns nameMatthias Dieter Wallnöfer1-1/+2
2010-10-19Addition of userPrincipalName attribute when new account is createdLukasz Zalewski1-0/+2
2010-10-19s4-gensec Don't give more to sasl_encode() than it will permitAndrew Bartlett1-3/+10
2010-10-19s4-gensec Don't upgrade all DIGEST-MD5 connections to sealAndrew Bartlett1-12/+21
2010-10-19s4-provisionbackend Allow a fixed URI to be specified for LDAP backendAndrew Bartlett3-54/+72
2010-10-19s4-provision Remove serverdn parameter from Schema()Andrew Bartlett4-14/+7
2010-10-19s4-dsdb: register the DCPROMO_OID control with the rootdseAndrew Tridgell1-0/+7
2010-10-19selftest: terminate selftest if we can't setup the environmentAndrew Tridgell1-2/+3
2010-10-19s4-ldb: increase minor version for 2 new functionsAndrew Tridgell2-1/+229
2010-10-19s4-ldap: mark all ldap:// requests as untrustedAndrew Tridgell1-0/+21
2010-10-19s4-dsdb: filter unregistered controls in the rootdse moduleAndrew Tridgell1-19/+84
2010-10-19s4-ldb: cope with NULL oid in controlsAndrew Tridgell2-9/+11
2010-10-19s4-ldb: added --relax cmdline optionAndrew Tridgell1-0/+9
2010-10-19s4-ldb: added ldb_req_mark_untrusted() and ldb_req_is_untrusted()Andrew Tridgell3-0/+30
2010-10-19waf: put -Wl,-no-undefined only in the linker flags, not when compiling CAndrew Tridgell3-6/+31
2010-10-19waf: don't save deps on installAndrew Tridgell1-1/+2
2010-10-19waf: automap shared library names from .so to the right extensionAndrew Tridgell4-11/+58
2010-10-19readline: fixed the test for history_list()Andrew Tridgell1-1/+1
2010-10-19replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell3-1/+7
2010-10-18s4:ldap_server - use error code constantMatthias Dieter Wallnöfer1-1/+1
2010-10-18ldb: always return PROTOCOL_ERROR if an operation is unsupportedMatthias Dieter Wallnöfer4-4/+4
2010-10-18selftest: use full path for selftest.pl instead of relative pathsMatthieu Patou1-1/+2
2010-10-18selftest: correct the import of Time::HighResMatthieu Patou1-2/+3
2010-10-18ldb:"ldb_schema_attribute_by_name_internal" - switch back to 32bit countersMatthias Dieter Wallnöfer1-4/+5
2010-10-18ldb:ldb_tdb.c - fix up counter variablesMatthias Dieter Wallnöfer1-5/+8
2010-10-18ldb:ldb_tdb.c - improve the error outputsMatthias Dieter Wallnöfer1-13/+25
2010-10-18s4:"util_ldb" - remove some really unused dependanciesMatthias Dieter Wallnöfer11-11/+4
2010-10-18libcli/nbt: we don't need LIBCLI_COMPOSITE anymoreStefan Metzmacher1-1/+1
2010-10-18libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_reqStefan Metzmacher3-93/+114
2010-10-18libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handlerStefan Metzmacher1-4/+4
2010-10-18libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/Stefan Metzmacher1-4/+4
2010-10-18libcli/nbt: move nbt_name_register_bcast_send to the top of nbt_name_register...Stefan Metzmacher1-49/+51
2010-10-18s4:nbt_server/register: add a nbtd_register_name_stateStefan Metzmacher1-21/+36
2010-10-18libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_reqStefan Metzmacher3-111/+165
2010-10-18libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handlerStefan Metzmacher1-5/+5
2010-10-18libcli/nbt: s/register_wins_state/nbt_name_register_wins_stateStefan Metzmacher1-7/+7
2010-10-18libcli/nbt: move nbt_name_register_wins_send() to the top of all nbt_name_reg...Stefan Metzmacher1-59/+60
2010-10-18s4:nbt_server/winsclient: add a nbtd_wins_register_stateStefan Metzmacher1-34/+48
2010-10-18libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_reqStefan Metzmacher4-102/+151
2010-10-18libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handlerStefan Metzmacher1-5/+5
2010-10-18libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_stateStefan Metzmacher1-7/+7
2010-10-18libcli/nbt: move nbt_name_refresh_wins_send() to the top of all nbt_name_refr...Stefan Metzmacher1-57/+59
2010-10-18s4:nbt_server/winsclient: add a nbtd_wins_refresh_stateStefan Metzmacher1-42/+50
2010-10-18s4:nbt_server/wins: fix compiler warningsStefan Metzmacher1-0/+1
2010-10-18Include misc.idl for policy_handle in srvsvc.idl.Tim Potter1-1/+1
2010-10-18s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner5-0/+5
2010-10-18s3-waf: fix the build after libcli/security changes.Günther Deschner1-2/+5
2010-10-18s3-waf: fix the build of smbtorture.Günther Deschner2-10/+10
2010-10-18s3-waf: fix pdb modules build.Günther Deschner2-16/+15
2010-10-18s4:libcli/util: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher1-0/+6