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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-svcctl: use pidl based struct SERVICE_STATUS.
Günther Deschner
2009-01-08
9
-24
/
+18
*
s3: re-run make samba3-idl.
Günther Deschner
2009-01-08
3
-7
/
+104
*
s3-svcctl: add copyright to svcctl rpc_server.
Günther Deschner
2009-01-08
1
-2
/
+5
*
s3-svcctl: remove some more redundant headers.
Günther Deschner
2009-01-08
4
-16
/
+3
*
s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.
Günther Deschner
2009-01-08
2
-4
/
+4
*
s3-svcctl: remove (now duplicate) defines.
Günther Deschner
2009-01-08
1
-22
/
+0
*
svcctl: add svcctl_ServiceStatus and svcctl_ControlsAccepted.
Günther Deschner
2009-01-08
1
-2
/
+24
*
s3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.
Günther Deschner
2009-01-08
1
-5
/
+0
*
Don't attempt to use GNUTLS >= 2.6, as it is known broken with the socket-tls...
Jelmer Vernooij
2009-01-08
1
-30
/
+28
*
Fix ldap.py test on systems that *can* find the record (the search fails here...
Jelmer Vernooij
2009-01-08
1
-1
/
+1
*
Print the failed value in the time tests.
Jelmer Vernooij
2009-01-08
1
-5
/
+8
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-08
55
-929
/
+1531
|
\
|
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
39
-306
/
+554
|
*
s3:smbd: variables in a main() don't need to be static
Stefan Metzmacher
2009-01-08
1
-7
/
+7
|
*
s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()
Stefan Metzmacher
2009-01-08
1
-7
/
+1
|
*
s3:smbd: keep dmapi globals in one context struct
Stefan Metzmacher
2009-01-08
1
-28
/
+44
|
*
s3:smbd: remove stupid static variables for the nfs quota code
Stefan Metzmacher
2009-01-08
1
-16
/
+20
|
*
s3:smbd: remove pointless static variable in uid.c
Stefan Metzmacher
2009-01-08
1
-7
/
+4
|
*
s3:smbd: make static const in mangle_hash2.c really static const
Stefan Metzmacher
2009-01-08
1
-1
/
+1
|
*
s3:smbd: make const globals in mangle_hash2.c really static const
Stefan Metzmacher
2009-01-08
1
-2
/
+2
|
*
s3:smbd: make globals in utmp.c static const
Stefan Metzmacher
2009-01-08
1
-4
/
+4
|
*
s3:smbd: it's pointless to have a global magic_char
Stefan Metzmacher
2009-01-08
1
-4
/
+7
|
*
s3:smbd: remove pointless static variables in chgpasswd.c
Stefan Metzmacher
2009-01-08
1
-9
/
+10
|
*
s3:smbd: make fake_files[] static const
Stefan Metzmacher
2009-01-08
1
-1
/
+1
|
*
s3:smbd: make mangle_fns const
Stefan Metzmacher
2009-01-08
4
-13
/
+13
|
*
s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.
Günther Deschner
2009-01-08
3
-229
/
+0
|
*
s3-svcctl: use pidl for _svcctl_QueryServiceConfig2W.
Günther Deschner
2009-01-08
2
-39
/
+36
|
*
s3-svcctl: fix return code for _svcctl_QueryServiceStatusEx.
Günther Deschner
2009-01-08
1
-2
/
+3
|
*
s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.
Günther Deschner
2009-01-08
4
-104
/
+2
|
*
s3-svcctl: use pidl for _svcctl_QueryServiceStatusEx.
Günther Deschner
2009-01-08
2
-31
/
+20
|
*
s4-smbtorture: use names for info level in test_QueryServiceStatusEx.
Günther Deschner
2009-01-08
1
-1
/
+1
|
*
s4-smbtorture: add my copyright to svcctl test.
Günther Deschner
2009-01-08
1
-0
/
+1
|
*
s3-svcctl: use pidl's ndr opcodes for NDR_SVCCTL_QUERYSERVICECONFIGW.
Günther Deschner
2009-01-08
1
-1
/
+1
|
*
s3: re-run make samba3-idl.
Günther Deschner
2009-01-08
5
-66
/
+629
|
*
svcctl: add svcctl_ServiceState.
Günther Deschner
2009-01-08
1
-1
/
+8
|
*
svcctl: add SERVICE_FAILURE_ACTIONS and SERVICE_DESCRIPTION to IDL.
Günther Deschner
2009-01-08
1
-0
/
+24
|
*
svcctl: add SERVICE_STATUS_PROCESS to idl.
Günther Deschner
2009-01-08
1
-0
/
+6
|
*
svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.
Günther Deschner
2009-01-08
2
-24
/
+26
|
*
svcctl: add svcctl_ConfigLevel from samba 3.
Günther Deschner
2009-01-08
8
-19
/
+60
|
*
svcctl: move SVC_STATUS_ to idl.
Günther Deschner
2009-01-08
7
-9
/
+48
*
|
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
2009-01-08
15
-45
/
+71
|
/
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
2009-01-07
15
-10
/
+45
*
s3 merged build: Fix include error
Tim Prouty
2009-01-07
1
-1
/
+1
*
Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.
Jeremy Allison
2009-01-07
1
-3
/
+8
*
Display lsa string contents.
Jelmer Vernooij
2009-01-07
1
-2
/
+5
*
Set proper python exception when running out of memory.
Jelmer Vernooij
2009-01-07
1
-2
/
+6
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2009-01-07
3
-14
/
+14
|
\
|
*
refresh sequence number as soon as possible when domain->sequence_number == -...
boyang
2009-01-07
1
-3
/
+8
|
*
Remove unused struct CLI_POLICY_HND
Volker Lendecke
2009-01-07
1
-7
/
+0
|
*
Several fixes to our use of splice
Volker Lendecke
2009-01-07
1
-4
/
+6
[next]