index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix bug 5366
Volker Lendecke
2008-04-11
1
-1
/
+6
*
Fix the build of reply_setattrE().
Günther Deschner
2008-04-08
1
-2
/
+2
*
Destroy DMAPI session when main smbd daemon exits.
Alexander Bokovoy
2008-04-08
2
-0
/
+33
*
Rewrite the wrap checks to deal with gcc 4.x optimisations.
Jeremy Allison
2008-04-07
3
-101
/
+142
*
Remove unused variable.
James Peach
2008-04-07
1
-1
/
+0
*
Fix Kerberos interop with Mac OS X 10.5 clients.
Bill Ricker
2008-04-07
2
-23
/
+33
*
smbd: make it possible to change the write time delay for testing
Stefan Metzmacher
2008-04-07
1
-1
/
+7
*
smbd: make it possible to disable get_file_infos() on searches
Stefan Metzmacher
2008-04-07
3
-14
/
+36
*
locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...
Stefan Metzmacher
2008-04-07
3
-14
/
+19
*
smbd: implement the strange write time update logic
Stefan Metzmacher
2008-04-07
8
-130
/
+235
*
locking: store the write time in the locking.tdb
Stefan Metzmacher
2008-04-07
5
-12
/
+24
*
Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.
Jeremy Allison
2008-04-02
1
-30
/
+0
*
smbd: always close the base_fsp even if the real close returned an error
Stefan Metzmacher
2008-04-01
1
-4
/
+0
*
smbd: ignore nttrans renames as w2k3 does
Stefan Metzmacher
2008-04-01
1
-24
/
+3
*
Ok, final move of this code :-). I think I've found the correct
Jeremy Allison
2008-03-31
1
-9
/
+9
*
Move the message_dispatch() call after the check for errno on
Jeremy Allison
2008-03-31
1
-11
/
+11
*
Reduce the race condition in Samba4 in RAW-RENAME test. We rename a file
Jeremy Allison
2008-03-31
1
-0
/
+9
*
Fix missing '&&'.
Jeremy Allison
2008-03-28
1
-1
/
+1
*
Only allow sendfile on non-stream fsp's. Should fix make test for streams
Jeremy Allison
2008-03-28
1
-2
/
+2
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
1
-1
/
+1
*
printclose has only 1 vwv
Volker Lendecke
2008-03-28
1
-1
/
+1
*
Fix up the comments on security=share to explain we're
Jeremy Allison
2008-03-27
1
-1
/
+5
*
posix_acls: clarify loop condition code, removing unneeded counter variable.
Michael Adam
2008-03-27
1
-7
/
+2
*
Missing HAVE_UPDWTMPX check before using updwtmpx().
Eric Cronin
2008-03-24
1
-0
/
+4
*
smbd: fix session setup with security = share.
Michael Adam
2008-03-20
1
-1
/
+1
*
Port 3c1f1f0797e from 3-0-ctdb
root
2008-03-20
1
-3
/
+57
*
[samba-3-0-ctdb.tridge @ tridge@samba.org-20070602053809-kpw5kjkcyjs8yjbl]
Andrew Tridgell
2008-03-18
1
-1
/
+1
*
Some simplifications
Volker Lendecke
2008-03-17
1
-2
/
+3
*
Coverity fixes
Marc VanHeyningen
2008-03-17
2
-2
/
+7
*
Add a debug message.
Michael Adam
2008-03-12
1
-0
/
+1
*
Using Metze's S4 nttrans rename test, the nttrans rename
Jeremy Allison
2008-03-11
1
-1
/
+1
*
Metze pointed out this we don't need FILE_ATTRIBUTE_READ here.
Jeremy Allison
2008-03-11
1
-1
/
+1
*
Allow us to pass RAW-RENAME by testing that the connection struct
Jeremy Allison
2008-03-11
1
-1
/
+1
*
Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,
Jeremy Allison
2008-03-11
3
-10
/
+13
*
Fix S3 to pass the test_raw_oplock_exclusive3 test.
Jeremy Allison
2008-03-11
2
-3
/
+4
*
registry shares: prevent creating regular share called "global".
Michael Adam
2008-03-11
1
-0
/
+4
*
Convert secrets_lock_trust_account_password to talloc
Volker Lendecke
2008-03-10
1
-4
/
+7
*
Fix some typos
Volker Lendecke
2008-03-08
1
-1
/
+1
*
Be more verbose why create local token has failed during
Günther Deschner
2008-03-06
1
-0
/
+2
*
Fix inotify detection
Volker Lendecke
2008-02-25
1
-1
/
+7
*
Allow "max mux" async i/o requests
Volker Lendecke
2008-02-24
1
-5
/
+9
*
Export aio_request_done()
Volker Lendecke
2008-02-24
1
-3
/
+9
*
AIO on streams does not work (yet...)
Volker Lendecke
2008-02-24
1
-0
/
+12
*
Fix debug messages.
Jeremy Allison
2008-02-22
1
-4
/
+5
*
Don't use fname after create_file has been called
Volker Lendecke
2008-02-22
3
-18
/
+18
*
Update position information also for AIO
Volker Lendecke
2008-02-19
1
-0
/
+5
*
Inform level II oplock holders when we write using AIO
Volker Lendecke
2008-02-19
1
-0
/
+2
*
Check return code of secrets_init() function.
Tim Potter
2008-02-18
1
-1
/
+2
*
Use new structs in reply_spnego_kerberos().
Günther Deschner
2008-02-17
1
-6
/
+5
*
Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.
Jeremy Allison
2008-02-14
1
-28
/
+81
[prev]
[next]