summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke2007-10-101-11/+21
* r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner2007-10-101-1/+1
* r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke2007-10-101-1/+4
* r15472: Remove an unused function parameterVolker Lendecke2007-10-101-1/+1
* r15467: Ensure every exit error path calls nt_status_squash.Jeremy Allison2007-10-101-27/+27
* r15115: Fix error return on sessionsetup. Ensure noJeremy Allison2007-10-101-11/+15
* r14790: Fix possible null deref. Coverity #277.Jeremy Allison2007-10-101-1/+3
* r14170: Paranioa fix for sesssetup.Jeremy Allison2007-10-101-0/+5
* r14168: Fix Coverity #219. I think this is a false coverityJeremy Allison2007-10-101-1/+4
* r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2007-10-101-3/+3
* r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2007-10-101-4/+19
* r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause cli...Jeremy Allison2007-10-101-22/+20
* r13316: Let the carnage begin....Gerald Carter2007-10-101-11/+19
* r11909: Implement 'reset on zero vc'. This kills other connections when a ses...Volker Lendecke2007-10-101-0/+26
* r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give aGünther Deschner2007-10-101-0/+7
* r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter2007-10-101-4/+8
* r11655: Two small fixesGerald Carter2007-10-101-3/+0
* r11213: Fix the buildGünther Deschner2007-10-101-1/+0
* r11183: add small helper function to return a PAC_LOGON_INFO.Günther Deschner2007-10-101-10/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-13/+57
* r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 't...Andrew Bartlett2007-10-101-1/+1
* r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw'Andrew Bartlett2007-10-101-6/+39
* r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter2007-10-101-17/+58
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+1
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r7398: commiting abartlet's patch for kerberos authentication when using a ke...Gerald Carter2007-10-101-1/+1
* r7395: * new feature 'map to guest = bad uid' (based on patch fromGerald Carter2007-10-101-20/+35
* r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter2007-10-101-0/+2
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-9/+6
* r7024: reverting mistaken commitGerald Carter2007-10-101-14/+3
* r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter2007-10-101-3/+14
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-5/+6
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+3
* r6020: Never do NT status codes with protocols before NT1 as we don't get cli...Jeremy Allison2007-10-101-0/+4
* r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter2007-10-101-4/+8
* r5290: Fix for bug #2323 - plaintext problem with WinXP.Jeremy Allison2007-10-101-0/+8
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2007-10-101-1/+1
* r1370: BUG 1297 - prevent map_username() from being called twice during logonGerald Carter2007-10-101-0/+2
* r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...Andrew Bartlett2007-10-101-2/+0
* r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2007-10-101-1/+7
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-2/+2
* r59: revert session key problemAndrew Tridgell2007-10-101-2/+2
* r49: Support SMB signing on connections using only theAndrew Bartlett2007-10-101-8/+4
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-5/+6
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-191-0/+9
* BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter2004-03-161-4/+8
* Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett2004-01-261-0/+2
* reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke2004-01-151-0/+7
* Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison2004-01-071-5/+7
* Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke2004-01-041-3/+41