summaryrefslogtreecommitdiff
path: root/source4/libnet/libnet_samsync.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:libnet: avoid usage of dcerpc_schannel_creds()Stefan Metzmacher2013-08-101-4/+3
| | | | | | | | | | We use cli_credentials_get_netlogon_creds() which returns the same value. dcerpc_schannel_creds() is a layer violation. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* libnet: Fix a typo in dbsync error message.Michael Adam2012-11-301-1/+1
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* libnet: Fix copy and paste error in dbsync error message.Andreas Schneider2012-11-301-1/+1
|
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-031-0/+1
| | | | | | | | | The startup and runtime functions that have no dependencies are moved into the top level. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:libnet/libnet_samsync.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+3
| | | | metze
* s4:libnet/libnet_samsync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-121-1/+1
| | | | metze
* s4:libnet - change variables to "unsigned" where neededMatthias Dieter Wallnöfer2010-03-101-2/+2
|
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-1/+1
|
* s4:libnet Allow 'net password change' to work on expired passwordsAndrew Bartlett2009-06-181-1/+1
| | | | | | | | | We need to pass down flags to the DCE/RPC layer to allow fallback to anonymous connections, as we can't log in with an expired password. The anonymous connection can then change the password with SAMR. Andrew Bartlett
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-10/+8
| | | | | | | In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett
* Use common samsync delta decryption functions in libnet_samsync.cAndrew Bartlett2009-04-141-134/+2
| | | | Andrew Bartlett
* s4-netlogon: merge netr_DatabaseSync from s3 idl.Günther Deschner2008-10-291-9/+22
| | | | Guenther
* Start implementation of real 'net vampire' code.Andrew Bartlett2008-04-091-0/+399
This will use DRS Replication (metze's thesis work) and possibly samsync, and will work outside the smbtorture process. Andrew Bartlett (This used to be commit 02a33165ca700f71cf09680ded35c87aa2e88552)