summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-06prefork: also reload stuff in the client processesStefan Metzmacher1-8/+16
2008-02-06Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett1-10/+12
2008-02-05sidmap: Some source code cleanups.Kai Blin1-10/+12
2008-02-05Clarify nomaclature of socket names in process_single and process_preforkAndrew Bartlett2-23/+12
2008-02-05Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett10-429/+405
2008-02-04pidl: remove 'pointer_default_top()' supportStefan Metzmacher3-18/+1
2008-02-04spoolss.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher1-68/+67
2008-02-04samr.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher1-48/+47
2008-02-04netlogon.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher1-78/+77
2008-02-04winreg.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher1-22/+21
2008-02-04svcctl.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher1-50/+49
2008-02-04wkssvc.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher1-72/+71
2008-02-04srvsvc.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher1-73/+72
2008-02-04Fix a few more breakages from our recent changes to the server_idAndrew Bartlett2-3/+5
2008-02-04Remove useless layer of indirection, where every service calledAndrew Bartlett11-124/+20
2008-02-04Remaining changes to implement the prefork process modelAndrew Bartlett6-9/+250
2008-02-04Rework process_single.c to take advantage of cluster_id() now taking an addit...Andrew Bartlett1-9/+22
2008-02-04Rework cluster_id() to take an additional argument, as we needAndrew Bartlett11-27/+42
2008-02-04Rework service init functions to pass down service name. This isAndrew Bartlett11-11/+12
2008-02-02pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher2-5/+18
2008-02-02pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference typesStefan Metzmacher1-3/+14
2008-02-02pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() into a functionStefan Metzmacher1-25/+34
2008-02-02pidl: revert changes it didn't want to push...sorry!Stefan Metzmacher4-379/+58
2008-02-01Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher1-7/+7
2008-02-01WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2-14/+14
2008-02-01LOOKS OK... pidl: get the pointer types correct when an element has multiple ...Stefan Metzmacher2-18/+306
2008-02-01CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher2-5/+18
2008-02-01CHECKED... TODO:MSG pidl/Samba4::NDR::Parser: fix ...Stefan Metzmacher1-3/+14
2008-02-01CHECKED... pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() in...Stefan Metzmacher1-25/+34
2008-02-01pidl: cosmetic fix to use the same value everywhereStefan Metzmacher1-1/+1
2008-02-01Samba4 poor mans debug_ctx()Amin Azez1-0/+4
2008-02-01pidl/IDL: don't strip ',' from the properties contentStefan Metzmacher4-467/+399
2008-02-01pidl/Samba4::NDR::Parse: move the calculation of NDR_PULL_SET_MEM_CTX() flags...Stefan Metzmacher1-43/+27
2008-02-01Fix sending of large nttrans responses.Amin Azez1-1/+1
2008-01-31pidl/Samba4::NDR::Parser: pass down the correct $var_name to AllocateArrayLev...Stefan Metzmacher1-4/+2
2008-01-31Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell14-26/+73
2008-01-31merged tdb transaction fixAndrew Tridgell1-0/+3
2008-01-30libndr: depend on samba-config, so that callers doesn't need to know about itStefan Metzmacher1-1/+1
2008-01-30pidl: be consistent and always ask pkg-config only for 'ndr'Stefan Metzmacher1-1/+1
2008-01-29python: Provide PyAPI_DATA macro for older versions of Python (< 2.3).Jelmer Vernooij1-0/+5
2008-01-29Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...Jelmer Vernooij2-3/+2
2008-01-28torture: Fix too early free in spoolss notify test.Jelmer Vernooij1-5/+6
2008-01-26ldb: Add ldb_oom() calls in a couple of places.Jelmer Vernooij4-2/+18
2008-01-26python: Use relative paths for registry.Jelmer Vernooij1-1/+8
2008-01-26python: Load smb.conf file for the provision tests.Jelmer Vernooij1-2/+6
2008-01-25Fix netlogon rpc-server build.Günther Deschner1-4/+4
2008-01-25Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).Günther Deschner1-1/+7
2008-01-25NET-BECOME-DC: always try to build ejs and python codeStefan Metzmacher1-9/+16
2008-01-25torture: the libnet torture test depend on pythonStefan Metzmacher1-1/+2
2008-01-25configure: define HAVE_WORKING_PYTHONStefan Metzmacher1-0/+1