summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* r19001: Fix commentVolker Lendecke2007-10-101-1/+1
* r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter2007-10-101-0/+1
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-4/+4
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-2/+1
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-45/+26
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-4/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-48/+50
* r16397: Fix Klocwork #11767 and drasticly simplify theJeremy Allison2007-10-101-0/+1
* r16311: Check for NULL return. Klocwork #998.Jeremy Allison2007-10-101-0/+4
* r16295: Fix gcc4 "warning: dereferencing type-punned pointer will breakJeremy Allison2007-10-101-20/+20
* r16277: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne...Jeremy Allison2007-10-101-2/+2
* r15949: Patch for bug #3308 to stop us returning duplicateJeremy Allison2007-10-101-5/+5
* r15943: Update misleading DEBUG statements and comments that refer toJames Peach2007-10-101-2/+3
* r15450: Change profiling data macros to use stack variables rather thanJames Peach2007-10-101-2/+25
* r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...Volker Lendecke2007-10-101-2/+2
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2007-10-101-2/+2
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-288/+316
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-9/+4
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-13/+13
* r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>.Jeremy Allison2007-10-101-1/+0
* r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2007-10-101-13/+20
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-22/+7
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-415/+339
* r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...Jeremy Allison2007-10-101-0/+3
* r6895: Add "acl check permissions" to turn on/off the new behaviour ofJeremy Allison2007-10-101-2/+2
* r6633: Added "check_path_syntax_posix()" in preparation for handlingJeremy Allison2007-10-101-6/+16
* r6307: Ensure info requested bitmask is printed in log when querying security...Jeremy Allison2007-10-101-1/+2
* r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...Jeremy Allison2007-10-101-2/+5
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-1/+0
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+2
* r6204: Fix double-free of talloc context.Jeremy Allison2007-10-101-1/+0
* r6203: Fix attribute return on creating a directory with nttrans_create.Jeremy Allison2007-10-101-31/+31
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-20/+12
* r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc...Jeremy Allison2007-10-101-33/+35
* r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2007-10-101-24/+36
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2007-10-101-4/+90
* r6124: Fix for bug #2242 from Tom Lackemann <cessnatomny@yahoo.com> - don'tJeremy Allison2007-10-101-7/+20
* r6014: rather large change set....Gerald Carter2007-10-101-0/+2
* r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to beJeremy Allison2007-10-101-0/+5
* r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison2007-10-101-1/+1
* r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison2007-10-101-2/+2
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2007-10-101-4/+4
* r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison2007-10-101-4/+4
* r5530: Keep the TRANS call up to date with the NTCreateX call.Jeremy Allison2007-10-101-1/+11
* r5524: Don't do share mode checks on can_delete if open, the rest of the openJeremy Allison2007-10-101-1/+2
* r5510: Optimisation to only do can_delete check if client asks for FILE_SHARE...Jeremy Allison2007-10-101-0/+9
* r5497: Fix for DIR1 failures in build farm. It struck me that weJeremy Allison2007-10-101-2/+6
* r5324: In order to process DELETE_ACCESS correctly and return access deniedJeremy Allison2007-10-101-0/+18
* r5225: fix mem leak and debug messageStefan Metzmacher2007-10-101-1/+2