index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
auth
/
auth_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-03
s3:auth: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
1
-1
/
+2
2011-09-15
s3:auth_server: make use of cli_state_server_challenge()
Stefan Metzmacher
1
-7
/
+5
2011-09-15
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
1
-1
/
+1
2011-09-13
s3:auth_server: make use of cli_state_security_mode()
Stefan Metzmacher
1
-3
/
+9
2011-09-08
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
1
-4
/
+3
2011-08-02
s3:auth_server: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-07-23
Fix bug 8314] - smbd crash with unknown user.
Jeremy Allison
1
-4
/
+11
2011-07-22
s3:auth_server: make use of cli_state_remote_name()
Stefan Metzmacher
1
-6
/
+7
2011-07-11
s3:auth_server: use cli_echo() to check if the server is alive
Stefan Metzmacher
1
-5
/
+10
2011-07-11
s3:auth_server: make use of cli_state_is_connected()
Stefan Metzmacher
1
-3
/
+3
2011-07-08
s3:auth_server: use cli->is_guestlogin instead of parsing cli->inbuf.
Stefan Metzmacher
1
-1
/
+1
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-05-29
s3: Use the correct guest_login field in auth_server
Volker Lendecke
1
-1
/
+1
2011-05-29
s3: Use cli_connect_nb in auth_server
Volker Lendecke
1
-16
/
+4
2011-05-29
s3: Fix a type-punned warning
Volker Lendecke
1
-1
/
+1
2011-05-29
s3: Check password server loop earlier
Volker Lendecke
1
-4
/
+6
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-05-06
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
1
-1
/
+1
2011-03-30
s3-auth: use auth.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: auth also needs parts of smbd.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-27
s3: Fix Coverity ID 2188: MISSING_BREAK
Volker Lendecke
1
-0
/
+2
2011-01-17
s3: Avoid a few calls to cli_errstr
Volker Lendecke
1
-3
/
+3
2010-11-10
Remove fstring from map_username. Create a more sane interface than the calle...
Jeremy Allison
1
-4
/
+5
2010-08-19
s3: Remove smb_pam_accountcheck from the auth modules
Volker Lendecke
1
-9
/
+1
2010-08-14
s3:auth Add error paths for invalid password_state values
Andrew Bartlett
1
-0
/
+3
2010-08-14
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
1
-12
/
+14
2010-06-10
s3:misc make use of server_[event/messaging]_context directly
Andreas Schneider
1
-1
/
+1
2010-06-07
s3:auth Rename user_info->domain -> user_info->mapped.domain_name
Andrew Bartlett
1
-5
/
+5
2010-06-07
s3:auth Rename user_info->internal_username -> user_info->mapped.account_name
Andrew Bartlett
1
-2
/
+2
2010-06-07
s3:auth Rename user_info->smb_name -> user_info->client.account_name
Andrew Bartlett
1
-2
/
+2
2010-05-29
s3:auth make it easier to trace auth modules
Simo Sorce
1
-0
/
+2
2010-04-11
s3: Remove the make_auth_methods routine
Volker Lendecke
1
-4
/
+9
2010-04-11
s3: Make "auth_context" its own talloc parent
Volker Lendecke
1
-1
/
+1
2010-04-11
s3: Fix some nonempty lines
Volker Lendecke
1
-6
/
+6
2010-01-10
s3: Remove the typedef for "auth_serversupplied_info"
Volker Lendecke
1
-1
/
+1
2010-01-10
s3: Remove the typedef for "auth_usersupplied_info"
Volker Lendecke
1
-1
/
+1
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-1
/
+1
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-3
/
+6
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-07-22
Fix various build warnings
Zach Loafman
1
-1
/
+1
2008-05-30
Fix security=server, bug 5502
Volker Lendecke
1
-2
/
+4
2008-03-10
Use a separate tdb for mutexes
Volker Lendecke
1
-7
/
+9
2008-01-08
Fix CID 460 - resource leak on error.
Jeremy Allison
1
-0
/
+1
2007-12-16
Remove another static string and static passwd.
Jeremy Allison
1
-19
/
+22
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-17
/
+22
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-5
/
+5
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-5
/
+5
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-1
/
+1
[next]