summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20921: - only give password attributes to the SYSTEM accountStefan Metzmacher1-2/+0
2007-10-10r20920: use cluster_tdb_tmp_open() in ntvfs backend codeAndrew Tridgell3-17/+3
2007-10-10r20919: add a function cluster_tdb_tmp_open() which can be used in a clusterAndrew Tridgell6-5/+69
2007-10-10r20918: a bit more debugging, and remove the hackish /dev/null writes I usedAndrew Tridgell2-44/+12
2007-10-10r20910: fix crash bugStefan Metzmacher1-1/+1
2007-10-10r20909: add a module that implements the LDAP_CONTROL_SHOW_DELETED_OID controlStefan Metzmacher2-0/+227
2007-10-10r20908: - fix uninitialized usage of 'ctx'Stefan Metzmacher1-16/+14
2007-10-10r20907: reset krbtgt, machine and administator account passwords to "test"Stefan Metzmacher1-1/+91
2007-10-10r20906: allow LDAP simple binds using the following syntaxes in the DN field:Stefan Metzmacher2-8/+35
2007-10-10r20902: don't crash if the object isn't there yetStefan Metzmacher1-0/+4
2007-10-10r20901: - not all compiler like uint8_t data[0] elements!Stefan Metzmacher2-13/+13
2007-10-10r20900: fix compiler warningsStefan Metzmacher2-1/+4
2007-10-10r20899: fix the build and compiler warningsStefan Metzmacher1-0/+5
2007-10-10r20898: make it work to include ntvfs/ntvfs.h multiple timesStefan Metzmacher1-0/+5
2007-10-10r20897: fix compiler warningsStefan Metzmacher5-2/+31
2007-10-10r20896: make the maximum lacount configurable in smb.confAndrew Tridgell5-3/+22
2007-10-10r20895: enable ctdb backend at startup (if configured)Andrew Tridgell1-0/+4
2007-10-10r20894: the new brlock.c is needed (seems a svn rename + new file didn't makeAndrew Tridgell1-0/+132
2007-10-10r20893: brlock notifies are currently disabled in the ctdb backend. Use a #ifAndrew Tridgell1-6/+13
2007-10-10r20892: add parameter for enabling ctdb self connectAndrew Tridgell1-2/+5
2007-10-10r20891: enable multiple brlock backends. The tdb backend is the default. TheAndrew Tridgell3-54/+125
2007-10-10r20890: spelling fixAndrew Tridgell1-1/+1
2007-10-10r20889: import ctdb cluster backend from bzrAndrew Tridgell17-1/+3733
2007-10-10r20888: local cluster backendAndrew Tridgell1-0/+58
2007-10-10r20887: allow the registration of multiple cluster backendsAndrew Tridgell3-6/+66
2007-10-10r20886: fixed a valgrind errorAndrew Tridgell1-0/+1
2007-10-10r20885: - I forgot the page size passed to enumeration function is actuallyRafal Szczesniak2-4/+10
2007-10-10r20882: Formatting.Rafal Szczesniak1-0/+1
2007-10-10r20881: Sorting out NetUsrCtx methods. Still a couple of things left.Rafal Szczesniak1-42/+133
2007-10-10r20872: make the password_hash module specific to the domain partitionStefan Metzmacher1-2/+1
2007-10-10r20871: implement the validFSMOs constructed attribute on the rootdseStefan Metzmacher5-21/+82
2007-10-10r20870: implement the constructed attributes dsSchemaAttrCount,Stefan Metzmacher1-0/+44
2007-10-10r20869: - mark the rootdse with isSyncronized=TRUE after a successful replica...Stefan Metzmacher1-0/+59
2007-10-10r20868: load the pdc_fsmo and naming_fsmo modulesStefan Metzmacher1-2/+2
2007-10-10r20867: add modules to handle the domain naming and the pdc FSMO RolesStefan Metzmacher3-0/+263
2007-10-10r20866: - fix debug messages missing new linesStefan Metzmacher1-14/+18
2007-10-10r20865: remove useless warning, we now always pass the current partitionStefan Metzmacher1-25/+10
2007-10-10r20864: move common stuff into an extra functionStefan Metzmacher1-85/+62
2007-10-10r20863: check that there's a current partition control attached to the requestStefan Metzmacher1-6/+65
2007-10-10r20859: fix typoStefan Metzmacher1-1/+1
2007-10-10r20855: pass the DSDB_CONTROL_CURRENT_PARTITION_OID control also for theStefan Metzmacher1-10/+27
2007-10-10r20853: attach the DSDB_CONTROL_CURRENT_PARTITION_OID control when requestsStefan Metzmacher1-2/+7
2007-10-10r20852: add a function to add a ldb control to a ldb_requestStefan Metzmacher2-0/+40
2007-10-10r20850: Prefix all server calls with dcesrv_Jelmer Vernooij16-612/+610
2007-10-10r20849: first step to move away from using find_backend() and use find_partit...Stefan Metzmacher1-5/+20
2007-10-10r20847: - split some code out into a new function find_partition()Stefan Metzmacher1-8/+27
2007-10-10r20836: Use real type name, to fix compilation with -WC++-compatJelmer Vernooij1-7/+46
2007-10-10r20834: No longer generate extra pointers for top-level [out] unique pointers.Jelmer Vernooij2-35/+11
2007-10-10r20831: Update RPC-SCANNER as well after IDL changes.Jelmer Vernooij1-2/+5
2007-10-10r20830: merge mgmt workJelmer Vernooij7-50/+83