summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24050: Fix a typoVolker Lendecke1-1/+3
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23736: Use local variable of smb_flag2 instead of using the macro every time.Jeremy Allison1-14/+16
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-14/+29
2007-10-10r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter1-1/+3
2007-10-10r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke1-9/+10
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-2/+2
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-10/+10
2007-10-10r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke1-3/+3
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-2/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-11/+14
2007-10-10r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter1-0/+5
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-1/+1
2007-10-10r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison1-0/+1
2007-10-10r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison1-42/+193
2007-10-10r21483: Fix use of uninitialized variable.Jeremy Allison1-3/+6
2007-10-10r21478: Add 65k length limit for split SPNEGO blobs.Jeremy Allison1-9/+19
2007-10-10r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B...Volker Lendecke1-0/+4
2007-10-10r21460: Fix for server-side processing of SPNEGO authJeremy Allison1-10/+216
2007-10-10r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison1-0/+1
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-6/+6
2007-10-10r19986: ooopsSimo Sorce1-2/+0
2007-10-10r19984: Must have been drunk yesterday.Simo Sorce1-7/+4
2007-10-10r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce1-0/+16
2007-10-10r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctxSimo Sorce1-3/+7
2007-10-10r18907: W00t. My original fix was correct after all :-).Jeremy Allison1-1/+1
2007-10-10r18403: Revert until we get this sorted out correctly.Jeremy Allison1-1/+1
2007-10-10r18398: Fix bug #4095 - username composed into domain\userJeremy Allison1-1/+1
2007-10-10r17909: ensure we do not call map_username() twice on Krb5 session setupsGerald Carter1-1/+5
2007-10-10r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison1-0/+1
2007-10-10r15589: While trying to understand the vuid code I found that security=share ...Volker Lendecke1-11/+21
2007-10-10r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner1-1/+1
2007-10-10r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke1-1/+4
2007-10-10r15472: Remove an unused function parameterVolker Lendecke1-1/+1
2007-10-10r15467: Ensure every exit error path calls nt_status_squash.Jeremy Allison1-27/+27
2007-10-10r15115: Fix error return on sessionsetup. Ensure noJeremy Allison1-11/+15
2007-10-10r14790: Fix possible null deref. Coverity #277.Jeremy Allison1-1/+3
2007-10-10r14170: Paranioa fix for sesssetup.Jeremy Allison1-0/+5
2007-10-10r14168: Fix Coverity #219. I think this is a false coverityJeremy Allison1-1/+4
2007-10-10r14130: Remove make_server_info_pac alltogether, make_server_info_info3 doesGünther Deschner1-3/+3
2007-10-10r14112: * fix checks on return code from register_vuid() which could actuallyGerald Carter1-4/+19
2007-10-10r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause cli...Jeremy Allison1-22/+20
2007-10-10r13316: Let the carnage begin....Gerald Carter1-11/+19
2007-10-10r11909: Implement 'reset on zero vc'. This kills other connections when a ses...Volker Lendecke1-0/+26
2007-10-10r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give aGünther Deschner1-0/+7
2007-10-10r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter1-4/+8
2007-10-10r11655: Two small fixesGerald Carter1-3/+0
2007-10-10r11213: Fix the buildGünther Deschner1-1/+0