summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Allow access as SYSTEM on a privileged ldapi connectionVolker Lendecke2009-06-061-13/+83
* Fix some nonempty blank linesVolker Lendecke2009-06-062-64/+60
* fixed handling of change notify buffer overrunsAndrew Tridgell2009-06-051-2/+9
* s4-smbtorture: fix comment in RPC-SAMR-LARGE-DC test.Günther Deschner2009-06-041-3/+3
* Increase tevent version for tevent_req_notify_callback()Volker Lendecke2009-06-041-1/+1
* s4:torture Cut the RPC-SAMR-LARGE-DC test down to sizeAndrew Bartlett2009-06-041-7/+16
* s4:torture assert that we get a Mailslot allocated before we dereferenceAndrew Bartlett2009-06-041-0/+2
* changed the auth path to use extended DN ops to avoid non-indexed searchesAndrew Tridgell2009-06-043-92/+91
* fixed ldb rename now that we have unique indexesAndrew Tridgell2009-06-041-30/+11
* Don't run the RPC-SAMR-LARGE-DC test multiple timesAndrew Bartlett2009-06-041-1/+1
* s4:torture Make Samba4 build on hosts with an older libnetapiAndrew Bartlett2009-06-042-4/+7
* Note that the delaytime for update has changed betweek w2k3 and w2k8.Jeremy Allison2009-06-031-7/+11
* Fix S3 "make install". Don't build cifs.upcall.c in S4 as there are noJeremy Allison2009-06-031-4/+3
* Make the path to this uglyness complete so people can find the guilty party..Jeremy Allison2009-06-031-1/+1
* s3:torture: fix password timestamp checks on NetBSDBjörn Jacke2009-06-031-1/+1
* selftest: Run tests for Samba4 target in the samba 4 testsuite.Jelmer Vernooij2009-06-031-0/+1
* Rename harness2subunit.pl -> tap2subunit to be consistent with theJelmer Vernooij2009-06-031-1/+1
* Move findstatic.pl script to top-level.Jelmer Vernooij2009-06-031-70/+0
* s4:torture/libnetapi: fix netapi detectionStefan Metzmacher2009-06-031-3/+7
* SMB2-CONNECT: make it possible to specific the max write size via --option=to...Stefan Metzmacher2009-06-031-1/+1
* Move mount.cifs/umount.cifs to the top level and remove the outdated copyJelmer Vernooij2009-06-025-560/+32
* Fix unresolved symbol in python messaging module.Jelmer Vernooij2009-06-025-13/+14
* Fix pythonpath so subunit can be found.Jelmer Vernooij2009-06-021-1/+1
* Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij2009-06-023-1/+3
* Build modules statically by default, as there still seem to be a lot ofJelmer Vernooij2009-06-021-1/+2
* Fix more unresolved symbols.Jelmer Vernooij2009-06-0214-88/+99
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-027-45/+75
* Split up Python code a little bit so we don't hav eto link python modulesJelmer Vernooij2009-06-021-0/+39
* Fix dependencies when using shared libraries.Jelmer Vernooij2009-06-023-2/+3
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-06-011-1/+1
|\
| * s4:mkproto: Add NET_API_STATUS return type.Andrew Kroeger2009-06-011-1/+1
* | use the unique flag on ldb attributes to optimise & clausesAndrew Tridgell2009-06-011-46/+72
|/
* we don't need the unique checks in the samldb code nowAndrew Tridgell2009-06-011-162/+2
* mark samAccountName, objectGUID and objectSID as unique indexedAndrew Tridgell2009-06-011-0/+20
* added support for unique indexing in ldbAndrew Tridgell2009-06-012-7/+32
* fix uninitialised use of samctxAndrew Tridgell2009-06-011-0/+2
* when comp_num is zero, the case folded DN is always ""Andrew Tridgell2009-06-011-8/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-06-0124-1718/+1284
|\
| * Move a comment where it belongsVolker Lendecke2009-05-301-3/+6
| * libwbclient: Add async call framework.Kai Blin2009-05-305-4/+6
| * s4-smbtorture: fix the build w/o libnetapi.Günther Deschner2009-05-291-0/+8
| * s4-smbtorture: add NETAPI-GROUP test.Günther Deschner2009-05-293-1/+523
| * s4-smbtorture: add NETAPI-USER test.Günther Deschner2009-05-293-1/+479
| * s4-smbtorture: add very basic LIBNETAPI testsuite.Günther Deschner2009-05-296-0/+124
| * s4-smbtorture: add a very basic NSS-WRAPPER testsuite.Günther Deschner2009-05-292-1/+4
| * s4-smbtorture: remove trailing whitespace.Günther Deschner2009-05-291-3/+3
| * s4-smbtorture: Fix test_SamLogon() for netlogon servers not yet supportingGünther Deschner2009-05-291-0/+4
| * Fix some nonempty blank linesVolker Lendecke2009-05-291-11/+11
| * Win2k3 don't allow creating of domain trust accounts over SAMRAndrew Bartlett2009-05-292-6/+6
| * s4:torture Don't try to Close a Deleted handleAndrew Bartlett2009-05-291-2/+0