summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2010-03-12s4:libnet/userinfo.c: make use of use tevent_req based dcerpc_binding_handle ...Stefan Metzmacher1-35/+46
2010-03-12s4:libnet/libnet_user.c: make use of use tevent_req based dcerpc_binding_hand...Stefan Metzmacher1-24/+33
2010-03-12s4:libnet/libnet_lookup.c: make use of use tevent_req based dcerpc_binding_ha...Stefan Metzmacher1-12/+17
2010-03-12s4:libnet/libnet_group.c: make use of use tevent_req based dcerpc_binding_han...Stefan Metzmacher1-24/+33
2010-03-12s4:libnet/libnet_domain.c: make use of use tevent_req based dcerpc_binding_ha...Stefan Metzmacher1-99/+133
2010-03-12s4:libnet_unbecome_dc: make use of use tevent_req based dcerpc_binding_handle...Stefan Metzmacher1-14/+25
2010-03-12s4:libnet_become_dc: make use of use tevent_req based dcerpc_binding_handle s...Stefan Metzmacher1-53/+80
2010-03-12s4:libnet/group*: make use of tevent_req based dcerpc_binding_handle stubsStefan Metzmacher2-67/+89
2010-03-12s4:libnet: keep a dcerpc_binding_handle for samr and lsaStefan Metzmacher2-0/+4
2010-03-10s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer8-12/+13
2010-03-10s4:libnet_become_dc - change counter variables to "unsigned" where they count...Matthias Dieter Wallnöfer2-3/+3
2010-03-10s4/drs: DsRemoveDSServer - Propagating IDL changes to source codeKamen Mazdrashki1-1/+1
2010-03-10s4/drs: DsCrackNames - Propagating IDL changes to source codeKamen Mazdrashki1-1/+1
2010-03-10s4/drs: DsGetNCChanges - Propagating IDL changes to source codeKamen Mazdrashki1-1/+1
2010-03-01s4:libnet_become_dc: don't look at the internals of 'struct rpc_request'Stefan Metzmacher1-7/+21
2010-03-01s4:libnet: make use of explicit dcerpc_*_recv functionsStefan Metzmacher10-41/+40
2010-03-01s4:libnet_become_dc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-71/+9
2010-03-01s4/libnet: Fix misleading commentAnatoliy Atanasov1-1/+1
2010-02-26s4:libnet: use generate_random_password()Stefan Metzmacher2-2/+2
2010-02-26s4:libnet: use a connected CLDAP socket.Stefan Metzmacher4-10/+47
2010-02-22More spelling fixes across source4/Brad Hards1-1/+1
2010-02-17s4/rodc: change the libnet_become_dc code to do RODC joinAnatoliy Atanasov3-6/+59
2010-02-16s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2-9/+9
2010-02-05s4/drs: propagate DRS_ extension flags in code baseKamen Mazdrashki1-1/+1
2010-01-28s4:kdc move db functions in their own fileSimo Sorce1-1/+3
2010-01-28s4:kdc Use better db context structureSimo Sorce1-5/+5
2010-01-18idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2-24/+24
2010-01-14s4-torture: switch to generic DRS options flagsAndrew Tridgell1-3/+2
2010-01-09s4-libnet: dsdb_wellknown_dn() in vampire codeAndrew Tridgell1-60/+17
2010-01-08s4-libnet: better error messages in libnet_vampire.cAndrew Tridgell1-2/+2
2009-12-25py_net/libnet: Remove C++-style comments, add more error checking, moveJelmer Vernooij2-5/+12
2009-12-25s4-libnet: Python binding for libnet_SetPassword()Kamen Mazdrashki1-6/+66
2009-12-25s4-net: Fix 'talloc_free with references ...' errorKamen Mazdrashki1-4/+4
2009-12-11s4:libnet/libnet_become_dc - Fix a small glitch in "becomeDC_drsuapi1_add_ent...Matthias Dieter Wallnöfer1-4/+1
2009-12-10s4-libnet: use GUID_to_ndr_blob()Andrew Tridgell2-9/+7
2009-11-24s4:libnet_become_dc - fix typoMatthias Dieter Wallnöfer1-1/+1
2009-11-17s4:dsdb Load objectGUID and extended DN defaultObjectCategory into the schemaAndrew Bartlett1-1/+1
2009-11-12s4:dsdb/repl Split the 'convert' or 'commit' stages in the DRS importAndrew Bartlett1-25/+38
2009-11-12s4:vampire Print error message when we fail on the CLDAP pingAndrew Bartlett1-2/+7
2009-11-06s4:libnet_passwd - fix pointer typeMatthias Dieter Wallnöfer1-1/+1
2009-11-06s4/drs: dsdb_map_int2oid() replaced by dsdb_schema_pfm_oid_from_attid()Kamen Mazdrashki1-1/+2
2009-11-06s4/drs: dsdb_verify_oid_mappings_drsuapi() replaced by dsdb_schema_pfm_contai...Kamen Mazdrashki1-1/+1
2009-11-06s4/drs: dsdb_load_oid_mappings_drsuapi() -> dsdb_load_prefixmap_from_drsuapi()Kamen Mazdrashki1-1/+1
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell4-4/+4
2009-10-19s4-libnet: fixed privilege handling in samsync to use the right dbAndrew Tridgell1-30/+29
2009-10-19Fix typo.Karolin Seeger1-1/+1
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-1/+1
2009-10-02s4-libnet: give sane error messages when functional levels don't matchAndrew Tridgell1-8/+12
2009-10-02s4:libnet_become_dc - add checks for valid domain/forest function levelsMatthias Dieter Wallnöfer1-10/+52