summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:events: install a tevent debug handler that calls DEBUG()Stefan Metzmacher2009-01-091-1/+42
* Only do special DN tracking for normal DNs in OpenLDAP backend.Andrew Bartlett2009-01-091-2/+2
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-082-5/+6
* Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke2009-01-089-101/+51
* Use TALLOC for struct lsa_infoVolker Lendecke2009-01-081-11/+13
* Make use of a talloc_destructor for free_printer_entryVolker Lendecke2009-01-082-17/+11
* Make use of a talloc_destructor for free_eventlog_info()Volker Lendecke2009-01-081-7/+10
* Make samr_info a talloc context of its ownVolker Lendecke2009-01-081-14/+15
* Simplify init_pipe_handle_list a bitVolker Lendecke2009-01-081-23/+26
* s3-rpcclient: add eventlog test client.Günther Deschner2009-01-083-1/+192
* s3-eventlog: minor cosmetics.Günther Deschner2009-01-081-1/+3
* s3-eventlog: trying to make eventlog_io_q_read_eventlog readable.Günther Deschner2009-01-081-47/+66
* s3-eventlog: trying to avoid to pass around full ndr structures in rpc_server.Günther Deschner2009-01-081-6/+11
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-081-1/+1
* s3-net: fix type in rpc_service_list_internal(). Sorry...Günther Deschner2009-01-081-1/+1
* s4-smbtorture: extend test_QueryServiceConfig2W a bit.Günther Deschner2009-01-081-0/+18
* s4-smbtorture: fix build of svcctl torture test.Günther Deschner2009-01-081-2/+2
* s3: re-run make samba3-idl.Günther Deschner2009-01-086-74/+224
* svcctl: use svcctl_ServiceState in some other places.Günther Deschner2009-01-081-3/+3
* svcctl: use hex range format in IDL.Günther Deschner2009-01-081-7/+7
* svcctl: add ENUM_SERVICE_STATUSW and ENUM_SERVICE_STATUSA.Günther Deschner2009-01-081-3/+9
* svcctl: remove redundant SERVICE_STATE_* defines.Günther Deschner2009-01-081-7/+3
* s3:smbd: fix the build with dmapi supportStefan Metzmacher2009-01-081-2/+0
* s4:blackbox: don't remove newlines in the subunit failure outputStefan Metzmacher2009-01-081-1/+1
* s4:events: don't trigger \n in debug messages two timesStefan Metzmacher2009-01-081-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-081-1/+1
|\
| * Attempt to fix the buildVolker Lendecke2009-01-081-1/+1
* | Make sure smbtorture4 can find all gensec modules. (Fixes RPC-BINDSAMBA3)Jelmer Vernooij2009-01-081-0/+1
|/
* 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