summaryrefslogtreecommitdiffstats
path: root/source3/auth/auth_netlogond.c
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-4/+4
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Fix a (invalid) uninitialized variable warningVolker Lendecke2011-03-231-1/+1
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: Use the right credentials in check_netlogond_securityVolker Lendecke2011-02-061-1/+1
* s3: Fix auth_netlogond to cope with netlogon_creds_CredentialStateVolker Lendecke2011-02-061-20/+69
* s3: Fetch the machinepw via ldapi in pdb_adsVolker Lendecke2011-02-061-41/+112
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-041-0/+1
* s3:auth Whitespace fixes after auth mergeAndrew Bartlett2010-08-141-2/+2
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-2/+2
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce2010-07-201-2/+2
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-2/+2
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-011-9/+9
* s3:auth make it easier to trace auth modulesSimo Sorce2010-05-291-0/+2
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-181-0/+1
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-111-3/+7
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-1/+1
* s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke2010-01-101-2/+2
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-6/+6
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-161-13/+13
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-1/+1
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-4/+2
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
* Fix a valgrind error: rpc_bind talloc_move()s the auth structVolker Lendecke2009-02-041-2/+0
* Ensure null termination of the password in mymachinepw, remove a debugVolker Lendecke2009-02-041-3/+1
* Add netlogond auth methodVolker Lendecke2008-10-061-0/+321