summaryrefslogtreecommitdiffstats
path: root/source4/libnet
Commit message (Expand)AuthorAgeFilesLines
* s4-rodc: s->schema need initialisationAndrew Tridgell2010-09-091-0/+1
* pynet: fixed ref count error on Py_NoneAndrew Tridgell2010-09-021-1/+1
* s4-pynet: pynet depends on pyrpc_utilAndrew Tridgell2010-08-271-1/+1
* pyrpc: Add py_check_dcerpc_type().Jelmer Vernooij2010-08-271-8/+3
* s4-pynet: some systems don't have Py_TYPE()Andrew Tridgell2010-08-251-0/+4
* s4-pynet: added replicate_init() and replicate_chunk() callsAndrew Tridgell2010-08-251-35/+134
* s4-libnet: added libnet_vampire_replicate_init()Andrew Tridgell2010-08-251-0/+17
* libnet-s4: added replicate() command in pynetAndrew Tridgell2010-08-231-0/+60
* s4-libnet: split libnet_Vampire() into two partsAndrew Tridgell2010-08-232-26/+82
* s4-libnet: show the DN when DsAddEntry() failsAndrew Tridgell2010-08-231-1/+2
* s4-libnet: added join type constants to python interfaceAndrew Tridgell2010-08-231-0/+4
* s4:libnet - free the "c" context also on error conditionsMatthias Dieter Wallnöfer2010-08-142-1/+3
* s4/vampire: update dNSHostName for the Server objectAnatoliy Atanasov2010-08-031-1/+61
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-1610-28/+28
* s4:libnet_GroupList: allocate children strings on the correct talloc parentStefan Metzmacher2010-07-101-2/+2
* s4:libnet_UserList: allocate children strings on the correct talloc parentStefan Metzmacher2010-07-101-2/+2
* s4:libnet - add missing "talloc_free"s for "c" contexts on "recv" operationsMatthias Dieter Wallnöfer2010-07-043-5/+8
* s4:libnet_join Fix typo in msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-291-1/+1
* s4:libnet_join.c - always use LDB constantsMatthias Dieter Wallnöfer2010-06-241-5/+5
* s4:provision Raise default max functional level to 2008R2Andrew Bartlett2010-06-231-2/+2
* s4:libnet When joining a domain, update msDS-SupportedEncryptionTypesAndrew Bartlett2010-06-231-0/+32
* libds:common Remove DS_DC_* domain functionality flagsAndrew Bartlett2010-06-231-1/+1
* s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher2010-06-164-4/+3
* s4:libnet Remove 'ads min function level' checks.Andrew Bartlett2010-06-161-23/+0
* s4:dsdb Rework the vampire schema handling to convert 3 times.Andrew Bartlett2010-06-151-57/+117
* s4:provision Allow a specific prefix map to be loaded into a new schema provi...Andrew Bartlett2010-06-151-1/+24
* s4:dsdb Keep the DRS-based prefix map for use in provision-based schemaAndrew Bartlett2010-06-151-2/+13
* s4:dsdb Allow the setting an override on the schemaAndrew Bartlett2010-06-151-0/+4
* s4:dsdb Use the schema from our local provision to decode the schemaAndrew Bartlett2010-06-151-78/+40
* s4:libnet Steal ldb and lp_ctx from python result into correct structures.Andrew Bartlett2010-06-151-2/+2
* s4:libnet Make the libnet_vampire default callbacks non-staticAndrew Bartlett2010-06-152-40/+71
* s4:dsdb Add debugAndrew Bartlett2010-06-121-0/+1
* s4:libnet: use the new generated config from the provision for the self_joinStefan Metzmacher2010-05-221-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-185-37/+34
* s4:provision Remove unused 'account_name' parameterAndrew Bartlett2010-05-182-2/+0
* pynet: Remove unused credentials argument.Jelmer Vernooij2010-05-181-4/+3
* s4:libnet Make 'net vampire' more robust to command line argumentsAndrew Bartlett2010-04-291-0/+20
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-272-2/+2
* s4-libnet: cope with an empty client site name from CLDAPAndrew Tridgell2010-04-271-0/+5
* s4-vampire: show main CLDAP response attributes during vampireAndrew Tridgell2010-04-271-0/+4
* s4-libnet: fixed two compiler warningsAndrew Tridgell2010-04-221-3/+2
* s4-pynet: accept None for target_dir in vampireAndrew Tridgell2010-04-211-1/+1
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-1/+1
* s4-python: PyErr_SetString() will crash on NULL stringsAndrew Tridgell2010-04-191-6/+9
* s4:libnet_passwd: check for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE for SetPass...Stefan Metzmacher2010-04-151-1/+1
* s4:libnet_passwd: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE in the ChangeP...Stefan Metzmacher2010-04-151-3/+3
* s4:libnet_rpc: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE instead of NT_STA...Stefan Metzmacher2010-04-151-1/+1
* s4:libnet/libnet_join: don't look at p->last_fault_code for debugging anymoreStefan Metzmacher2010-04-151-49/+20
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-2/+4
* s4/libnet: Allocate mem in supplied mem_ctxKamen Mazdrashki2010-04-121-2/+2