summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-09Move nt_time_equal() to libutil.Jelmer Vernooij3-8/+12
2008-02-09Fix upgrade after provision parameter rename.Jelmer Vernooij1-2/+2
2008-02-09Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2-1/+284
2008-02-09Fix provision python test.Jelmer Vernooij3-22/+12
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij2-14/+48
2008-02-09Remove unused class members.Jelmer Vernooij1-4/+2
2008-02-09Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett3-55/+31
2008-02-09From a request from Peter Huang, include IPsec sechema.Andrew Bartlett2-1/+284
2008-02-08Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam1-23/+21
2008-02-08build: Remove unused functions Import() and GetInfo().Jelmer Vernooij1-24/+0
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij6-56/+81
2008-02-08Remove unused parameter from provision()Andrew Bartlett1-1/+1
2008-02-08LDAP now works with the python provision!Andrew Bartlett1-1/+0
2008-02-08Fix LDAP backend with pythonAndrew Bartlett1-18/+26
2008-02-08Reset error stringsAndrew Bartlett1-0/+2
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell4-5/+7
2008-02-08merge tdb changes from ctdbAndrew Tridgell1-33/+47
2008-02-08Fix syntax in LDAP testAndrew Bartlett1-4/+4
2008-02-08Fix formatting.Jelmer Vernooij1-10/+10
2008-02-08Skip offline tests.Jelmer Vernooij2-1/+1
2008-02-08Put ldb test output in prefix.Jelmer Vernooij1-1/+1
2008-02-08Mark RAW-OFFLINE as known failing for Samba 4 (because it doesn't have offlin...Jelmer Vernooij1-0/+1
2008-02-07Override KRB5CCNAME so existing Kerberos tickets in the users environment don...Jelmer Vernooij1-0/+1
2008-02-07merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell1-0/+43
2008-02-07make the multiplier in the RAW-OFFLINE test settableAndrew Tridgell1-1/+2
2008-02-07wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()Stefan Metzmacher1-2/+10
2008-02-07pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher1-7/+7
2008-02-07pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2-14/+14
2008-02-07pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher2-18/+306
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