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
...
|
*
Replace ASSERTs in gencache with "return false"
Volker Lendecke
2009-07-15
1
-12
/
+18
|
*
torture/smb2: fix crash bugs in the new SMB2-DIR tests
Stefan Metzmacher
2009-07-15
1
-2
/
+2
|
*
Change to talloc_zero_size instead of extra memset.
Jeremy Allison
2009-07-14
1
-2
/
+1
|
*
When tallocing a memory block for the state in a tevent_req struct,
Jeremy Allison
2009-07-14
1
-0
/
+1
|
*
s4-selftest: ok, s4 cant print. add RPC-SPOOLSS-PRINTER to knownfail for now.
Günther Deschner
2009-07-15
1
-0
/
+1
|
*
torture/smb2: Adding SMB2 Directory enumeration torture tests.
Aravind
2009-07-14
3
-26
/
+1265
|
*
s3-passdb: fix wbc build warning.
Günther Deschner
2009-07-14
1
-2
/
+2
|
*
Fix bug 5886
Volker Lendecke
2009-07-14
1
-8
/
+26
|
*
s4-smbtorture: add RPC-SPOOLSS-PRINTER test.
Günther Deschner
2009-07-14
2
-0
/
+444
|
*
s4-smbtorture: add some tests to check spoolss_SetPrinter behavior.
Günther Deschner
2009-07-14
1
-0
/
+558
|
*
s4-smbtorture: restructure test_OpenPrinter_server in RPC-SPOOLSS a bit.
Günther Deschner
2009-07-14
1
-5
/
+7
|
*
s3: allow setting the TCP_QUICKACK socket option
Björn Jacke
2009-07-14
1
-0
/
+3
|
*
Attempt to fix the build
Volker Lendecke
2009-07-14
1
-22
/
+0
|
*
Create a talloc_stackframe for each file in wildcard unlink
Volker Lendecke
2009-07-14
1
-0
/
+10
|
*
Create a correct talloc hierarchy in make_sec_acl()
Volker Lendecke
2009-07-14
1
-1
/
+1
|
*
TALLOC_FREE(sd) in check_open_rights upon an error
Volker Lendecke
2009-07-14
1
-0
/
+1
|
*
Revert this commit :
Jeremy Allison
2009-07-14
8
-224
/
+39
|
*
s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...
Bo Yang
2009-07-15
2
-5
/
+5
|
*
s3: Fix double free in net usershare.
Bo Yang
2009-07-15
1
-28
/
+4
|
*
S3: Small fix to get rid of annoying log message.
Bo Yang
2009-07-15
2
-2
/
+7
|
*
s3: Make smbd aware of permission change of usershare. Since usershare are re...
Bo Yang
2009-07-15
8
-28
/
+235
|
*
s3: make d9c0d58236 better readble and reduce indentation
Björn Jacke
2009-07-14
1
-13
/
+13
|
*
s3: don't make same innetgr check twice
Björn Jacke
2009-07-14
1
-8
/
+11
|
*
remove all '\n' from ldb_debug
Sumit Bose
2009-07-14
19
-57
/
+58
|
*
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
2009-07-14
16
-166
/
+179
|
*
s3-account_policy: remove trailing whitespace.
Günther Deschner
2009-07-14
1
-32
/
+32
|
*
s3: re-run make idl.
Günther Deschner
2009-07-14
2
-1
/
+7
|
*
samr: add missing samr_ValidationStatus codes.
Günther Deschner
2009-07-14
1
-1
/
+3
|
*
reject ACLs with DESC_DACL_PROTECTED on GPFS
Christian Ambach
2009-07-14
1
-0
/
+5
|
*
Make cli_posix_lock/unlock asynchronous.
Jeremy Allison
2009-07-13
4
-63
/
+247
|
*
Fix set_posix_lock check which had been reversed in the recent
Jeremy Allison
2009-07-13
1
-1
/
+1
|
*
s3-pdb_ads: set correct pdb field with the value from 'accountExpires' attrib...
Günther Deschner
2009-07-13
1
-1
/
+1
|
*
s3:net: Fix Bug #6222. Default to DRSUAPI replication for net rpc vampire keytab
Stefan Metzmacher
2009-07-13
1
-4
/
+7
|
*
s3-rpc_server: pass down full unix token to map_max_allowed_access().
Günther Deschner
2009-07-13
3
-18
/
+37
|
*
libds: merge the UF<->ACB flag mapping functions.
Günther Deschner
2009-07-13
14
-201
/
+51
|
*
libds: share UF_ flags between samba3 and 4.
Günther Deschner
2009-07-13
17
-169
/
+86
|
*
s3:smbd: close_file() handles named pipes just fine, no reason to return NOT_...
Stefan Metzmacher
2009-07-13
1
-5
/
+0
|
*
s3:smbd: make smbd_do_qfsinfo() non static for use in SMB2 GetInfo
Stefan Metzmacher
2009-07-13
2
-8
/
+17
|
*
s3:smbd: split out smbd_do_qfsinfo() from call_trans2qfsinfo()
Stefan Metzmacher
2009-07-13
1
-79
/
+93
|
*
s3:smbd: make smbd_do_setfilepathinfo() non static for use in SMB2 SetInfo
Stefan Metzmacher
2009-07-13
2
-8
/
+17
|
*
s3:smbd: split out smbd_do_setfilepathinfo() from call_trans2setfilepathinfo()
Stefan Metzmacher
2009-07-13
1
-188
/
+216
|
*
s3:smbd: start SMB2 GetInfo support for File*Information levels
Stefan Metzmacher
2009-07-12
1
-1
/
+139
|
*
s3:smbd: add support for marshalling SMB2 FileFullEaInformation
Stefan Metzmacher
2009-07-12
1
-0
/
+92
|
*
s3:smbd: add support for marshalling SMB2 FileAllInformation
Stefan Metzmacher
2009-07-12
1
-0
/
+36
|
*
s3:smbd: filter out SMB2 specific private query info levels for SMB1
Stefan Metzmacher
2009-07-12
1
-0
/
+9
|
*
s3:smbd: make smbd_do_qfilepathinfo() non static for use in SMB2
Stefan Metzmacher
2009-07-12
2
-15
/
+31
|
*
s3:smbd: split calculation and mashalling of file index and access_mask
Stefan Metzmacher
2009-07-12
1
-13
/
+19
|
*
s3:smbd: split out smbd_do_qfilepathinfo() from call_trans2qfilepathinfo()
Stefan Metzmacher
2009-07-12
1
-459
/
+504
|
*
s3:smbd: add missing return after reply_nterror()
Stefan Metzmacher
2009-07-12
1
-0
/
+1
|
*
Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ...
Jeremy Allison
2009-07-10
7
-87
/
+79
[prev]
[next]