summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20394: This is a *VERY* early start of my work on notify.Volker Lendecke1-4/+3
2007-10-10r20372: Make NTrename the same as SMBmv w.r.t. wildcards.Jeremy Allison1-6/+12
2007-10-10r20363: Fix any possible valgrind errors in srvstr_get_XX or srvstr_pull_XXJeremy Allison1-2/+2
2007-10-10r20356: Consolidate the calls to parent_dirname() per open to one.Volker Lendecke1-1/+2
2007-10-10r20345: Simplify call_nt_transact_create by using tmp_talloc_ctx()Volker Lendecke1-14/+2
2007-10-10r20338: Restructure open_directory a bit. This gets rid of a race condition r...Volker Lendecke1-0/+8
2007-10-10r20335: Port oplock return logic from ntcreate&x to NT_TRANSACT_CREATE. Fixes...Volker Lendecke1-2/+6
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-2/+2
2007-10-10r20211: send_nt_replies does not need the inbuf argVolker Lendecke1-32/+51
2007-10-10r20178: Ensure we allocate the intermediate trans structsJeremy Allison1-1/+2
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-1/+0
2007-10-10r19001: Fix commentVolker Lendecke1-1/+1
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-0/+1
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij1-4/+4
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-2/+1
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-45/+26
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-4/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-48/+50
2007-10-10r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison1-0/+1
2007-10-10r16311: Check for NULL return. Klocwork #998.Jeremy Allison1-0/+4
2007-10-10r16295: Fix gcc4 "warning: dereferencing type-punned pointer will breakJeremy Allison1-20/+20
2007-10-10r16277: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne...Jeremy Allison1-2/+2
2007-10-10r15949: Patch for bug #3308 to stop us returning duplicateJeremy Allison1-5/+5
2007-10-10r15943: Update misleading DEBUG statements and comments that refer toJames Peach1-2/+3
2007-10-10r15450: Change profiling data macros to use stack variables rather thanJames Peach1-2/+25
2007-10-10r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...Volker Lendecke1-2/+2
2007-10-10r15030: On a performace hunt... Remove as many extraneousJeremy Allison1-2/+2
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-288/+316
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-9/+4
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+1
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-13/+13
2007-10-10r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>.Jeremy Allison1-1/+0
2007-10-10r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison1-13/+20
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-22/+7
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-415/+339
2007-10-10r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison1-0/+3
2007-10-10r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison1-2/+2
2007-10-10r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison1-6/+16
2007-10-10r6307: Ensure info requested bitmask is printed in log when querying security...Jeremy Allison1-1/+2
2007-10-10r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison1-2/+5
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-1/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r6204: Fix double-free of talloc context.Jeremy Allison1-1/+0
2007-10-10r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison1-31/+31
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison1-20/+12
2007-10-10r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison1-33/+35
2007-10-10r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison1-24/+36
2007-10-10r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison1-4/+90
2007-10-10r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison1-7/+20
2007-10-10r6014: rather large change set....Gerald Carter1-0/+2