summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix extra argument to provision_bare().Jelmer Vernooij2008-04-101-1/+2
| | | | (This used to be commit 623f64a1a782086728a325e21e3dfb40c64871b7)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovisionJelmer Vernooij2008-04-101-1/+4
|\ | | | | | | (This used to be commit 3522c7e2cf8c6d6129d941a08adcbe2ecbe0758d)
| * Make sure we do not reference req after it has been freedSimo Sorce2008-04-091-1/+4
| | | | | | | | (This used to be commit a13f64bf54afc22516d1f6a786dfec67389cb754)
* | Add infrastructure for returning ProvisionResult in C provision code.Jelmer Vernooij2008-04-104-7/+20
| | | | | | | | (This used to be commit 98c3d34eb233be284e8c8994cca337be25c72968)
* | No longer install unused smbscript binary.Jelmer Vernooij2008-04-091-1/+0
| | | | | | | | (This used to be commit ca0e373e57eb225a1f5d96813e9ea9ccee971b96)
* | Fix so version of hostconfig library.Jelmer Vernooij2008-04-091-1/+1
|/ | | | (This used to be commit 62322f302fc92703cce1142bad17349987341cb6)
* Merge branch 'openchange' into cprovisionJelmer Vernooij2008-04-093-8/+1
|\ | | | | | | (This used to be commit 596fc05785020cd7bd6d15d91b49172039f83bab)
| * Don't install libevents for now, just its headers. It is already part of ↵Jelmer Vernooij2008-04-041-3/+1
| | | | | | | | | | | | other libs, and only used as part of those libs. (This used to be commit c96a68b7b7792d30b7b1a0167a0cbf6fe285993c)
| * Avoid installing unused header file.Jelmer Vernooij2008-04-041-2/+0
| | | | | | | | (This used to be commit eba5d8b4ce391f56877d5498004edbee8ddc4c33)
| * Don't install talloc manpage from samba, it's already installed from the ↵Jelmer Vernooij2008-04-041-3/+0
| | | | | | | | | | | | standalone talloc build. (This used to be commit 7bfda828952eab7f165190cbfd804e28780406c9)
* | Add docstring, PEP8.Jelmer Vernooij2008-04-091-5/+15
| | | | | | | | (This used to be commit f8cac3735c9a19baa313c4b61abee144da303ce1)
* | Move provision C bindings to param/.Jelmer Vernooij2008-04-097-27/+54
| | | | | | | | (This used to be commit 7d45ed0c3ebc57f7131603f768f8e022d7139530)
* | BASE-DELAYWRITE: be more friendly to filesystems without high resolution ↵Stefan Metzmacher2008-04-081-1/+12
| | | | | | | | | | | | | | timestamps metze (This used to be commit 9c18cf670889c9eb8c12b505c3b9ce5f9a516839)
* | BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime ↵Stefan Metzmacher2008-04-081-101/+164
| | | | | | | | | | | | | | update delay metze (This used to be commit 751ab2992afd13548af6e67a03d3ced566cb136f)
* | Clearer names for singleton return types.Jelmer Vernooij2008-04-081-3/+2
| | | | | | | | (This used to be commit 19d0560464304f79224a946278105edafb285453)
* | Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid.Jelmer Vernooij2008-04-082-3/+9
| | | | | | | | (This used to be commit cae61e32e5b61a02c2986b74bd1d7e58460b1e80)
* | Fix bug handling size arguments in a direction without actual data.Jelmer Vernooij2008-04-081-11/+22
| | | | | | | | (This used to be commit 169d505e9e2285aedc21547e44986b8b841b8e37)
* | Array lengths can be obtained from Python objects so remove them from the ↵Jelmer Vernooij2008-04-081-1/+25
| | | | | | | | | | | | Python API. (This used to be commit 652810ff46c6db9034e930d0fb018a02ee385f15)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pidldocsJelmer Vernooij2008-04-0814-96/+179
|\ \ | | | | | | | | | (This used to be commit c8dbf00b4490d804e1aac96a3fb66ff726bf9ef6)
| * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-0827-396/+553
| |\ \ | | | | | | | | | | | | (This used to be commit c0416a0b73f06ef57db1b83a75433e36b93a9981)
| * | | Re-add support for the --ldap-backend-port option to provision-backendAndrew Bartlett2008-04-083-25/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option allows Fedora DS multi-master replication to work. I've tried to update the wiki and scripts to the largely consistant with each other. Andrew Bartlett (This used to be commit 42393c830733b2cc99ebccdafe944fcf3d82734f)
| * | | Rework talloc hirarchy for C provision setup.Andrew Bartlett2008-04-081-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to fix (or sweep under the covers) a crash in this code. Andrew Bartlett (This used to be commit 2fcddfe583f9833cea80d02e08ac12dd1f91742c)
| * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-062-16/+37
| |\ \ \ | | | | | | | | | | | | | | | (This used to be commit beff331e15e7896d80831135fd52b90cd9ab073e)
| * | | | Extend credentials python API to include set_machine_account.Andrew Bartlett2008-04-054-29/+78
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 88b7a3980c7be90ea0099a3ecf08ad00fa89ea1a)
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-0512-11/+48
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | (This used to be commit 7355055569654f5d4876034fa86fa70d0417dcf8)
| * | | | Pass discovered server DN down to provision.Andrew Bartlett2008-04-044-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses the new 'serverdn' argument added to provision in the previous commit. Andrew Bartlett (This used to be commit 74480c7de76069701246eb5b7acc5858b84d106c)
| * | | | Clean up provision and rootdse module to hard-code less stuff.Andrew Bartlett2008-04-043-24/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular, allow for the server DN to be in a different site (possible outcome of a DRS replication). Andrew Bartlett (This used to be commit 9ee4e39fe178317f42fd9a0adceea24b55dfe0f1)
* | | | | Set VENDORPREFIX rather than PREFIX to try to fix installation on someJelmer Vernooij2008-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | buildfarm hosts. (This used to be commit 2d9bb0db6c9e1e9b68844f2eede00fd249466cbb)
* | | | | Add manually written Python binding for libnet_Join.Jelmer Vernooij2008-04-086-4890/+81
| |_|_|/ |/| | | | | | | | | | | (This used to be commit 374654b43d9f9e8381991cedc433ce410a914f7a)
* | | | Add trivial test for unixinfo interface.Jelmer Vernooij2008-04-082-0/+31
| | | | | | | | | | | | | | | | (This used to be commit b6b7171f70114bd27ca8db09964c65cacb9cea92)
* | | | Add python bindings for drsuapi.Jelmer Vernooij2008-04-083-1/+6
| | | | | | | | | | | | | | | | (This used to be commit ba3f0312f0dda47fb16ed9b8eee3750b209e0dad)
* | | | Add python bindings for unixinfo.Jelmer Vernooij2008-04-082-0/+5
| | | | | | | | | | | | | | | | (This used to be commit 068c2f858a0c7e325cb8a1f2ca36e32b31fe1f77)
* | | | Add [todo] for functions that are obviously incomplete.Jelmer Vernooij2008-04-0820-303/+303
| | | | | | | | | | | | | | | | (This used to be commit b7b46ddd412bd106655c2a7b96a322d9f6ac3019)
* | | | Raise NotImplementedError from functions that don't have complete IDL.Jelmer Vernooij2008-04-081-14/+29
| | | | | | | | | | | | | | | | (This used to be commit 685aab0c99c87386fee64c07d8b68c75652713c6)
* | | | Support [todo] attribute on functions.Jelmer Vernooij2008-04-081-0/+1
| | | | | | | | | | | | | | | | (This used to be commit a3e22bbcea27580c31d44dfaae04c9eef83389d4)
* | | | Add Python bindings for DFS.Jelmer Vernooij2008-04-082-0/+5
| | | | | | | | | | | | | | | | (This used to be commit 4319971ccb42618a3298a5f26f63fa4c9b255849)
* | | | Add signature of connect function to docstrings.Jelmer Vernooij2008-04-081-7/+20
| | | | | | | | | | | | | | | | (This used to be commit 51441376d37de01f7f4bd795947fc2c46c38e3f1)
* | | | use builtin getset stuff rather than custom getattr/setattr implementation.Jelmer Vernooij2008-04-081-28/+23
| | | | | | | | | | | | | | | | (This used to be commit bb59f3084ff8ff99e5bd72abfaadcbb68110f9fa)
* | | | Add function signature to docstrings in python.Jelmer Vernooij2008-04-081-3/+31
| | | | | | | | | | | | | | | | (This used to be commit 61f331e9748bf5b3a1120ef19f93790facf9f64c)
* | | | Register types rather than constructors, display structs as classes.Jelmer Vernooij2008-04-081-63/+96
| | | | | | | | | | | | | | | | (This used to be commit aad07f482544107dbeb4c3c468ce7dd78c151849)
* | | | Set tp_flags for Python types.Jelmer Vernooij2008-04-081-0/+2
| | | | | | | | | | | | | | | | (This used to be commit f214206a36d8822e485f6f076c9f3f0bfc1e1df4)
* | | | Set docstrings from helpstring attribute where possible.Jelmer Vernooij2008-04-081-14/+38
| | | | | | | | | | | | | | | | (This used to be commit 07f52ca51c008a6b80fed5b03935e1c3241d08d5)
* | | | Add simple docstring for Python modules.Jelmer Vernooij2008-04-071-1/+1
| |_|/ |/| | | | | | | | (This used to be commit 57c7b4e896116f06b39e0040ad386c561d76bd3d)
* | | Add test for authservice struct.Jelmer Vernooij2008-04-062-16/+37
| | | | | | | | | | | | (This used to be commit da8b8364b06a79a10d4ebdc0e451463b3105730e)
* | | Fix authservice count.Jelmer Vernooij2008-04-061-1/+1
| |/ |/| | | | | (This used to be commit 761536a5e4dd3dbfacf1576d7092827cdeda897b)
* | Install pidl by default if ExtUtils::MakeMaker is available. This should ↵Jelmer Vernooij2008-04-043-2/+5
| | | | | | | | | | | | make the build process for openchange users easier. (This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij2008-04-0429-287/+943
|\| | | | | | | | | | | | | Conflicts: source/headermap.txt (This used to be commit 1b084e85c1f5963d924f7764ae751f8cd8e57364)
| * provision: Remove backup group mappingKai Blin2008-04-031-10/+3
| | | | | | | | | | Some distros seem to neither have a backup nor a staff group. (This used to be commit 21fcf7c419658b3ae296428ca7a4ccf2288c17fe)
| * WHATSNEW: Added information about the new idmap systemKai Blin2008-04-021-0/+5
| | | | | | | | (This used to be commit 8c27941171999d2d42834b92a2693aca0435d345)
| * provision: Set up id mappings in the idmap db, only map Administrator.Kai Blin2008-04-023-70/+120
| | | | | | | | (This used to be commit 206b7d387c6d17e5cc40fd45b489abac9235a7a4)