summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Use TALLOC for struct lsa_infoVolker Lendecke1-11/+13
2009-01-08Make use of a talloc_destructor for free_printer_entryVolker Lendecke2-17/+11
2009-01-08Make use of a talloc_destructor for free_eventlog_info()Volker Lendecke1-7/+10
2009-01-08Make samr_info a talloc context of its ownVolker Lendecke1-14/+15
2009-01-08Simplify init_pipe_handle_list a bitVolker Lendecke1-23/+26
2009-01-08s3-rpcclient: add eventlog test client.Günther Deschner3-1/+192
2009-01-08s3-eventlog: minor cosmetics.Günther Deschner1-1/+3
2009-01-08s3-eventlog: trying to make eventlog_io_q_read_eventlog readable.Günther Deschner1-47/+66
2009-01-08s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server.Günther Deschner1-6/+11
2009-01-08Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison1-1/+1
2009-01-08s3-net: fix type in rpc_service_list_internal(). Sorry...Günther Deschner1-1/+1
2009-01-08s4-smbtorture: extend test_QueryServiceConfig2W a bit.Günther Deschner1-0/+18
2009-01-08s4-smbtorture: fix build of svcctl torture test.Günther Deschner1-2/+2
2009-01-08s3: re-run make samba3-idl.Günther Deschner6-74/+224
2009-01-08svcctl: use svcctl_ServiceState in some other places.Günther Deschner1-3/+3
2009-01-08svcctl: use hex range format in IDL.Günther Deschner1-7/+7
2009-01-08svcctl: add ENUM_SERVICE_STATUSW and ENUM_SERVICE_STATUSA.Günther Deschner1-3/+9
2009-01-08svcctl: remove redundant SERVICE_STATE_* defines.Günther Deschner1-7/+3
2009-01-08s3:smbd: fix the build with dmapi supportStefan Metzmacher1-2/+0
2009-01-08s4:blackbox: don't remove newlines in the subunit failure outputStefan Metzmacher1-1/+1
2009-01-08s4:events: don't trigger \n in debug messages two timesStefan Metzmacher1-1/+1
2009-01-08Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-1/+1
2009-01-08Attempt to fix the buildVolker Lendecke1-1/+1
2009-01-08Make sure smbtorture4 can find all gensec modules. (Fixes RPC-BINDSAMBA3)Jelmer Vernooij1-0/+1
2009-01-08s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner9-24/+18
2009-01-08s3: re-run make samba3-idl.Günther Deschner3-7/+104
2009-01-08s3-svcctl: add copyright to svcctl rpc_server.Günther Deschner1-2/+5
2009-01-08s3-svcctl: remove some more redundant headers.Günther Deschner4-16/+3
2009-01-08s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.Günther Deschner2-4/+4
2009-01-08s3-svcctl: remove (now duplicate) defines.Günther Deschner1-22/+0
2009-01-08svcctl: add svcctl_ServiceStatus and svcctl_ControlsAccepted.Günther Deschner1-2/+24
2009-01-08s3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.Günther Deschner1-5/+0
2009-01-08Don't attempt to use GNUTLS >= 2.6, as it is known broken with the socket-tls...Jelmer Vernooij1-30/+28
2009-01-08Fix ldap.py test on systems that *can* find the record (the search fails here...Jelmer Vernooij1-1/+1
2009-01-08Print the failed value in the time tests.Jelmer Vernooij1-5/+8
2009-01-08Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij55-929/+1531
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher39-306/+554
2009-01-08s3:smbd: variables in a main() don't need to be staticStefan Metzmacher1-7/+7
2009-01-08s3:smbd: open_sockets_smbd() don't need a static variable arrount atexit()Stefan Metzmacher1-7/+1
2009-01-08s3:smbd: keep dmapi globals in one context structStefan Metzmacher1-28/+44
2009-01-08s3:smbd: remove stupid static variables for the nfs quota codeStefan Metzmacher1-16/+20
2009-01-08s3:smbd: remove pointless static variable in uid.cStefan Metzmacher1-7/+4
2009-01-08s3:smbd: make static const in mangle_hash2.c really static constStefan Metzmacher1-1/+1
2009-01-08s3:smbd: make const globals in mangle_hash2.c really static constStefan Metzmacher1-2/+2
2009-01-08s3:smbd: make globals in utmp.c static constStefan Metzmacher1-4/+4
2009-01-08s3:smbd: it's pointless to have a global magic_charStefan Metzmacher1-4/+7
2009-01-08s3:smbd: remove pointless static variables in chgpasswd.cStefan Metzmacher1-9/+10
2009-01-08s3:smbd: make fake_files[] static constStefan Metzmacher1-1/+1
2009-01-08s3:smbd: make mangle_fns constStefan Metzmacher4-13/+13
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij15-45/+71