summaryrefslogtreecommitdiff
path: root/source3/rpc_server/netlogon
Commit message (Expand)AuthorAgeFilesLines
* s3-netlogon: Make sure we do not deference a NULL pointer.Andreas Schneider2015-02-231-1/+6
* CVE-2015-0240: s3: netlogon: Ensure we don't call talloc_free on an uninitial...Jeremy Allison2015-02-231-1/+5
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-241-1/+1
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-051-1/+1
* s3-netlogon: enumerate UPN suffixes from PASSDB when availableAlexander Bokovoy2013-04-091-12/+94
* srv_netlog_nt.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* s3-rpc_server: Fix password encoding in _netr_ServerGetTrustInfo().Sumit Bose2013-02-071-14/+8
* s3-rpc_server: Dont wipe out ref pointers in _netr_ServerGetTrustInfo().Günther Deschner2013-02-071-13/+4
* s3-rpc_server: use netlogon_creds_encrypt_samlogon().Günther Deschner2012-12-151-20/+3
* s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner2012-12-091-4/+28
* s3-rpc_server: Remove obsolete process_creds boolean in samlogon server.Günther Deschner2012-12-091-24/+3
* s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner2012-12-091-2/+34
* s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo().Günther Deschner2012-12-091-2/+2
* s3-rpc_server: pass down netlogon cred state in _netr_ServerGetTrustInfo().Günther Deschner2012-12-091-9/+5
* s3-rpc_server: support AES decryption in netr_ServerPasswordSet2 server.Günther Deschner2012-12-091-1/+6
* s3:rpc_server/netlogon: make usage of session_extract_session_key()Stefan Metzmacher2012-08-041-1/+9
* s3:rpc_server: add support for AES bases netlogon schannelStefan Metzmacher2012-07-171-0/+4
* s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider2012-07-061-30/+30
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-5/+5
* s3: Fix Coverity ID 242714 Uninitialized scalar variableVolker Lendecke2012-05-101-1/+2
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-081-2/+2
* s3-netlogon: use dsgetdcname() instead of get_dc_name()Sumit Bose2011-12-221-2/+7
* s3-netlogon: Add support to authenticate trusted domains.Sumit Bose2011-12-221-0/+13
* s3-rpc_server: Pass in our flags to netlogon_creds_server_init().Stefan Metzmacher2011-12-221-1/+1
* s3-netlogon: Add support for LogonGetCapabilities.Stefan Metzmacher2011-12-221-1/+21
* s3:rpc_server/netlogon: remove unused send_sync_message()Stefan Metzmacher2011-12-131-14/+0
* Fix bug #8562 - talloc: double free error.Jeremy Allison2011-11-041-2/+9
* s3: Include uid_wrapper where it is missing.Andreas Schneider2011-10-271-0/+1
* s3-netlogon: Fix setting the machinge account password.Andreas Schneider2011-10-271-0/+4
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-6/+49
* s3-build: remove some unused/duplicate headers.Günther Deschner2011-07-311-1/+0
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-2/+2
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-2/+2
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-0/+2
* s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider2011-07-041-9/+27
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-7/+7
* s3-rpc_server: run minimal_includes.pl.Günther Deschner2011-05-051-2/+0
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-021-1/+1
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-1/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: rpc_server needs auth.hGünther Deschner2011-03-301-0/+1
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2233, REVERSE_INULLVolker Lendecke2011-03-161-1/+1
* s3: Fix Coverity ID 2234: REVERSE_INULLVolker Lendecke2011-03-161-2/+2