summaryrefslogtreecommitdiff
path: root/source3/auth/auth_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3:auth_server: make use of cli_state_server_challenge()Stefan Metzmacher2011-09-151-7/+5
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-1/+1
* s3:auth_server: make use of cli_state_security_mode()Stefan Metzmacher2011-09-131-3/+9
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-4/+3
* s3:auth_server: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* Fix bug 8314] - smbd crash with unknown user.Jeremy Allison2011-07-231-4/+11
* s3:auth_server: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-6/+7
* s3:auth_server: use cli_echo() to check if the server is aliveStefan Metzmacher2011-07-111-5/+10
* s3:auth_server: make use of cli_state_is_connected()Stefan Metzmacher2011-07-111-3/+3
* s3:auth_server: use cli->is_guestlogin instead of parsing cli->inbuf.Stefan Metzmacher2011-07-081-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3: Use the correct guest_login field in auth_serverVolker Lendecke2011-05-291-1/+1
* s3: Use cli_connect_nb in auth_serverVolker Lendecke2011-05-291-16/+4
* s3: Fix a type-punned warningVolker Lendecke2011-05-291-1/+1
* s3: Check password server loop earlierVolker Lendecke2011-05-291-4/+6
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-061-1/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3: auth also needs parts of smbd.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2188: MISSING_BREAKVolker Lendecke2011-03-271-0/+2
* s3: Avoid a few calls to cli_errstrVolker Lendecke2011-01-171-3/+3
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-101-4/+5
* s3: Remove smb_pam_accountcheck from the auth modulesVolker Lendecke2010-08-191-9/+1
* s3:auth Add error paths for invalid password_state valuesAndrew Bartlett2010-08-141-0/+3
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-12/+14
* s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider2010-06-101-1/+1
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-5/+5
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-2/+2
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-2/+2
* s3:auth make it easier to trace auth modulesSimo Sorce2010-05-291-0/+2
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-111-4/+9
* s3: Make "auth_context" its own talloc parentVolker Lendecke2010-04-111-1/+1
* s3: Fix some nonempty linesVolker Lendecke2010-04-111-6/+6
* 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-1/+1
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-3/+6
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* Fix various build warningsZach Loafman2008-07-221-1/+1
* Fix security=server, bug 5502Volker Lendecke2008-05-301-2/+4
* Use a separate tdb for mutexesVolker Lendecke2008-03-101-7/+9
* Fix CID 460 - resource leak on error.Jeremy Allison2008-01-081-0/+1
* Remove another static string and static passwd.Jeremy Allison2007-12-161-19/+22
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-17/+22
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-9/+4