summaryrefslogtreecommitdiffstats
path: root/source/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-1/+1
* r24720: Resolve differences in 3.2 and 3.2.0. 3.2 versionJeremy Allison2007-08-271-1/+2
* r24702: Remove the old API pointersVolker Lendecke2007-08-271-1/+1
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-251-192/+209
* r24608: Minimize differences between 3.2 and 3.2.0. This is essentially a bac...Jeremy Allison2007-08-211-262/+374
* r24607: Merge the sessionsetup fix from 3.2Jeremy Allison2007-08-211-40/+89
* r24546: Fix some C++ and type-punned warningsVolker Lendecke2007-08-191-1/+1
* r24471: Revert inadvertant commit.Jeremy Allison2007-08-151-62/+41
* r24470: Start fixing up the mapping of OBJECT_NAME_COLLISIONJeremy Allison2007-08-151-41/+62
* r24050: Fix a typoVolker Lendecke2007-07-251-1/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23742: Merge Jeremy's r23736:Volker Lendecke2007-07-071-14/+16
* r23741: Combined merge of 23726, 23727 and 23731 from 3_0:Volker Lendecke2007-07-071-14/+29
* r23474: Here's a small patch that disables the libkrb5.so replay cache Gerald Carter2007-06-131-1/+3
* r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke2007-05-281-9/+10
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-05-141-2/+2
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-05-141-10/+10
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-05-071-3/+3
* r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter2007-04-051-0/+5
* r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2007-03-151-0/+1
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-03-151-42/+193
* r21483: Fix use of uninitialized variable.Jeremy Allison2007-02-211-3/+6
* r21478: Add 65k length limit for split SPNEGO blobs.Jeremy Allison2007-02-201-9/+19
* r21471: Merge from Volker. Jeremy Allison2007-02-201-0/+4
* r21460: Fix for server-side processing of SPNEGO authJeremy Allison2007-02-201-10/+216
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-02-021-0/+1
* r20156: clean up nested extern declaration warningsHerb Lewis2006-12-131-6/+6
* r19985: sync up woith 3_0Simo Sorce2006-12-011-7/+2
* r19983: sync up pam and memleak patches from SAMBA_3_0Simo Sorce2006-12-011-3/+23
* r18907: W00t. My original fix was correct after all :-).Jeremy Allison2006-09-251-1/+1
* r18403: Revert until we get this sorted out correctly.Jeremy Allison2006-09-111-1/+1
* r18399: Fix bug #4095 - username composed into domain\userJeremy Allison2006-09-111-1/+1
* r17909: ensure we do not call map_username() twice on Krb5 session setupsGerald Carter2006-08-291-1/+5
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-0/+1
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-40/+53
* r15115: Fix error return on sessionsetup. Ensure noJeremy Allison2006-04-181-11/+15
* r14790: Fix possible null deref. Coverity #277.Jeremy Allison2006-03-291-1/+3
* r14170: Paranioa fix for sesssetup.Jeremy Allison2006-03-101-0/+5
* r14168: Fix Coverity #219. I think this is a false coverityJeremy Allison2006-03-101-1/+4
* r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner2006-03-101-3/+3
* r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter2006-03-091-4/+19
* r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause cli...Jeremy Allison2006-02-211-22/+20
* r13316: Let the carnage begin....Gerald Carter2006-02-031-11/+19
* r11909: Implement 'reset on zero vc'. This kills other connections when a ses...Volker Lendecke2005-11-251-0/+26
* r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give aGünther Deschner2005-11-221-0/+7
* r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter2005-11-111-4/+8
* r11655: Two small fixesGerald Carter2005-11-101-3/+0
* r11213: Fix the buildGünther Deschner2005-10-201-1/+0
* r11183: add small helper function to return a PAC_LOGON_INFO.Günther Deschner2005-10-191-10/+1