RIP BOOL. Convert BOOL -> bool. I found a few interesting
[sfrench/samba-autobuild/.git] / source / smbd / reply.c
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... samba-misc-tags/initial-v3-2-test
2007-10-10 Volker Lendecker25502: Fix bug 5006
2007-10-10 Jeremy Allisonr25138: More pstring elimination. Add a TALLOC_CTX...
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Jeremy Allisonr25111: Move to talloced pathnames on most code paths.
2007-10-10 Jeremy Allisonr25102: Rewrite msdfs code to use talloced filenames...
2007-10-10 Volker Lendecker25055: Add file_id_string_tos
2007-10-10 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Volker Lendecker24702: Remove the old API pointers
2007-10-10 Volker Lendecker24659: Some formatting changes helping to minimize...
2007-10-10 Volker Lendecker24548: Fix the case-changing renames
2007-10-10 Jeremy Allisonr24501: Added bcc test for reply_tcon & removed Vl...
2007-10-10 Jeremy Allisonr24498: More extra code into a function, reply_openerror.
2007-10-10 Jeremy Allisonr24476: Fix the mappings in reply_opeXXX calls. Now...
2007-10-10 Volker Lendecker24461: Fix Bug 4852, thank to anto <sistemac@prosoft...
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 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 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 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 Lendecker24429: reply_setdir is not used...
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 Lendecker24409: Check wct in reply_open
2007-10-10 Volker Lendecker24408: Remove reply_prep_legacy from reply_lockingX
2007-10-10 Volker Lendecker24406: Push reply_prep_legacy into reply_lockingX
2007-10-10 Volker Lendecker24405: Check wct in reply_lockingX
2007-10-10 Volker Lendecker24402: Fix a 64-bit warning
2007-10-10 Volker Lendecker24392: Minor simplifications
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 Lendecker24383: Convert call_nt_transact_ioctl to the new API
2007-10-10 Stefan Metzmacherr24355: move reply_outbuf() to the place where it's...
2007-10-10 Volker Lendecker24351: Remove reply_prep_legacy from reply_read_and_X
2007-10-10 Volker Lendecker24348: Do not use inbuf/outbuf in the sendfile path...
2007-10-10 Volker Lendecker24347: fake_sendfile does not need Inbuf/Outbuf
2007-10-10 Volker Lendecker24346: Push reply_prep_legacy into send_file_readX
2007-10-10 Volker Lendecker24332: schedule_aio_read_and_X does not need InBuf...
2007-10-10 Volker Lendecker24325: Push down reply_prep_legacy in reply_read_and_X
2007-10-10 Volker Lendecker24324: No reply_prep_legacy() in reply_pipe_read_and_X
2007-10-10 Volker Lendecker24323: Remove the reply_read_and_X wrapper function
2007-10-10 Volker Lendecker24322: Wrap reply_read_and_X in reply_prep_legacy
2007-10-10 Volker Lendecker24319: Check wct in reply_read_and_X
2007-10-10 Stefan Metzmacherr24306: the check_fsp() function has an explicit user...
2007-10-10 Volker Lendecker24279: Remove reply_prep_legacy from reply_write_and_X
2007-10-10 Volker Lendecker24278: Push down reply_prep_legacy in reply_write_and_X
2007-10-10 Volker Lendecker24271: Push reply_prep_legacy into reply_write_and_X
2007-10-10 Volker Lendecker24270: Fix some END_PROFILE(SMBwriteX)
2007-10-10 Volker Lendecker24269: Check wct in reply_write_and_X
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 Lendecker24141: Add check_fsp as a replacement for CHECK_FSP
2007-10-10 Volker Lendecker24135: Convert call_trans2open to the new API
2007-10-10 Volker Lendecker24130: Explicitly pass flags2 to srvstr_push
2007-10-10 Stefan Metzmacherr24120: add a file_id_create() hook into the VFS layer
2007-10-10 Volker Lendecker24119: Convert reply_exit to the new API
2007-10-10 Volker Lendecker24102: Pass the fid instead of inbuf and an offset...
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 Lendecker24071: Fix a missing END_PROFILE call
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 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 Lendecker23992: Some const
2007-10-10 Jeremy Allisonr23913: Revert back to Volker's original logic to fix the
2007-10-10 Jeremy Allisonr23911: Revert r23910 to try and fix the build farm. I
2007-10-10 Jeremy Allisonr23910: We used to deny renames on the
2007-10-10 Jeremy Allisonr23909: Get closer to passing the cthon tests for delet...
2007-10-10 Volker Lendecker23904: Remove an unused variable reference
2007-10-10 Jeremy Allisonr23902: Fix uninitialized read in devicetype noticed...
2007-10-10 Jeremy Allisonr23858: Added srvstr_pull_buf_talloc() and srvstr_pull_...
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 Allisonr23752: Fix bug introduced by checkin 22920, allow...
2007-10-10 Volker Lendecker23731: Forgot one reference to inbuf
2007-10-10 Volker Lendecker23727: Explicitly pass down FLAGS2 to srvstr_get_path.
2007-10-10 Volker Lendecker23726: Explicitly pass down the FLAGS2 field to srvstr...
2007-10-10 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Volker Lendecker23538: Fix for wild-card rename: We can't return direc...
2007-10-10 Volker Lendecker23523: Gaa -- had renamed "name" to "path" and apparen...
next