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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:loadparm: free the file_list at the start of loadparm
Michael Adam
2009-05-12
1
-0
/
+2
*
s3:loadparm: refactor freeing of file_list out into free_file_lists()
Michael Adam
2009-05-12
1
-13
/
+21
*
s3:proto.h: remove old param/params.c prototype
Michael Adam
2009-05-12
1
-7
/
+0
*
Fix warning about unused label with no sendfile.
Jeremy Allison
2009-05-11
1
-1
/
+2
*
Fix definition of smb_thread_once - must return int not void as
Jeremy Allison
2009-05-11
2
-2
/
+5
*
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
2009-05-11
19
-76
/
+84
*
Hopefully fix the buildfarm. Add some debug level 10 messages
Jeremy Allison
2009-05-11
2
-5
/
+20
*
Ensure documentation matches the tdb_util function usage.
Jeremy Allison
2009-05-11
1
-2
/
+2
*
s3-samr: implement _samr_RidToSid().
Günther Deschner
2009-05-12
1
-10
/
+30
*
s3-samr: Let _samr_TestPrivateFunctionsDomain() return NT_STATUS_NOT_SUPPORTE...
Günther Deschner
2009-05-12
1
-1
/
+0
*
s4-smbtorture: skip SetMemberAttributesOfGroup in RPC-SAMR for s3 as well.
Günther Deschner
2009-05-12
1
-1
/
+2
*
s4-smbtorture: Skip secdesc set calls for non-user objects in RPC-SAMR for Sa...
Günther Deschner
2009-05-12
1
-8
/
+18
*
s4-smbtorture: Fix order of assert args in test_TestPrivateFunctionsDomain() ...
Günther Deschner
2009-05-12
1
-1
/
+1
*
s4-smbtorture: switch to use torture_context in RPC-SAMR.
Günther Deschner
2009-05-12
1
-103
/
+131
*
s4-smbtorture: remove trailing whitespace in RPC-SAMR.
Günther Deschner
2009-05-12
1
-252
/
+252
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-11
1
-37
/
+37
*
Correct typos; semicolons instead of commas
Derrell Lipman
2009-05-11
1
-7
/
+7
*
s3-samr: Fix Bug #5859, renaming of samr objects failed due to samr setuserin...
Günther Deschner
2009-05-11
1
-0
/
+3
*
Add checks for non_root mode to help buildfarm spoolss tests.
Jeremy Allison
2009-05-11
1
-14
/
+18
*
s3-lsa: Fix _lsa_LookupNames2() server implementation which always returned a...
Günther Deschner
2009-05-11
1
-0
/
+1
*
s3-selftest: enable RPC-LSA-LOOKUPNAMES against Samba 3.
Günther Deschner
2009-05-11
1
-1
/
+1
*
s4-smbtorture: add very basic RPC-LSA-LOOKUPNAMES test.
Günther Deschner
2009-05-11
2
-0
/
+67
*
s4-smbtorture: add optional very simple reply checks to lsa lookup name tests.
Günther Deschner
2009-05-11
1
-7
/
+34
*
s4:smb_server: return after we have processed an invalid smb2 request
Stefan Metzmacher
2009-05-11
1
-0
/
+2
*
Move SMB2 constants to a separate file
Volker Lendecke
2009-05-11
2
-114
/
+140
*
Fix SMB2_CAP_DFS
Volker Lendecke
2009-05-11
1
-1
/
+1
*
s4-smbtorture: remove trailing whitespace in RPC-LSA test.
Günther Deschner
2009-05-11
1
-192
/
+192
*
s4-smbtorture: use struct torture_context in RPC-LSA.
Günther Deschner
2009-05-11
1
-211
/
+207
*
s3-docs: document "net dom renamecomputer".
Günther Deschner
2009-05-11
1
-0
/
+33
*
s3-net: add "net dom renamecomputer" to rename machines in a domain.
Günther Deschner
2009-05-11
2
-3
/
+114
*
Use bool instead of int for a boolean variable
Derrell Lipman
2009-05-10
1
-1
/
+1
*
Optimize smb_thread_once usage by not calling it if known already called
Derrell Lipman
2009-05-10
1
-2
/
+6
*
Panic upon mutex lock or unlock failure
Derrell Lipman
2009-05-10
1
-2
/
+2
*
Provide a libsmbclient interface for programs requiring threads
Derrell Lipman
2009-05-10
4
-1
/
+288
*
Don't require external use of internal enum smb_thread_lock_type
Derrell Lipman
2009-05-10
1
-3
/
+4
*
Replace external thread "once" with an internal implementation
Derrell Lipman
2009-05-10
3
-22
/
+66
*
Fix an unitialized variable warning
Volker Lendecke
2009-05-10
1
-0
/
+3
*
wb_int_trans -> wb_simple_trans in wbclient.c
Volker Lendecke
2009-05-09
1
-148
/
+24
*
Add wb_simple_trans_send/recv
Volker Lendecke
2009-05-09
2
-1
/
+137
*
Pass also sername to check password script
Simo Sorce
2009-05-09
1
-4
/
+12
*
Fix the mangle1 test
Volker Lendecke
2009-05-09
1
-1
/
+1
*
Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangled
Volker Lendecke
2009-05-09
1
-6
/
+11
*
s3:libsmb: fix layering of cli_ntrename_internal and its callers
Stefan Metzmacher
2009-05-09
1
-29
/
+35
*
s3: Fix chained sesssetupAndX/tconn messages
Tim Prouty
2009-05-08
1
-0
/
+7
*
s4-smbtorture: avoid secdesc test on connect handle in RPC-SAMR-USERS for Sam...
Günther Deschner
2009-05-09
1
-1
/
+3
*
s3-samr: Fix SetUserInfo level 16 and 21 w.r.t. ACB_AUTOLOCK acct_flag.
Günther Deschner
2009-05-09
1
-0
/
+10
*
s3-samr: Fix SetUserInfo level 7 when there has been no name change.
Günther Deschner
2009-05-09
1
-0
/
+6
*
s3-selftest: enable running RPC-SAMR-USERS against Samba3.
Günther Deschner
2009-05-08
1
-1
/
+1
*
s4-smbtorture: skip unsupported ACB bits for Samba3 in RPC-SAMR-USER.
Günther Deschner
2009-05-08
1
-4
/
+10
*
s3-samr: more accurateness in _samr_SetDomainInfo().
Günther Deschner
2009-05-08
1
-3
/
+3
[prev]
[next]