s3:smbd: move all globals and static variables in globals.[ch]
[samba.git] / source3 / smbd / sesssetup.c
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-12-30 Volker LendeckeMove a comment to its place
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-14 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-12 roots3 sesssetup.c: Add missing line break to debug message.
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-28 Volker LendeckeRemove two direct inbuf references from reply_sesssetup...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-02 Volker LendeckeRemove some direct inbuf references by adding smbreq_bufrem
2008-11-02 Volker LendeckeSimplify params of srvstr_pull_buf_talloc()
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-01 Volker LendeckeKill some fstrings
2008-11-01 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-01 Volker LendeckeAdd a "buflen" struct member to smb_request
2008-10-31 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-31 Volker LendeckeRemove a pointles call to smb_bufrem
2008-10-22 Günther Deschners3-asn1: make all of s3 asn1 code do a proper asn1_init...
2008-10-22 Günther Deschners3: use shared asn1 code.
2008-10-22 Volker LendeckeSlightly simplify reply_sesssetup_blob(): Remove an...
2008-10-22 Volker LendeckeDon't push the data out to the client in reply_sesssetu...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-22 Jeremy AllisonDon't re-initialize a token when we already have one...
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Volker LendeckeFix type error in debug message
2008-05-20 Karolin Seegersesssetup.c: Add debug message.
2008-05-10 Volker LendeckeFix a memleak in new auth_serversupplied code
2008-05-10 Volker LendeckeFix a memleak
2008-05-10 Volker LendeckeAdd a mem_ctx argument to make_server_info_guest()
2008-05-07 Volker LendeckeRename server_info->was_mapped to server_info->nss_token
2008-05-05 Volker LendeckeFix typo
2008-05-05 Volker LendeckeRemove "session_key" from "struct user_struct"
2008-04-07 Bill RickerFix Kerberos interop with Mac OS X 10.5 clients.
2008-03-27 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-03-27 Jeremy AllisonFix up the comments on security=share to explain we're
2008-03-20 Michael Adamsmbd: fix session setup with security = share.
2008-03-06 Stefan MetzmacherMerge commit 'origin/v3-2-stable' into v3-2-test
2008-03-06 Günther DeschnerBe more verbose why create local token has failed during
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-17 Günther DeschnerUse new structs in reply_spnego_kerberos().
2008-02-15 Jeremy AllisonCorrectly use SPNEGO to negotiate down from krb5 to...
2008-02-11 Stefan Metzmachersmbd: use make usage of wbcDomainInfo()
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-14 Gerald (Jerry) CarterMerge commit 'samba/v3-2-test' into v3-2-stable
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...
next