Age | Commit message (Expand) | Author | Files | Lines |
2008-04-02 | Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>. | Jeremy Allison | 1 | -30/+0 |
2008-04-01 | smbd: always close the base_fsp even if the real close returned an error | Stefan Metzmacher | 1 | -4/+0 |
2008-04-01 | smbd: ignore nttrans renames as w2k3 does | Stefan Metzmacher | 1 | -24/+3 |
2008-03-31 | Ok, final move of this code :-). I think I've found the correct | Jeremy Allison | 1 | -9/+9 |
2008-03-31 | Move the message_dispatch() call after the check for errno on | Jeremy Allison | 1 | -11/+11 |
2008-03-31 | Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file | Jeremy Allison | 1 | -0/+9 |
2008-03-28 | Fix missing '&&'. | Jeremy Allison | 1 | -1/+1 |
2008-03-28 | Only allow sendfile on non-stream fsp's. Should fix make test for streams | Jeremy Allison | 1 | -2/+2 |
2008-03-28 | Add a talloc context parameter to current_timestring() to fix memleaks. | Michael Adam | 1 | -1/+1 |
2008-03-28 | printclose has only 1 vwv | Volker Lendecke | 1 | -1/+1 |
2008-03-27 | Fix up the comments on security=share to explain we're | Jeremy Allison | 1 | -1/+5 |
2008-03-27 | posix_acls: clarify loop condition code, removing unneeded counter variable. | Michael Adam | 1 | -7/+2 |
2008-03-24 | Missing HAVE_UPDWTMPX check before using updwtmpx(). | Eric Cronin | 1 | -0/+4 |
2008-03-20 | smbd: fix session setup with security = share. | Michael Adam | 1 | -1/+1 |
2008-03-20 | Port 3c1f1f0797e from 3-0-ctdb | root | 1 | -3/+57 |
2008-03-18 | [samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl] | Andrew Tridgell | 1 | -1/+1 |
2008-03-17 | Some simplifications | Volker Lendecke | 1 | -2/+3 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 2 | -2/+7 |
2008-03-12 | Add a debug message. | Michael Adam | 1 | -0/+1 |
2008-03-11 | Using Metze's S4 nttrans rename test, the nttrans rename | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | Metze pointed out this we don't need FILE_ATTRIBUTE_READ here. | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | Allow us to pass RAW-RENAME by testing that the connection struct | Jeremy Allison | 1 | -1/+1 |
2008-03-11 | Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19, | Jeremy Allison | 3 | -10/+13 |
2008-03-11 | Fix S3 to pass the test_raw_oplock_exclusive3 test. | Jeremy Allison | 2 | -3/+4 |
2008-03-11 | registry shares: prevent creating regular share called "global". | Michael Adam | 1 | -0/+4 |
2008-03-10 | Convert secrets_lock_trust_account_password to talloc | Volker Lendecke | 1 | -4/+7 |
2008-03-08 | Fix some typos | Volker Lendecke | 1 | -1/+1 |
2008-03-06 | Be more verbose why create local token has failed during | Günther Deschner | 1 | -0/+2 |
2008-02-25 | Fix inotify detection | Volker Lendecke | 1 | -1/+7 |
2008-02-24 | Allow "max mux" async i/o requests | Volker Lendecke | 1 | -5/+9 |
2008-02-24 | Export aio_request_done() | Volker Lendecke | 1 | -3/+9 |
2008-02-24 | AIO on streams does not work (yet...) | Volker Lendecke | 1 | -0/+12 |
2008-02-22 | Fix debug messages. | Jeremy Allison | 1 | -4/+5 |
2008-02-22 | Don't use fname after create_file has been called | Volker Lendecke | 3 | -18/+18 |
2008-02-19 | Update position information also for AIO | Volker Lendecke | 1 | -0/+5 |
2008-02-19 | Inform level II oplock holders when we write using AIO | Volker Lendecke | 1 | -0/+2 |
2008-02-18 | Check return code of secrets_init() function. | Tim Potter | 1 | -1/+2 |
2008-02-17 | Use new structs in reply_spnego_kerberos(). | Günther Deschner | 1 | -6/+5 |
2008-02-14 | Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP. | Jeremy Allison | 1 | -28/+81 |
2008-02-14 | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 1 | -4/+16 |
2008-02-14 | Ensure invalidate_vuid() deletes any ntlmssp state. | Jeremy Allison | 1 | -0/+4 |
2008-02-11 | smbd: use make usage of wbcDomainInfo() | Stefan Metzmacher | 1 | -15/+9 |
2008-02-08 | Fix some typos. | Karolin Seeger | 1 | -1/+1 |
2008-02-06 | Make operator precedence very clear. | Jeremy Allison | 1 | -1/+1 |
2008-02-06 | Change the file time before we change the file mode. | Alexander Bokovoy | 1 | -6/+6 |
2008-02-06 | Allow actual call to set file offline | Alexander Bokovoy | 1 | -12/+20 |
2008-02-06 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into dmapi-int... | Alexander Bokovoy | 7 | -208/+155 |
2008-02-05 | Fix a couple of "might be used uninitialized" warnings. | Jeremy Allison | 1 | -2/+2 |
2008-02-05 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-02-04 | str_list_free is not needed anymore | Volker Lendecke | 1 | -4/+2 |