index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-15
s3:dbwrap: add dbwrap_store_bystring_upper().
Michael Adam
2
-0
/
+19
2009-07-15
s3:dbwrap: add dbwrap_delete_bystring_upper()
Michael Adam
2
-0
/
+17
2009-07-15
s3:dbwrap: add a wrapper dbwrap_trans_do()
Michael Adam
2
-0
/
+36
2009-07-15
torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX test
Stefan Metzmacher
1
-1
/
+1
2009-07-15
s3:smbd: add support for SMB2 SetInfo File*Information
Stefan Metzmacher
1
-1
/
+128
2009-07-15
s3:smbd: implement SMB2 GetInfo with Fs*Information
Stefan Metzmacher
1
-0
/
+47
2009-07-15
s3:smbd: return NT_STATUS_INVALID_INFO_CLASS in SMB2 GetInfo
Stefan Metzmacher
1
-3
/
+7
2009-07-15
s3:smbd: check quota access against sec_initial_uid() instead of 0
Stefan Metzmacher
1
-6
/
+6
2009-07-15
s3:lib: map ENOSYS to NT_STATUS_NOT_SUPPORTED instead of NT_STATUS_ACCESS_DENIED
Stefan Metzmacher
1
-0
/
+1
2009-07-15
s3:make test: smbtorture from s3 needs to take the config file path via the S...
Stefan Metzmacher
1
-0
/
+3
2009-07-15
SMB2-GETINFO: test SMB2_ALL_EAS
Stefan Metzmacher
1
-2
/
+2
2009-07-15
s4:libcli/smb2: add smb2_transport_credits_set_charge() to change the Credits...
Stefan Metzmacher
3
-4
/
+14
2009-07-15
SMB2-CONNECT: unlink the test file at startup
Stefan Metzmacher
1
-0
/
+2
2009-07-15
Consolidate gencache also every 100 writes in a single process
Volker Lendecke
1
-0
/
+14
2009-07-15
Consolidate string and data_blob routines in gencache
Volker Lendecke
3
-147
/
+65
2009-07-15
Make gencache more stable
Volker Lendecke
7
-15
/
+299
2009-07-15
Add tdb_data_cmp
Volker Lendecke
2
-0
/
+21
2009-07-15
Remove gencache_init/shutdown
Volker Lendecke
11
-144
/
+1
2009-07-15
Fix some nonempty blank lines
Volker Lendecke
1
-21
/
+20
2009-07-15
Remove gencache_[un]lock_key
Volker Lendecke
3
-33
/
+0
2009-07-15
TDB_CONTEXT -> "struct tdb_context"
Volker Lendecke
1
-1
/
+1
2009-07-15
Replace ASSERTs in gencache with "return false"
Volker Lendecke
1
-12
/
+18
2009-07-15
torture/smb2: fix crash bugs in the new SMB2-DIR tests
Stefan Metzmacher
1
-2
/
+2
2009-07-14
Change to talloc_zero_size instead of extra memset.
Jeremy Allison
1
-2
/
+1
2009-07-14
When tallocing a memory block for the state in a tevent_req struct,
Jeremy Allison
1
-0
/
+1
2009-07-15
s4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER to knownfail for now.
Günther Deschner
1
-0
/
+1
2009-07-14
torture/smb2: Adding SMB2 Directory enumeration torture tests.
Aravind
3
-26
/
+1265
2009-07-14
s3-passdb: fix wbc build warning.
Günther Deschner
1
-2
/
+2
2009-07-14
Fix bug 5886
Volker Lendecke
1
-8
/
+26
2009-07-14
s4-smbtorture: add RPC-SPOOLSS-PRINTER test.
Günther Deschner
2
-0
/
+444
2009-07-14
s4-smbtorture: add some tests to check spoolss_SetPrinter behavior.
Günther Deschner
1
-0
/
+558
2009-07-14
s4-smbtorture: restructure test_OpenPrinter_server in RPC-SPOOLSS a bit.
Günther Deschner
1
-5
/
+7
2009-07-14
s3: allow setting the TCP_QUICKACK socket option
Björn Jacke
1
-0
/
+3
2009-07-14
Attempt to fix the build
Volker Lendecke
1
-22
/
+0
2009-07-14
Create a talloc_stackframe for each file in wildcard unlink
Volker Lendecke
1
-0
/
+10
2009-07-14
Create a correct talloc hierarchy in make_sec_acl()
Volker Lendecke
1
-1
/
+1
2009-07-14
TALLOC_FREE(sd) in check_open_rights upon an error
Volker Lendecke
1
-0
/
+1
2009-07-14
Revert this commit :
Jeremy Allison
8
-224
/
+39
2009-07-15
s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...
Bo Yang
2
-5
/
+5
2009-07-15
s3: Fix double free in net usershare.
Bo Yang
1
-28
/
+4
2009-07-15
S3: Small fix to get rid of annoying log message.
Bo Yang
2
-2
/
+7
2009-07-15
s3: Make smbd aware of permission change of usershare. Since usershare are re...
Bo Yang
8
-28
/
+235
2009-07-14
s3: make d9c0d58236 better readble and reduce indentation
Björn Jacke
1
-13
/
+13
2009-07-14
s3: don't make same innetgr check twice
Björn Jacke
1
-8
/
+11
2009-07-14
remove all '\n' from ldb_debug
Sumit Bose
19
-57
/
+58
2009-07-14
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
16
-166
/
+179
2009-07-14
s3-account_policy: remove trailing whitespace.
Günther Deschner
1
-32
/
+32
2009-07-14
s3: re-run make idl.
Günther Deschner
2
-1
/
+7
2009-07-14
samr: add missing samr_ValidationStatus codes.
Günther Deschner
1
-1
/
+3
2009-07-14
reject ACLs with DESC_DACL_PROTECTED on GPFS
Christian Ambach
1
-0
/
+5
[next]