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