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
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
1
-1
/
+1
*
Move the posix pending close functionality down into the VFS layer.
Michael Adam
2008-04-21
1
-1
/
+9
*
Refactoring: Make struct rpc_pipe_client its own talloc parent
Volker Lendecke
2008-04-20
1
-1
/
+2
*
Fix bug 5398
Volker Lendecke
2008-04-19
1
-3
/
+3
*
smbd: create the messaging conntext earlier
Stefan Metzmacher
2008-04-18
1
-11
/
+16
*
smbd: call reinit_after_fork() in the needed places
Stefan Metzmacher
2008-04-18
1
-16
/
+6
*
smbd: merge "smbd:backgroundqueue=no" option from the v3-0-ctdb tree
Stefan Metzmacher
2008-04-18
1
-2
/
+4
*
Remove two pointless else branches
Volker Lendecke
2008-04-14
1
-7
/
+5
*
Fix some "ignoring asprintf result" warnings
Volker Lendecke
2008-04-14
2
-20
/
+21
*
Use more error-prone form of testing dm_destroy_session() return code after d...
Alexander Bokovoy
2008-04-14
1
-1
/
+1
*
registry: rename init_registry() to registry_init_full() for consistency.
Michael Adam
2008-04-13
1
-1
/
+1
*
registry: change init_registry() to return WERROR instead of bool.
Michael Adam
2008-04-13
1
-1
/
+1
*
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
2008-04-12
1
-1
/
+5
*
Cleanup size_t return values in convert_string_allocate
Tim Prouty
2008-04-11
1
-4
/
+3
*
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
[next]