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
*
s3: Abstract access to sessionid.tdb, similar to conn_tdb.c
Volker Lendecke
2010-03-01
4
-72
/
+18
*
s3: Add connections_forall_read()
Volker Lendecke
2010-03-01
1
-3
/
+2
*
s3: Remove unused "mypid" from count_current_connections() state
Volker Lendecke
2010-03-01
1
-2
/
+0
*
s3: Use talloc_tos() in yield_connection()
Volker Lendecke
2010-02-28
1
-1
/
+2
*
s3: Remove unused count_all_current_connections()
Volker Lendecke
2010-02-28
1
-9
/
+0
*
Fix up debug info on smb2_rename code.
Jeremy Allison
2010-02-25
1
-9
/
+3
*
Implement rename/move in SMB2 from Windows7.
Jeremy Allison
2010-02-25
2
-1
/
+111
*
Make conn_close_all() safe to call from SMB2 sessions (fix crash bug).
Jeremy Allison
2010-02-24
2
-10
/
+23
*
Change the credential handling so that we start with maxmux creds,
Jeremy Allison
2010-02-24
1
-7
/
+10
*
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
2010-02-23
2
-2
/
+2
*
Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...
Jeremy Allison
2010-02-18
1
-0
/
+1
*
Fix bug #7154 - mangling method = hash can crash storing a name not containin...
Jeremy Allison
2010-02-18
1
-3
/
+5
*
Fix bug #6557 - Do not work VFS full_audit
Jeremy Allison
2010-02-17
1
-51
/
+34
*
s3: Fix bug 7139
Volker Lendecke
2010-02-17
1
-2
/
+32
*
s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()
Andrew Tridgell
2010-02-14
2
-12
/
+4
*
s3: Fix a C++ warning
Volker Lendecke
2010-02-13
1
-1
/
+1
*
Use sec_initial_uid() in the places where being root doesn't matter,
Jeremy Allison
2010-02-12
1
-1
/
+1
*
Simplify the logic in make_connection_snum(), and make it match Windows behav...
Jeremy Allison
2010-02-12
1
-41
/
+63
*
s3/smbd: change locking behavior when "lock spin time = 0".
Steven Danneman
2010-02-12
2
-7
/
+16
*
Remove #if SOFTLINK_OPTIMIZATION code.
Jeremy Allison
2010-02-12
1
-17
/
+0
*
Revert "Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_...
Jeremy Allison
2010-02-12
1
-16
/
+9
*
Fix bug #7126 - [SMBD] With access denied error smbd return wrong NT_STATUS_O...
Jeremy Allison
2010-02-12
1
-9
/
+16
*
s3: notify_onelevel does not use seqnums, so don't open asking for it
Volker Lendecke
2010-02-12
1
-1
/
+1
*
Remove the code replaced by widelinks warning.
Jeremy Allison
2010-02-11
1
-7
/
+0
*
Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...
Jeremy Allison
2010-02-11
3
-6
/
+7
*
Final part of jumbo patch for bug #7104 - "wide links" and "unix extensions" ...
Jeremy Allison
2010-02-11
1
-0
/
+12
*
Introduce lp_safe_widelinks()
Simo Sorce
2010-02-11
3
-5
/
+7
*
Fine changes to previous fix for bug #7104 - "wide links" and "unix extension...
Jeremy Allison
2010-02-11
1
-20
/
+18
*
Suplementary patch for bug #7104 - "wide links" and "unix extensions" are inc...
Jeremy Allison
2010-02-11
1
-27
/
+28
*
s3-smbd: update to use new DLIST macros
Andrew Tridgell
2010-02-10
2
-6
/
+5
*
Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...
Jeremy Allison
2010-02-09
2
-3
/
+6
*
s3:smbd: use StrCaseCmp() instead of strcasecmp
Stefan Metzmacher
2010-02-09
1
-4
/
+3
*
s3:smbd: Fix really ugly bool vs. int bug!!!
Stefan Metzmacher
2010-02-09
1
-2
/
+2
*
s3:smbd: implement api_RNetServerEnum3
Stefan Metzmacher
2010-02-08
1
-1
/
+212
*
s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()
Stefan Metzmacher
2010-02-08
1
-4
/
+6
*
s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2
Stefan Metzmacher
2010-02-08
1
-3
/
+3
*
Fix trailing whitespace errors I added (sorry).
Jeremy Allison
2010-02-05
2
-5
/
+5
*
s3-smbd: add a rate limited cleanup of brl, connections and locking db
Andrew Tridgell
2010-02-05
1
-6
/
+42
*
s3-brlock: we don't need these MSG_SMB_UNLOCK calls now
Andrew Tridgell
2010-02-05
1
-2
/
+0
*
s3-brlock: add a minimim retry time for pending blocking locks
Andrew Tridgell
2010-02-05
1
-0
/
+20
*
Remove now unused variable.
Jeremy Allison
2010-02-05
1
-1
/
+0
*
Fix bug 7104 - "wide links" and "unix extensions" are incompatible.
Jeremy Allison
2010-02-05
3
-37
/
+9
*
Add debug to make it clear when EA dosmode set is invoked.
Jeremy Allison
2010-02-01
1
-0
/
+5
*
Fix bug #7084 - Create time on directories not stored properly in an EA in ne...
Jeremy Allison
2010-02-01
1
-7
/
+0
*
Arg. Got the sense of the test reversed to fix bug #7080 - Quota only shown w...
Jeremy Allison
2010-02-01
1
-1
/
+1
*
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
2010-02-01
1
-1
/
+1
*
s3/smbd: Fix string buffer overflow causing heap corruption
Steven Danneman
2010-01-30
1
-1
/
+2
*
Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...
Jeremy Allison
2010-01-26
1
-0
/
+8
*
Correct fix for unused variable return from ndr_decode. Use it :-).
Jeremy Allison
2010-01-25
1
-0
/
+8
*
Revert "s3: remove unused Variable"
Jeremy Allison
2010-01-25
1
-0
/
+4
[next]