Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:libnet: avoid usage of dcerpc_schannel_creds() | Stefan Metzmacher | 2013-08-10 | 1 | -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 Adam | 2012-11-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Adam <obnox@samba.org> | ||||
* | libnet: Fix copy and paste error in dbsync error message. | Andreas Schneider | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | gensec: split GENSEC into mechanism-dependent and runtime functions | Andrew Bartlett | 2011-08-03 | 1 | -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.result | Stefan Metzmacher | 2010-03-29 | 1 | -0/+3 |
| | | | | metze | ||||
* | s4:libnet/libnet_samsync.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2010-03-12 | 1 | -1/+1 |
| | | | | metze | ||||
* | s4:libnet - change variables to "unsigned" where needed | Matthias Dieter Wallnöfer | 2010-03-10 | 1 | -2/+2 |
| | |||||
* | s4: fix various warnings (not "const" related ones) | Matthias Dieter Wallnöfer | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | s4:libnet Allow 'net password change' to work on expired passwords | Andrew Bartlett | 2009-06-18 | 1 | -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 code | Andrew Bartlett | 2009-04-14 | 1 | -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.c | Andrew Bartlett | 2009-04-14 | 1 | -134/+2 |
| | | | | Andrew Bartlett | ||||
* | s4-netlogon: merge netr_DatabaseSync from s3 idl. | Günther Deschner | 2008-10-29 | 1 | -9/+22 |
| | | | | Guenther | ||||
* | Start implementation of real 'net vampire' code. | Andrew Bartlett | 2008-04-09 | 1 | -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) |