index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Coverity ID 853 (UNINIT) -- Kai, please check!
Volker Lendecke
2009-04-28
1
-0
/
+3
*
s4:selftest: don't run the smb2.durable.open test
Stefan Metzmacher
2009-04-25
1
-0
/
+1
*
s4:RPC-ECHO: disable the timeout test as it can't work with our client library
Stefan Metzmacher
2009-04-25
1
-1
/
+4
*
RAW-LOCK: samba4 behaves like windows 7 in regard of locking error codes
Stefan Metzmacher
2009-04-25
1
-7
/
+13
*
s4:torture: use torture api instead of printf for RAW-LOCK
Stefan Metzmacher
2009-04-25
1
-234
/
+168
*
s4:selftest: s4 doesn't support osxrename and directory rename yet
Stefan Metzmacher
2009-04-25
1
-0
/
+2
*
s4:tortore: use torture api instead of printf in RAW-RENAME
Stefan Metzmacher
2009-04-25
1
-36
/
+38
*
s4-smbtorture: add test_ControlService() to RPC-SVCCTL.
Günther Deschner
2009-04-24
1
-0
/
+34
*
s4-smbtorture: add test_StartServiceW() to RPC-SVCCTL.
Günther Deschner
2009-04-24
1
-0
/
+34
*
s4-smbtorture: change default service to spooler in RPC-SVCCTL.
Günther Deschner
2009-04-24
1
-1
/
+1
*
Rename the top-level LDB test to LOCAL-LDB, so it gets picked up by the
Jelmer Vernooij
2009-04-24
5
-25
/
+13
*
s4:torture Fix segfault in RPC-SAMSYNC
Andrew Bartlett
2009-04-24
1
-1
/
+1
*
s4:torture Add tests for prefixMap custom attribute handler
Andrew Bartlett
2009-04-24
1
-0
/
+34
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
Andrew Bartlett
2009-04-24
5
-23
/
+33
|
\
|
*
Provide a ldb_global_init() function for compatibility with older versions of...
Jelmer Vernooij
2009-04-23
1
-0
/
+6
|
*
Fix of a bug in the security.descriptor.as_sddl() method
nadezhda ivanova
2009-04-23
2
-1
/
+7
|
*
Add a new non-convenience version of push_codepoint.
Jelmer Vernooij
2009-04-23
2
-22
/
+20
*
|
More lcov code coverage generation work
Andrew Bartlett
2009-04-23
1
-3
/
+3
*
|
s4:torture use common libcli/auth crypto code
Andrew Bartlett
2009-04-23
1
-11
/
+9
|
/
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
Andrew Bartlett
2009-04-23
2
-70
/
+105
|
\
|
*
Add async support for reply_tcon* and ntvfs_connect
Sam Liddicott
2009-04-23
2
-70
/
+105
*
|
s4:test Include 'source4' in directories to find lcov in
Andrew Bartlett
2009-04-23
1
-1
/
+1
|
/
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into abartlet-devel
Andrew Bartlett
2009-04-23
9
-6
/
+48
|
\
|
*
Fix Coverity ID 628, Andrew B., please check!
Volker Lendecke
2009-04-23
1
-1
/
+1
|
*
errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL
Kai Blin
2009-04-23
1
-1
/
+1
|
*
errormap: Add wbcErr to NTSTATUS mappings
Kai Blin
2009-04-22
1
-0
/
+37
|
*
s4-build: Also search ../nsswitch for make (c|e)tags
Kai Blin
2009-04-22
1
-1
/
+1
|
*
s4:ldb: fix extrasemi compile warning
Björn Jacke
2009-04-22
1
-1
/
+1
|
*
s4:ldb: do talloc_free and return NULL when we have no matches to return
Björn Jacke
2009-04-22
1
-0
/
+4
|
*
libcli: fix a "not handled in switch" compile warning
Björn Jacke
2009-04-22
1
-0
/
+1
|
*
ѕ4: fix a "not handled in switch" compile warning
Björn Jacke
2009-04-22
1
-0
/
+2
|
*
Fix make install; don't install drsuapi.h and fix the location of
Jelmer Vernooij
2009-04-21
1
-1
/
+1
|
*
Revert "Use an absolute path to ensure that we can always regenerate tables.c"
Stefan Metzmacher
2009-04-21
1
-2
/
+0
*
|
s4:test Fix 'make lcov' in Samba4
Andrew Bartlett
2009-04-23
1
-2
/
+2
*
|
s4:samr Use ldb_context * rather than void *
Andrew Bartlett
2009-04-23
1
-1
/
+1
|
/
*
Move the security_descriptor utility code to the top-level.
Jelmer Vernooij
2009-04-21
3
-535
/
+2
*
Add str() for policy_handles.
Andrew Bartlett
2009-04-21
2
-2
/
+17
*
python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...
Andrew Bartlett
2009-04-21
2
-0
/
+49
*
python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...
Andrew Bartlett
2009-04-21
3
-0
/
+141
*
Fix Samba 4 Makefile to also clean ../libgpo
Wilco Baan Hofman
2009-04-20
1
-1
/
+1
*
Move some headers around to avoid confusion.
Wilco Baan Hofman
2009-04-20
1
-2
/
+6
*
Move some headers around to avoid confusion.
Wilco Baan Hofman
2009-04-20
1
-0
/
+0
*
Make the gpo files build for samba 4.
Wilco Baan Hofman
2009-04-20
4
-0
/
+286
*
Add nt_token_check_sid convenience function. Map NT_USER_TOKEN to struct secu...
Wilco Baan Hofman
2009-04-20
2
-0
/
+29
*
Add ../libgpo to samba4 srcdir list in rules.mk.
Wilco Baan Hofman
2009-04-20
1
-1
/
+1
*
Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...
Wilco Baan Hofman
2009-04-20
3
-20
/
+61
*
Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.
Wilco Baan Hofman
2009-04-20
2
-0
/
+309
*
Move gpo_sec to top-level.
Jelmer Vernooij
2009-04-20
1
-1
/
+1
*
s4:librpc/rpc: pass async as argument to dcerpc_ndr_request_send()
Stefan Metzmacher
2009-04-20
2
-8
/
+9
*
s4:librpc/rpc: remove async argument from the sync dcerpc_request() function
Stefan Metzmacher
2009-04-20
6
-10
/
+8
[next]