summaryrefslogtreecommitdiff
path: root/source3/auth/auth_server.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-15s3:auth: remove unused auth_server.cStefan Metzmacher1-487/+0
2011-11-03s3:auth: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+2
2011-09-15s3:auth_server: make use of cli_state_server_challenge()Stefan Metzmacher1-7/+5
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher1-1/+1
2011-09-13s3:auth_server: make use of cli_state_security_mode()Stefan Metzmacher1-3/+9
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-4/+3
2011-08-02s3:auth_server: make use of cli_state_protocol()Stefan Metzmacher1-1/+1
2011-07-23Fix bug 8314] - smbd crash with unknown user.Jeremy Allison1-4/+11
2011-07-22s3:auth_server: make use of cli_state_remote_name()Stefan Metzmacher1-6/+7
2011-07-11s3:auth_server: use cli_echo() to check if the server is aliveStefan Metzmacher1-5/+10
2011-07-11s3:auth_server: make use of cli_state_is_connected()Stefan Metzmacher1-3/+3
2011-07-08s3:auth_server: use cli->is_guestlogin instead of parsing cli->inbuf.Stefan Metzmacher1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-29s3: Use the correct guest_login field in auth_serverVolker Lendecke1-1/+1
2011-05-29s3: Use cli_connect_nb in auth_serverVolker Lendecke1-16/+4
2011-05-29s3: Fix a type-punned warningVolker Lendecke1-1/+1
2011-05-29s3: Check password server loop earlierVolker Lendecke1-4/+6
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3: auth also needs parts of smbd.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-27s3: Fix Coverity ID 2188: MISSING_BREAKVolker Lendecke1-0/+2
2011-01-17s3: Avoid a few calls to cli_errstrVolker Lendecke1-3/+3
2010-11-10Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison1-4/+5
2010-08-19s3: Remove smb_pam_accountcheck from the auth modulesVolker Lendecke1-9/+1
2010-08-14s3:auth Add error paths for invalid password_state valuesAndrew Bartlett1-0/+3
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-12/+14
2010-06-10s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider1-1/+1
2010-06-07s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett1-5/+5
2010-06-07s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett1-2/+2
2010-06-07s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett1-2/+2
2010-05-29s3:auth make it easier to trace auth modulesSimo Sorce1-0/+2
2010-04-11s3: Remove the make_auth_methods routineVolker Lendecke1-4/+9
2010-04-11s3: Make "auth_context" its own talloc parentVolker Lendecke1-1/+1
2010-04-11s3: Fix some nonempty linesVolker Lendecke1-6/+6
2010-01-10s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke1-1/+1
2010-01-10s3: Remove the typedef for "auth_usersupplied_info"Volker Lendecke1-1/+1
2009-07-28Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison1-1/+1
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-3/+6
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-07-22Fix various build warningsZach Loafman1-1/+1
2008-05-30Fix security=server, bug 5502Volker Lendecke1-2/+4
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-7/+9
2008-01-08Fix CID 460 - resource leak on error.Jeremy Allison1-0/+1
2007-12-16Remove another static string and static passwd.Jeremy Allison1-19/+22
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-17/+22
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-5/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-5/+5