r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
[ira/wip.git] / source3 / smbd / nttrans.c
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 Jeremy Allisonr23640: When we support the SeSecurity privilage, this...
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Jeremy Allisonr23450: max_params_return is complete fiction when...
2007-10-10 Jeremy Allisonr23346: Fix offline caching with XP/Vista. It was an...
2007-10-10 Gerald Carterr23206: remove unreachable code
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22492: Add objectid code.
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22129: Fix the nttrans create extended response for...
2007-10-10 Jeremy Allisonr22128: Fix the pipe open response with EXTENDED_RESPON...
2007-10-10 Jeremy Allisonr22124: Wow - NTCreateX sets the word count to 42,...
2007-10-10 Jeremy Allisonr22123: Try and fix the csc (#4404) bug by supporting...
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Jeremy Allisonr21800: Check-in the DFS rewrite. I am still testing...
2007-10-10 Jeremy Allisonr21754: Volker is completely correct. There's no need for
2007-10-10 Volker Lendecker21748: More cosmetic alignment. One change to call_nt_...
2007-10-10 Volker Lendecker21747: Cosmetic checkin to bring ntcreate and nttransc...
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 Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker21123: Make notify_fsp() static to notify.c.
2007-10-10 Volker Lendecker21121: Fix error message, based on RAW-NOTIFY
2007-10-10 Volker Lendecker21092: Ok, that's the one that activates the Samba4...
2007-10-10 Herb Lewisr21002: Get rid of unused macros - merge change from...
2007-10-10 Volker Lendecker20931: This changes the notify infrastructure from...
2007-10-10 Volker Lendecker20878: Fix build with --enable-profiling
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Volker Lendecker20854: Ok, now I think we're at a point where looking...
2007-10-10 Jeremy Allisonr20844: Somewhat radical change - this may break the...
2007-10-10 Jeremy Allisonr20781: Fix a couple of paths found by Volker where...
2007-10-10 Jeremy Allisonr20724: Get closer to passing RAW-OPEN. If the client...
2007-10-10 Jeremy Allisonr20718: Sync up the filename path parsing changes from...
2007-10-10 Volker Lendecker20634: A *LOT* more work is necessary before touching...
2007-10-10 Volker Lendecker20612: A checkin I've wanted to do for ages: For bad_p...
2007-10-10 Volker Lendecker20611: All but one callers to set_bad_path_error have...
2007-10-10 Volker Lendecker20470: Jeremy, another one to check:
2007-10-10 Volker Lendecker20465: Get rid of a redundant !NT_STATUS_IS_OK(status)
2007-10-10 Volker Lendecker20451: Survive the first of the filter-tests (mkdir).
2007-10-10 Volker Lendecker20442: Slight rewrite of the change notify infrastruct...
2007-10-10 Volker Lendecker20433: Work in progress: Survive more of RAW-NOTIFY.
2007-10-10 Volker Lendecker20394: This is a *VERY* early start of my work on...
2007-10-10 Jeremy Allisonr20372: Make NTrename the same as SMBmv w.r.t. wildcards.
2007-10-10 Jeremy Allisonr20363: Fix any possible valgrind errors in srvstr_get_...
2007-10-10 Volker Lendecker20356: Consolidate the calls to parent_dirname() per...
2007-10-10 Volker Lendecker20345: Simplify call_nt_transact_create by using tmp_t...
2007-10-10 Volker Lendecker20338: Restructure open_directory a bit. This gets...
2007-10-10 Volker Lendecker20335: Port oplock return logic from ntcreate&x to...
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Volker Lendecker20211: send_nt_replies does not need the inbuf arg
2007-10-10 Jeremy Allisonr20178: Ensure we allocate the intermediate trans structs
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Volker Lendecker19001: Fix comment
2007-10-10 Gerald Carterr18789: Replace the winreg server code with the libndr...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16397: Fix Klocwork #11767 and drasticly simplify the
2007-10-10 Jeremy Allisonr16311: Check for NULL return. Klocwork #998.
2007-10-10 Jeremy Allisonr16295: Fix gcc4 "warning: dereferencing type-punned...
2007-10-10 Jeremy Allisonr16277: Start fixing up gcc4 -O6 warnings on an x86_64...
2007-10-10 Jeremy Allisonr15949: Patch for bug #3308 to stop us returning duplicate
2007-10-10 James Peachr15943: Update misleading DEBUG statements and comments...
2007-10-10 James Peachr15450: Change profiling data macros to use stack varia...
2007-10-10 Volker Lendecker15266: Fix bug 3720. I wonder why -O1 compiles did...
2007-10-10 Jeremy Allisonr15030: On a performace hunt... Remove as many extraneous
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr12491: End profile fixes from SATOH Fumiyasu <fumiya...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7842: With the patch I sent Steve yesterday this gives...
2007-10-10 Jeremy Allisonr6895: Add "acl check permissions" to turn on/off the...
2007-10-10 Jeremy Allisonr6633: Added "check_path_syntax_posix()" in preparation...
2007-10-10 Jeremy Allisonr6307: Ensure info requested bitmask is printed in...
2007-10-10 Jeremy Allisonr6269: With help from Marcel Müller <mueller@maazl...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6204: Fix double-free of talloc context.
2007-10-10 Jeremy Allisonr6203: Fix attribute return on creating a directory...
2007-10-10 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2007-10-10 Jeremy Allisonr6160: Ensure allocation size is correctly returned...
2007-10-10 Jeremy Allisonr6146: Added OS/2 EA support in trans2_open and trans2_...
2007-10-10 Jeremy Allisonr6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir...
2007-10-10 Jeremy Allisonr6124: Fix for bug #2242 from Tom Lackemann <cessnatomn...
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Jeremy Allisonr5893: Get us to pass some of the Samba4 EA tests....
2007-10-10 Jeremy Allisonr5720: Attempt to fix bug #2382 (Excel shared workbook...
2007-10-10 Jeremy Allisonr5637: Actually test and fix the crash bugs (sorry:-).
2007-10-10 Jeremy Allisonr5636: Re-add the allocation size - parameterized by...
2007-10-10 Jeremy Allisonr5548: Stop lying about allocation sizes to Windows...
2007-10-10 Jeremy Allisonr5530: Keep the TRANS call up to date with the NTCreate...
next