r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
[tprouty/samba.git] / source / smbd / trans2.c
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 Jeremy Allisonr25009: Large patch discussed with Volker. Move unix_co...
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Volker Lendecker24699: Actually write 24 zeros instead of zero 24...
2007-10-10 Volker Lendecker24548: Fix the case-changing renames
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 Jeremy Allisonr24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.
2007-10-10 Jeremy Allisonr24470: Start fixing up the mapping of OBJECT_NAME_COLL...
2007-10-10 Volker Lendecker24444: Convert reply_find[n]close to the new API
2007-10-10 Volker Lendecker24362: Initialize padding also when no params are...
2007-10-10 Volker Lendecker24320: Fix the wct checks in reply_trans2 and the...
2007-10-10 Volker Lendecker24163: Remove the send_trans2_replies_new wrapper
2007-10-10 Volker Lendecker24162: send_trans2_replies is now static in trans2.c
2007-10-10 Volker Lendecker24161: handle_trans2 takes care of errors itself,...
2007-10-10 Volker Lendecker24160: process_trans2 in smbd/blocking.c used send_tra...
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 Lendecker24155: Check wct in reply_trans2
2007-10-10 Volker Lendecker24154: handle_trans2 does not reference inbuf/outbuf...
2007-10-10 Volker Lendecker24153: Convert call_trans2setfsinfo to the new API.
2007-10-10 Volker Lendecker24152: Convert call_trans2ioctl to the new API
2007-10-10 Volker Lendecker24151: Convert call_trans2getdfsreferral to the new API
2007-10-10 Volker Lendecker24150: Convert call_trans2qfsinfo to the new API
2007-10-10 Volker Lendecker24149: Convert call_trans2setfilepathinfo to the new API
2007-10-10 Volker Lendecker24148: Remove some inbuf refs from subcommands of...
2007-10-10 Volker Lendecker24147: Remove some inbuf refs from call_trans2setfilep...
2007-10-10 Volker Lendecker24144: Fix the build
2007-10-10 Volker Lendecker24143: Convert call_trans2qfilepathinfo to the new API
2007-10-10 Volker Lendecker24142: Remove some direct inbuf references from call_t...
2007-10-10 Volker Lendecker24140: Convert call_trans2findnotifyfirst/next to...
2007-10-10 Volker Lendecker24139: Convert call_trans2mkdir to the new API
2007-10-10 Volker Lendecker24138: Convert call_trans2findnext to the new API
2007-10-10 Volker Lendecker24137: Convert call_trans2findfirst to the new API
2007-10-10 Volker Lendecker24136: get_lanman2_dir_entry() does not need access...
2007-10-10 Volker Lendecker24135: Convert call_trans2open to the new API
2007-10-10 Volker Lendecker24134: talloc smb_request for handle_trans2
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 Lendecker24106: Pass fnum instead of buf/offset into get_rpc_pipe_p
2007-10-10 Volker Lendecker24102: Pass the fid instead of inbuf and an offset...
2007-10-10 Volker Lendecker24101: Move prohibited_ea_names[] into samba_private_a...
2007-10-10 Jeremy Allisonr23942: Fix issue found by Shlomi Yaakobovich <Shlomi...
2007-10-10 Jeremy Allisonr23935: We were lying to the client in the case of...
2007-10-10 Volker Lendecker23877: Fix two segfaults in (very unlikely) error...
2007-10-10 Jeremy Allisonr23855: Setting the allocation size updates the modifie...
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 Lendecker23761: Rename reduce_name to check_reduced_name
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 Lendecker23500: Two changes to survive the now activated test...
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr23106: Use lchown for symlinks.
2007-10-10 Jeremy Allisonr23100: Implement the delete on close semantics I've...
2007-10-10 Jeremy Allisonr23087: Fix POSIX setfilepathinfo to use lstat, not...
2007-10-10 Jeremy Allisonr23014: For all branches, ensure that if we're blocked...
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Volker Lendecker22846: Chunk one to replace message_send_pid with...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22493: Fix horrible memory corruption bug with CIFS...
2007-10-10 Jeremy Allisonr22491: Fix the build (3.0.25 and 3.0 are different...
2007-10-10 Jeremy Allisonr22490: Fix a couple of bugs found whist investigating...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22266: Fix bug #4512 - we were returning a volume...
2007-10-10 Jeremy Allisonr22064: Fix the DFS code to work better with Vista...
2007-10-10 Jeremy Allisonr22010: Now I'm looking at mangling again, make sure
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21991: I hate Steve French :-). Add support for encryption
2007-10-10 Jeremy Allisonr21952: Fix critical (!) error found by IBM checker.
2007-10-10 James Peachr21950: After discussion with the Apple and Linux clien...
2007-10-10 Jeremy Allisonr21898: Added test command, fixed first valgrind bugs.
2007-10-10 Jeremy Allisonr21897: Add in a basic raw NTLM encrypt request. Now
2007-10-10 Jeremy Allisonr21882: The server part of the code has to use an AUTH_...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21792: Fix crash bug triggered by Excel reported by...
2007-10-10 Jeremy Allisonr21783: Add in the "create info" field to the reply
2007-10-10 Jeremy Allisonr21777: As Stevef requested and the Apple guys agreed...
2007-10-10 James Peachr21766: Fix compiler warning.
2007-10-10 James Peachr21765: Fix the build for HP-UX.
2007-10-10 James Peachr21763: Add support for the UNIX_INFO2 infolevel.
2007-10-10 Jeremy Allisonr21754: Volker is completely correct. There's no need for
2007-10-10 James Peachr21717: Support the SMB_QUERY_POSIX_WHOAMI info level...
2007-10-10 Jeremy Allisonr21714: Change the VFS interface to use struct timespec
2007-10-10 Jeremy Allisonr21672: The cannonical file access pattern should look...
2007-10-10 Jeremy Allisonr21667: posix_unlink should break existing oplocks.
2007-10-10 Jeremy Allisonr21645: Make posix_unlink work - on open files too !
2007-10-10 Jeremy Allisonr21644: Allow mkdir on platforms with no O_DIRECTORY.
2007-10-10 Jeremy Allisonr21638: Change POSIX_UNLINK to allow clients to differe...
2007-10-10 Jeremy Allisonr21603: Horrible backwards compatibility hack as an...
2007-10-10 Volker Lendecker21379: Attempt to fix the build on "gwen"
2007-10-10 Jeremy Allisonr21247: In the refactoring I dropped a RESOLVE_DFSPATH...
2007-10-10 Jeremy Allisonr21246: Remove incorrect control on unix set info.
2007-10-10 Jeremy Allisonr21229: Don't indirect through a potentially null point...
2007-10-10 Jeremy Allisonr21227: Quick fix for Stevef - ensure the returned...
2007-10-10 Jeremy Allisonr21210: Fix POSIX open to return an info level.
2007-10-10 Jeremy Allisonr21207: Make the code match the spec :-).
next