r23779: Change from v2 or later to v3 or later.
[samba.git] / source3 / smbd / sesssetup.c
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23736: Use local variable of smb_flag2 instead of...
2007-10-10 Volker Lendecker23726: Explicitly pass down the FLAGS2 field to srvstr...
2007-10-10 Gerald Carterr23474: Here's a small patch that disables the libkrb5...
2007-10-10 Volker Lendecker23172: Change shutdown_other_smbds to use connections_...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22751: Next step for the cluster merge: sessionid...
2007-10-10 Volker Lendecker22747: Fix some C++ warnings
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Gerald Carterr22095: BUG 4484: Add more checks to set %a for Vista...
2007-10-10 Jeremy Allisonr21882: The server part of the code has to use an AUTH_...
2007-10-10 Jeremy Allisonr21847: Fix memory leaks in error paths (and in main...
2007-10-10 Jeremy Allisonr21845: Refactor the sessionsetupX code a little to...
2007-10-10 Jeremy Allisonr21483: Fix use of uninitialized variable.
2007-10-10 Jeremy Allisonr21478: Add 65k length limit for split SPNEGO blobs.
2007-10-10 Volker Lendecker21461: Not strictly necessary, as data_blob() panics...
2007-10-10 Jeremy Allisonr21460: Fix for server-side processing of SPNEGO auth
2007-10-10 Jeremy Allisonr21128: Fix Vista connecting to Samba in share level...
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Simo Sorcer19986: ooops
2007-10-10 Simo Sorcer19984: Must have been drunk yesterday.
2007-10-10 Simo Sorcer19980: Implement pam account stack checks when obey...
2007-10-10 Simo Sorcer19979: Fix memleak on pw and change talloc_destroy...
2007-10-10 Jeremy Allisonr18907: W00t. My original fix was correct after all...
2007-10-10 Jeremy Allisonr18403: Revert until we get this sorted out correctly.
2007-10-10 Jeremy Allisonr18398: Fix bug #4095 - username composed into domain...
2007-10-10 Gerald Carterr17909: ensure we do not call map_username() twice...
2007-10-10 Jeremy Allisonr16397: Fix Klocwork #11767 and drasticly simplify the
2007-10-10 Volker Lendecker15589: While trying to understand the vuid code I...
2007-10-10 Günther Deschnerr15523: Honour the time_offset also when verifying...
2007-10-10 Volker Lendecker15475: Ugly and disgusting patch to fix the username...
2007-10-10 Volker Lendecker15472: Remove an unused function parameter
2007-10-10 Jeremy Allisonr15467: Ensure every exit error path calls nt_status_sq...
2007-10-10 Jeremy Allisonr15115: Fix error return on sessionsetup. Ensure no
2007-10-10 Jeremy Allisonr14790: Fix possible null deref. Coverity #277.
2007-10-10 Jeremy Allisonr14170: Paranioa fix for sesssetup.
2007-10-10 Jeremy Allisonr14168: Fix Coverity #219. I think this is a false...
2007-10-10 Günther Deschnerr14130: Remove make_server_info_pac alltogether, make_s...
2007-10-10 Gerald Carterr14112: * fix checks on return code from register_vuid...
2007-10-10 Jeremy Allisonr13604: Fix for bug #3512 "use spnego=no" and "server...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker11909: Implement 'reset on zero vc'. This kills other...
2007-10-10 Günther Deschnerr11846: Destroy the TALLOC_CTX on error in the Kerberos...
2007-10-10 Gerald Carterr11661: Store the INFO3 in the PAC data into the netsam...
2007-10-10 Gerald Carterr11655: Two small fixes
2007-10-10 Günther Deschnerr11213: Fix the build
2007-10-10 Günther Deschnerr11183: add small helper function to return a PAC_LOGON...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Andrew Bartlettr8913: Fix memory leak in -r 8912: Free the right thing...
2007-10-10 Andrew Bartlettr8912: Samba 3.0 was failing from a Vista client, becau...
2007-10-10 Gerald Carterr8472: abartlet's patch for parallel ntlmssp supporttru...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr7398: commiting abartlet's patch for kerberos authenti...
2007-10-10 Gerald Carterr7395: * new feature 'map to guest = bad uid' (based...
2007-10-10 Gerald Carterr7372: abartet's patch for BUG 2391 (segv caused by...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Gerald Carterr7024: reverting mistaken commit
2007-10-10 Gerald Carterr7020: fixing printer ace values and getting rid of...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Jeremy Allisonr6020: Never do NT status codes with protocols before...
2007-10-10 Gerald Carterr5952: BUG 2469: patch from Jason Mader to cleanup...
2007-10-10 Jeremy Allisonr5290: Fix for bug #2323 - plaintext problem with WinXP.
2007-10-10 Jeremy Allisonr3946: Fix for bugid #2085 reported by Jason Mader...
2007-10-10 Gerald Carterr1370: BUG 1297 - prevent map_username() from being...
2007-10-10 Andrew Bartlettr1122: As spotted by lha@stacken.kth.se we don't actual...
2007-10-10 Jeremy Allisonr786: Memory leak fixes in (mostly) error code paths...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2007-10-10 Andrew Tridgellr59: revert session key problem
2007-10-10 Andrew Bartlettr49: Support SMB signing on connections using only the
2004-03-27 Andrew BartlettMerge from HEAD the SMB signing patch that I developed...
2004-03-19 Gerald CarterBUG 417: fix %UuGg variables expansion in include lines...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-09 Andrew BartlettCommit to HEAD the updates to smb signing code that...
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew BartlettPatch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. ...
2004-01-15 Volker Lendeckereply_spnego_kerberos did not set the domain of the...
2004-01-15 Volker Lendeckereply_spnego_kerberos did not set the domain of the...
2004-01-07 Jeremy AllisonFix from Luke Howard <lukeh@PADL.COM> for incorrect...
2004-01-07 Jeremy AllisonFix from Luke Howard <lukeh@PADL.COM> for incorrect...
2004-01-04 Volker LendeckeCommit the translation of the realm to the netbios...
2004-01-04 Volker LendeckeCommit the translation of the realm to the netbios...
2003-12-12 Jeremy AllisonFix for bug #815. Make plaintext unicode passwords...
2003-12-12 Jeremy AllisonFix for bug #815. Make plaintext unicode passwords...
2003-12-05 Gerald Carterfix %a variable for Windows 2003 -> Win2K3
2003-12-05 Gerald Carterfix %a variable for Windows 2003 -> Win2K3
2003-12-01 Jeremy AllisonSubtract NT_STATUS from common flag, don't add it...
2003-12-01 Jeremy AllisonSubtract NT_STATUS from common flag, don't add it...
2003-12-01 Jeremy AllisonDon't automatically set nt status code flag unless...
2003-12-01 Jeremy AllisonDon't automatically set nt status code flag unless...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
next