Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
[tprouty/samba.git] / source / smbd / process.c
2008-01-10 Jeremy AllisonMake use of talloc_pool in the main codepaths. Remove...
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 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-12-28 Jeremy AllisonAdd the capability to set "smb encrypt = required"
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-19 Jeremy AllisonRemove last_message completely as it's no longer used.
2007-11-12 Jeremy AllisonThree more pstring removals.
2007-11-09 Volker LendeckeFix some warnings
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-05 Jeremy AllisonForgot arg type.
2007-11-04 Jeremy AllisonDon't believe len returned from read_smb_length_return_...
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-11-03 Jeremy AllisonRemove the smb_read_error global variable and replace
2007-10-31 Jeremy AllisonFix vfstest link - move socket calls into smbd/process.c
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create... initial-v3-2-test
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Volker Lendecker24702: Remove the old API pointers
2007-10-10 Jeremy Allisonr24500: Add check that bcc is correct in an incoming...
2007-10-10 Jeremy Allisonr24468: Don't forget the +4 for length :-).
2007-10-10 Jeremy Allisonr24467: Do range checking on incoming smb request.
2007-10-10 Volker Lendecker24457: Convert reply_tcon to the new API
2007-10-10 Volker Lendecker24453: Remove the read and write bmpx calls
2007-10-10 Jeremy Allisonr24445: Convert SMBwritebraw. No test suite unfortunate...
2007-10-10 Volker Lendecker24444: Convert reply_find[n]close to the new API
2007-10-10 Volker Lendecker24443: Convert reply_search/fclose to the new API
2007-10-10 Volker Lendecker24442: Convert reply_copy to the new API
2007-10-10 Volker Lendecker24441: Convert reply_ioctl to the new API
2007-10-10 Volker Lendecker24440: Convert the reply_sendXX functions to the new API
2007-10-10 Volker Lendecker24439: Convert reply_get/setattrE to the new API
2007-10-10 Volker Lendecker24436: Convert reply_lockread/writeunlock to the new API
2007-10-10 Volker Lendecker24433: Convert reply_ntrename to the new API
2007-10-10 Volker Lendecker24431: Convert the reply_printXX calls to the new API
2007-10-10 Volker Lendecker24430: Convert reply_writeclose to the new API
2007-10-10 Volker Lendecker24428: Convert reply_unlock to the new API
2007-10-10 Volker Lendecker24427: Convert reply_lock to the new API
2007-10-10 Volker Lendecker24426: Convert reply_read to the new API
2007-10-10 Volker Lendecker24425: Convert reply_write to the new API
2007-10-10 Volker Lendecker24423: Convert reply_lseek to the new API
2007-10-10 Volker Lendecker24422: Convert reply_ctemp to the new API
2007-10-10 Volker Lendecker24417: Convert reply_setatr to the new API
2007-10-10 Volker Lendecker24415: Convert reply_getatr to the new API
2007-10-10 Volker Lendecker24414: Convert reply_mv to the new API
2007-10-10 Volker Lendecker24412: Convert reply_open to the new API
2007-10-10 Volker Lendecker24406: Push reply_prep_legacy into reply_lockingX
2007-10-10 Volker Lendecker24404: Remove get_OutBuffer usage from blocking.c
2007-10-10 Jeremy Allisonr24387: Convert readbraw to the new api. Volker, keep...
2007-10-10 Jeremy Allisonr24386: Piss off Volker (not deliberately) by checking...
2007-10-10 Volker Lendecker24358: Push reply_prep_legacy into reply_nttrans[s]
2007-10-10 Volker Lendecker24349: For large read&x we need more than 64k of outbuf.
2007-10-10 Volker Lendecker24328: Restore chain_reply error handling
2007-10-10 Volker Lendecker24327: First round of fixes to chain_reply
2007-10-10 Volker Lendecker24322: Wrap reply_read_and_X in reply_prep_legacy
2007-10-10 Volker Lendecker24318: Print a prominent warning when reply_prep_legac...
2007-10-10 Volker Lendecker24271: Push reply_prep_legacy into reply_write_and_X
2007-10-10 Volker Lendecker24231: Push allocating InBuffer/OutBuffer into reply_t...
2007-10-10 Volker Lendecker24229: Push allocating InBuffer/OutBuffer into reply_t...
2007-10-10 Volker Lendecker24225: Convert reply_flush to the new API
2007-10-10 Volker Lendecker24223: Convert reply_echo to the new API
2007-10-10 Volker Lendecker24159: Convert reply_transs2 to the new API
2007-10-10 Volker Lendecker24156: Convert reply_trans2 to the new API
2007-10-10 Volker Lendecker24135: Convert call_trans2open to the new API
2007-10-10 Volker Lendecker24119: Convert reply_exit to the new API
2007-10-10 Volker Lendecker24100: Convert reply_ntcancel to the new API
2007-10-10 Volker Lendecker24091: Convert reply_ntcreate_and_X to the new API
2007-10-10 Volker Lendecker24089: Add reply_prep/post_legacy
2007-10-10 Volker Lendecker24088: Convert reply_unlink to the new API
2007-10-10 Volker Lendecker24086: Convert reply_ulogoffX to the new API
2007-10-10 Volker Lendecker24085: Convert reply_rmdir to the new API
2007-10-10 Volker Lendecker24084: Convert reply_mkdir to the new API
2007-10-10 Volker Lendecker24079: Convert reply_dskattr to the new API
2007-10-10 Volker Lendecker24077: Convert reply_tdis to the new API
2007-10-10 Volker Lendecker24056: Another big one: This converts reply_sesssetup_...
2007-10-10 Volker Lendecker24046: Fix a 64-bit warning
2007-10-10 Volker Lendecker24004: Convert reply_checkpath to the new API
2007-10-10 Volker Lendecker24003: Convert reply_tcon_and_X to the new API
2007-10-10 Volker Lendecker24002: Convert reply_negprot to the new API
2007-10-10 Volker Lendecker23999: Convert reply_open_and_X
2007-10-10 Volker Lendecker23998: Convert reply_close to the new API
2007-10-10 Volker Lendecker23997: Check in the infrastructure for getting rid...
2007-10-10 Volker Lendecker23990: Reformatting for 80 cols and trailing whitespace
2007-10-10 Volker Lendecker23988: Looks a lot more scary than it is: This just...
2007-10-10 Volker Lendecker23987: Remove static pid in switch_message()
2007-10-10 Volker Lendecker23813: Remove unused global variable
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 Volker Lendecker23725: Remove get_current_mid()
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Volker Lendecker23537: Revert the inbuf/outbuf part of r23528: This...
2007-10-10 Volker Lendecker23528: Two changes to make the valgrind massif (heap...
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
next