Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test
[ira/wip.git] / source3 / smbd / sesssetup.c
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-12 Jeremy AllisonFix CID 476. Ensure a valid pac_data pointer is always...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonCan't use logical operations on boolean values.
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonNow conn is part of smb_request, we don't need it as
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-11-10 Jeremy AllisonRemove last pstring from sesssetup.c
2007-11-04 Jeremy AllisonRemove most of the remaining globals out of lib/util_so...
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Jeremy AllisonAdd const to the get_peer_addr() and get_socket_addr()
2007-10-10 Michael Adamr25286: Fix one more caller of unistr2_to_ascii() that...
2007-10-10 Volker Lendecker24702: Remove the old API pointers
2007-10-10 Volker Lendecker24661: Fix some obvious diffs between 3_2 and 3_2_0
2007-10-10 Jeremy Allisonr24638: Remove redundent setting of vuid.
2007-10-10 Jeremy Allisonr24590: Reformatting to coding standards. Added my...
2007-10-10 Jeremy Allisonr24589: Refactor our vuid code so that we keep the...
2007-10-10 Volker Lendecker24135: Convert call_trans2open to the new API
2007-10-10 Volker Lendecker24056: Another big one: This converts reply_sesssetup_...
2007-10-10 Volker Lendecker24050: Fix a typo
2007-10-10 Volker Lendecker23997: Check in the infrastructure for getting rid...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
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
next