summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* Merge comment with HEADAndrew Bartlett2003-04-221-3/+3
* Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2003-03-171-27/+55
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-19/+20
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+2
* additional fix for CR 601Gerald Carter2003-02-271-0/+15
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-35/+25
* check pointer before dereferencing itGerald Carter2003-02-071-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-281-262/+109
* pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison2003-01-021-5/+5
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-0/+11
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-22/+18
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-49/+70
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-28/+60
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-7/+0
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-1/+12
* Better explanation message for dmalloc.Martin Pool2002-01-091-5/+5
* Get this code back to where it belongs...Andrew Bartlett2002-01-061-7/+7
* Some more SPNEGO fixes.Andrew Bartlett2002-01-061-1/+1
* Fix up the SPNEGO segfault.Andrew Bartlett2002-01-051-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-45/+56
* debug statement fixups.Jeremy Allison2002-01-021-5/+0
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-1/+1
* check for a winbindd username when doing a kerberos authAndrew Tridgell2001-12-201-0/+11
* don't use server_info after its been freedAndrew Tridgell2001-12-201-2/+4
* support "map to guest" with spnegoAndrew Tridgell2001-12-201-21/+43
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-5/+10
* Ensure that 'use spnego' restricts, rather than just advises our clients.Andrew Bartlett2001-12-081-1/+6
* Ensure we fill in the %U for NTLMSSP connectionsAndrew Bartlett2001-12-051-1/+3
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-1/+1
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-291-7/+12
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-2/+2
* fixed another memory leakAndrew Tridgell2001-11-271-1/+1
* more memory leak fixesAndrew Tridgell2001-11-271-1/+6
* we can safely give NO_SUCH_USER if the ticket decodes but the localAndrew Tridgell2001-11-261-1/+1
* challange -> challengeTim Potter2001-11-261-2/+2
* added "net join" commandAndrew Tridgell2001-11-241-38/+5
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-38/+85
* add a hook to save the krb5 PACAndrew Tridgell2001-11-201-0/+8
* Spelling fixes.Tim Potter2001-11-121-6/+6
* Code duplication is bad. So add an add_signiture() function and just refernceAndrew Bartlett2001-11-121-23/+17
* Kill off 'restrict anonymous' becouse it is useless in its current form.Andrew Bartlett2001-11-111-47/+0
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-2/+2
* fix the tree so it compiles againAndrew Tridgell2001-11-091-1/+1
* Change to guest logon code.Andrew Bartlett2001-11-081-58/+62
* anonymous logins are guest logins, so mark them as such. (Otherwise they canAndrew Bartlett2001-11-031-1/+1
* Move the test for non-SPNEGO session setups when using SPNEGO, becouse its aAndrew Bartlett2001-11-031-5/+5