summaryrefslogtreecommitdiff
path: root/source4/libnet
AgeCommit message (Expand)AuthorFilesLines
2010-04-06build: fixed libcli/ndr_netlogon.c dependency rulesAndrew Tridgell1-0/+1
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+17
2010-03-29s4:libnet/libnet_passwd.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher1-0/+36
2010-03-29s4:libnet/libnet_samsync.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher1-0/+3
2010-03-29s4:libnet/libnet_join.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher1-0/+30
2010-03-24s4/drs: Implement DsAddEntry V3 error handlingKamen Mazdrashki1-10/+67
2010-03-24s4/drs: Refactor error handling for DsAddEntry V3 repliesKamen Mazdrashki1-15/+43
2010-03-24s4/drs: drsuapi_DsAddEntry_ErrData propagate structure def in source codeKamen Mazdrashki1-7/+7
2010-03-24s4/drs: DsAddEntry - extending error handling for V2 repliesKamen Mazdrashki1-2/+15
2010-03-24s4/drs: drsuapi_DsAddEntryErrorInfoX changes propagated to source codeKamen Mazdrashki1-2/+2
2010-03-24s4/drs: DsAddEntry - Propagating unsigned switches to source codeKamen Mazdrashki1-1/+1
2010-03-23s4:libnet: don't include librpc/rpc/dcerpc.h directlyStefan Metzmacher3-3/+0
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett1-1/+1
2010-03-12s4:libnet/libnet_time.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-1/+1
2010-03-12s4:libnet/libnet_share.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-3/+3
2010-03-12s4:libnet/libnet_samsync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-1/+1
2010-03-12s4:libnet/libnet_passwd.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-13/+13
2010-03-12s4:libnet/libnet_join.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-13/+13
2010-03-12s4:libnet/libnet_rpc.c: make use of use tevent_req based dcerpc_binding_handl...Stefan Metzmacher1-24/+31
2010-03-12s4:libnet/usernam.c: make use of use tevent_req based dcerpc_binding_handle s...Stefan Metzmacher1-64/+89
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