Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20465: Get rid of a redundant !NT_STATUS_IS_OK(status) | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r20451: Survive the first of the filter-tests (mkdir). | Volker Lendecke | 1 | -3/+9 |
2007-10-10 | r20442: Slight rewrite of the change notify infrastructure. This now survives... | Volker Lendecke | 1 | -3/+27 |
2007-10-10 | r20433: Work in progress: Survive more of RAW-NOTIFY. | Volker Lendecke | 1 | -0/+11 |
2007-10-10 | r20394: This is a *VERY* early start of my work on notify. | Volker Lendecke | 1 | -4/+3 |
2007-10-10 | r20372: Make NTrename the same as SMBmv w.r.t. wildcards. | Jeremy Allison | 1 | -6/+12 |
2007-10-10 | r20363: Fix any possible valgrind errors in srvstr_get_XX or srvstr_pull_XX | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r20356: Consolidate the calls to parent_dirname() per open to one. | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r20345: Simplify call_nt_transact_create by using tmp_talloc_ctx() | Volker Lendecke | 1 | -14/+2 |
2007-10-10 | r20338: Restructure open_directory a bit. This gets rid of a race condition r... | Volker Lendecke | 1 | -0/+8 |
2007-10-10 | r20335: Port oplock return logic from ntcreate&x to NT_TRANSACT_CREATE. Fixes... | Volker Lendecke | 1 | -2/+6 |
2007-10-10 | r20237: Replace exit_server with exit_server_cleanly where appropriate. All | James Peach | 1 | -2/+2 |
2007-10-10 | r20211: send_nt_replies does not need the inbuf arg | Volker Lendecke | 1 | -32/+51 |
2007-10-10 | r20178: Ensure we allocate the intermediate trans structs | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r20124: clean up nested extern declaration warnings | Herb Lewis | 1 | -1/+0 |
2007-10-10 | r19001: Fix comment | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18789: Replace the winreg server code with the libndr parsing code. | Gerald Carter | 1 | -0/+1 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r17800: Start using struct timespec internally for file times | Jeremy Allison | 1 | -45/+26 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -48/+50 |
2007-10-10 | r16397: Fix Klocwork #11767 and drasticly simplify the | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r16311: Check for NULL return. Klocwork #998. | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r16295: Fix gcc4 "warning: dereferencing type-punned pointer will break | Jeremy Allison | 1 | -20/+20 |
2007-10-10 | r16277: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne... | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r15949: Patch for bug #3308 to stop us returning duplicate | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r15943: Update misleading DEBUG statements and comments that refer to | James Peach | 1 | -2/+3 |
2007-10-10 | r15450: Change profiling data macros to use stack variables rather than | James Peach | 1 | -2/+25 |
2007-10-10 | r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r15030: On a performace hunt... Remove as many extraneous | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 1 | -288/+316 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -9/+4 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13293: Rather a big patch I'm afraid, but this should fix bug #3347 | Jeremy Allison | 1 | -13/+13 |
2007-10-10 | r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>. | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can | Jeremy Allison | 1 | -13/+20 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -22/+7 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -415/+339 |
2007-10-10 | r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat... | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r6895: Add "acl check permissions" to turn on/off the new behaviour of | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r6633: Added "check_path_syntax_posix()" in preparation for handling | Jeremy Allison | 1 | -6/+16 |
2007-10-10 | r6307: Ensure info requested bitmask is printed in log when querying security... | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ... | Jeremy Allison | 1 | -2/+5 |
2007-10-10 | r6263: Get rid of generate_wellknown_sids, they are const static and initiali... | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r6204: Fix double-free of talloc context. | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r6203: Fix attribute return on creating a directory with nttrans_create. | Jeremy Allison | 1 | -31/+31 |
2007-10-10 | r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas... | Jeremy Allison | 1 | -20/+12 |
2007-10-10 | r6160: Ensure allocation size is correctly returned for OpenX. Only set alloc... | Jeremy Allison | 1 | -33/+35 |