summaryrefslogtreecommitdiffstats
path: root/source/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* Here's the fix for bug #5750. Note this bug does *NOT* affectJeremy Allison2008-09-111-4/+6
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-221-8/+10
* fix alignment bug hitting Solaris with "reset in zero vc" activatedBjörn Jacke2008-04-211-5/+8
* Ensure we call nt_status_squash() on returns. Smnall whitespace cleanup.Jeremy Allison2008-02-141-8/+8
* Fix obscure bug where if client sends us the krb5 partJeremy Allison2008-02-131-0/+9
* Correctly invalidate intermediate vuidsVolker Lendecke2007-12-041-9/+9
* Fix remaining calls to srvstr_push -1 - noticedJeremy Allison2007-11-181-3/+3
* [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-testGerald (Jerry) Carter2007-10-101-74/+52
* r23736: Use local variable of smb_flag2 instead of using the macro every time.Jeremy Allison2007-10-101-14/+16
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-14/+29
* r23474: Here's a small patch that disables the libkrb5.so replay cacheGerald Carter2007-10-101-1/+3
* r23172: Change shutdown_other_smbds to use connections_traverse instead ofVolker Lendecke2007-10-101-9/+10
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-2/+2
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-10/+10
* r22751: Next step for the cluster merge: sessionid.tdb should contain a 'structVolker Lendecke2007-10-101-3/+3
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-2/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-11/+14
* r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter2007-10-101-0/+5
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-101-1/+1
* r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2007-10-101-0/+1
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-101-42/+193
* r21483: Fix use of uninitialized variable.Jeremy Allison2007-10-101-3/+6
* r21478: Add 65k length limit for split SPNEGO blobs.Jeremy Allison2007-10-101-9/+19
* r21461: Not strictly necessary, as data_blob() panics if it can't allocate. B...Volker Lendecke2007-10-101-0/+4
* r21460: Fix for server-side processing of SPNEGO authJeremy Allison2007-10-101-10/+216
* r21128: Fix Vista connecting to Samba in share level security.Jeremy Allison2007-10-101-0/+1
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-6/+6
* r19986: ooopsSimo Sorce2007-10-101-2/+0
* r19984: Must have been drunk yesterday.Simo Sorce2007-10-101-7/+4
* r19980: Implement pam account stack checks when obey pam restrictions is true.Simo Sorce2007-10-101-0/+16
* r19979: Fix memleak on pw and change talloc_destroy to TALLOC_FREE for mem_ctxSimo Sorce2007-10-101-3/+7
* r18907: W00t. My original fix was correct after all :-).Jeremy Allison2007-10-101-1/+1
* r18403: Revert until we get this sorted out correctly.Jeremy Allison2007-10-101-1/+1
* r18398: Fix bug #4095 - username composed into domain\userJeremy Allison2007-10-101-1/+1
* r17909: ensure we do not call map_username() twice on Krb5 session setupsGerald Carter2007-10-101-1/+5
* r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison2007-10-101-0/+1
* 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