Age | Commit message (Expand) | Author | Files | Lines |
2009-09-17 | spnego: share spnego_parse. | Günther Deschner | 1 | -0/+1 |
2009-07-15 | Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3.... | Jeremy Allison | 1 | -0/+1 |
2009-06-03 | s3:smbd: move more session specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -26/+31 |
2009-06-03 | s3:smbd: move some session specific globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -4/+5 |
2009-06-03 | s3:smbd: move negprot related globals to struct smbd_server_connection | Stefan Metzmacher | 1 | -6/+9 |
2009-06-03 | s3:smbd: move pending_auth_data list to struct smbd_server_connection | Stefan Metzmacher | 1 | -14/+33 |
2009-04-07 | s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context | Andrew Bartlett | 1 | -8/+0 |
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -25/+0 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -2/+2 |
2009-02-21 | Remove the static "chal" from ntlmssp.c:get_challenge() | Volker Lendecke | 1 | -3/+4 |
2009-02-01 | Add two new parameters to control how we verify kerberos tickets. Removes lp_... | Dan Sledz | 1 | -2/+2 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -13/+1 |
2008-12-30 | Move a comment to its place | Volker Lendecke | 1 | -5/+5 |
2008-12-12 | s3 sesssetup.c: Add missing line break to debug message. | root | 1 | -1/+1 |
2008-11-28 | Remove two direct inbuf references from reply_sesssetup_and_X_spnego() | Volker Lendecke | 1 | -2/+2 |
2008-11-02 | Remove a bunch of direct inbuf references by adding "vwv" to smb_request | Volker Lendecke | 1 | -10/+10 |
2008-11-02 | Remove some direct inbuf references by adding smbreq_bufrem | Volker Lendecke | 1 | -3/+3 |
2008-11-02 | Simplify params of srvstr_pull_buf_talloc() | Volker Lendecke | 1 | -20/+13 |
2008-11-01 | Kill some fstrings | Volker Lendecke | 1 | -31/+55 |
2008-11-01 | Remove a bunch of direct inbuf references by adding "buf" to smb_request | Volker Lendecke | 1 | -10/+9 |
2008-11-01 | Add a "buflen" struct member to smb_request | Volker Lendecke | 1 | -2/+1 |
2008-10-31 | Remove a pointles call to smb_bufrem | Volker Lendecke | 1 | -2/+1 |
2008-10-22 | s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. | Günther Deschner | 1 | -12/+17 |
2008-10-22 | s3: use shared asn1 code. | Günther Deschner | 1 | -1/+1 |
2008-10-22 | Slightly simplify reply_sesssetup_blob(): Remove an else branch | Volker Lendecke | 1 | -10/+11 |
2008-10-22 | Don't push the data out to the client in reply_sesssetup_blob() | Volker Lendecke | 1 | -4/+0 |
2008-08-22 | Don't re-initialize a token when we already have one. This fixes the build fa... | Jeremy Allison | 1 | -10/+13 |
2008-05-20 | Fix type error in debug message | Volker Lendecke | 1 | -1/+1 |
2008-05-20 | sesssetup.c: Add debug message. | Karolin Seeger | 1 | -0/+3 |
2008-05-11 | Fix a memleak in new auth_serversupplied code | Volker Lendecke | 1 | -1/+2 |
2008-05-10 | Fix a memleak | Volker Lendecke | 1 | -5/+0 |
2008-05-10 | Add a mem_ctx argument to make_server_info_guest() | Volker Lendecke | 1 | -3/+3 |
2008-05-07 | Rename server_info->was_mapped to server_info->nss_token | Volker Lendecke | 1 | -3/+1 |
2008-05-05 | Fix typo | Volker Lendecke | 1 | -1/+1 |
2008-05-05 | Remove "session_key" from "struct user_struct" | Volker Lendecke | 1 | -18/+13 |
2008-04-07 | Fix Kerberos interop with Mac OS X 10.5 clients. | Bill Ricker | 1 | -21/+28 |
2008-03-27 | Fix up the comments on security=share to explain we're | Jeremy Allison | 1 | -1/+5 |
2008-03-20 | smbd: fix session setup with security = share. | Michael Adam | 1 | -1/+1 |
2008-03-06 | Be more verbose why create local token has failed during | Günther Deschner | 1 | -0/+2 |
2008-02-17 | Use new structs in reply_spnego_kerberos(). | Günther Deschner | 1 | -6/+5 |
2008-02-14 | Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP. | Jeremy Allison | 1 | -28/+81 |
2008-02-11 | smbd: use make usage of wbcDomainInfo() | Stefan Metzmacher | 1 | -15/+9 |
2008-01-11 | Fix CID 476. Ensure a valid pac_data pointer is always passed to | Jeremy Allison | 1 | -2/+1 |
2008-01-04 | Can't use logical operations on boolean values. | Jeremy Allison | 1 | -1/+3 |
2008-01-04 | Now conn is part of smb_request, we don't need it as | Jeremy Allison | 1 | -23/+17 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -1/+1 |
2007-11-10 | Remove last pstring from sesssetup.c | Jeremy Allison | 1 | -19/+21 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -2/+2 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+2 |