summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-091-2/+2
| | | |\
| | | * | Give a more useful error when the templates.ldb can't be found.Andrew Bartlett2008-02-091-2/+4
| | | * | Make the provision test more real, use a foo.example.com for the realm.Andrew Bartlett2008-02-091-1/+1
| | * | | Remove the forced 'krb5' from the NET-API-BECOME-DC test.Andrew Bartlett2008-02-091-2/+2
| * | | | Ignore kinit with pkinit test failures for now.Jelmer Vernooij2008-02-092-1/+3
| * | | | torture: Merge util.c into util_smb.cJelmer Vernooij2008-02-092-66/+39
| * | | | Move nt_time_equal() to libutil.Jelmer Vernooij2008-02-093-8/+12
| | |_|/ | |/| |
| * | | Fix upgrade after provision parameter rename.Jelmer Vernooij2008-02-091-2/+2
| | |/ | |/|
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-092-1/+284
| |\ \
| | * \ Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-093-55/+31
| | |\ \
| | * | | From a request from Peter Huang, include IPsec sechema.Andrew Bartlett2008-02-092-1/+284
| | | |/ | | |/|
| * | | Fix provision python test.Jelmer Vernooij2008-02-093-22/+12
| * | | Add tests for findnss(), add some docstrings.Jelmer Vernooij2008-02-092-14/+48
| * | | Remove unused class members.Jelmer Vernooij2008-02-091-4/+2
| | |/ | |/|
| * | Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam2008-02-081-23/+21
| * | build: Remove unused functions Import() and GetInfo().Jelmer Vernooij2008-02-081-24/+0
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-086-56/+81
| |\|
| | * Remove unused parameter from provision()Andrew Bartlett2008-02-081-1/+1
| | * LDAP now works with the python provision!Andrew Bartlett2008-02-081-1/+0
| | * Fix LDAP backend with pythonAndrew Bartlett2008-02-081-18/+26
| | * Reset error stringsAndrew Bartlett2008-02-081-0/+2
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-02-084-5/+7
| | |\
| | | * Fix syntax in LDAP testAndrew Bartlett2008-02-081-4/+4
| | * | merge tdb changes from ctdbAndrew Tridgell2008-02-081-33/+47
| * | | Fix formatting.Jelmer Vernooij2008-02-081-10/+10
| | |/ | |/|
| * | Skip offline tests.Jelmer Vernooij2008-02-082-1/+1
| * | Put ldb test output in prefix.Jelmer Vernooij2008-02-081-1/+1
| * | Mark RAW-OFFLINE as known failing for Samba 4 (because it doesn't have offlin...Jelmer Vernooij2008-02-081-0/+1
| * | Override KRB5CCNAME so existing Kerberos tickets in the users environment don...Jelmer Vernooij2008-02-071-0/+1
| |/
| * merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell2008-02-071-0/+43
| * make the multiplier in the RAW-OFFLINE test settableAndrew Tridgell2008-02-071-1/+2
| * wkssvc.idl: fix idl for wkssvc_NetrGetJoinableOus[2]()Stefan Metzmacher2008-02-071-2/+10
| * pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher2008-02-071-7/+7
| * pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher2008-02-072-14/+14
| * pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher2008-02-072-18/+306
| * prefork: also reload stuff in the client processesStefan Metzmacher2008-02-061-8/+16
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett2008-02-061-10/+12
| |\
| | * sidmap: Some source code cleanups.Kai Blin2008-02-051-10/+12
| * | Clarify nomaclature of socket names in process_single and process_preforkAndrew Bartlett2008-02-052-23/+12
| |/
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett2008-02-0510-429/+405
| |\
| | * pidl: remove 'pointer_default_top()' supportStefan Metzmacher2008-02-043-18/+1
| | * spoolss.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-68/+67
| | * samr.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-48/+47
| | * netlogon.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-78/+77
| | * winreg.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-22/+21
| | * svcctl.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-50/+49
| | * wkssvc.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-72/+71
| | * srvsvc.idl: don't use pointer_default_top() and specify "unique" explizitStefan Metzmacher2008-02-041-73/+72
| * | Fix a few more breakages from our recent changes to the server_idAndrew Bartlett2008-02-042-3/+5
| * | Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-0411-124/+20
| |/