Jelmer Vernooij
4fcd6cfb75
Add [todo] for functions that are obviously incomplete.
...
(This used to be commit b7b46ddd412bd106655c2a7b96a322d9f6ac3019)
2008-04-08 03:15:55 +02:00
Jelmer Vernooij
e5aa9f7e8d
Raise NotImplementedError from functions that don't have complete IDL.
...
(This used to be commit 685aab0c99c87386fee64c07d8b68c75652713c6)
2008-04-08 02:58:18 +02:00
Jelmer Vernooij
ab27e718fd
Support [todo] attribute on functions.
...
(This used to be commit a3e22bbcea27580c31d44dfaae04c9eef83389d4)
2008-04-08 02:57:59 +02:00
Jelmer Vernooij
57bf8d2e33
Add Python bindings for DFS.
...
(This used to be commit 4319971ccb42618a3298a5f26f63fa4c9b255849)
2008-04-08 02:48:54 +02:00
Jelmer Vernooij
b99d24419f
Add signature of connect function to docstrings.
...
(This used to be commit 51441376d37de01f7f4bd795947fc2c46c38e3f1)
2008-04-08 02:08:31 +02:00
Jelmer Vernooij
0bea00f481
use builtin getset stuff rather than custom getattr/setattr implementation.
...
(This used to be commit bb59f3084ff8ff99e5bd72abfaadcbb68110f9fa)
2008-04-08 01:42:27 +02:00
Jelmer Vernooij
a5d51180ba
Add function signature to docstrings in python.
...
(This used to be commit 61f331e9748bf5b3a1120ef19f93790facf9f64c)
2008-04-08 01:23:19 +02:00
Jelmer Vernooij
6f02fdea23
Register types rather than constructors, display structs as classes.
...
(This used to be commit aad07f482544107dbeb4c3c468ce7dd78c151849)
2008-04-08 00:59:27 +02:00
Jelmer Vernooij
a3bfabefd7
Set tp_flags for Python types.
...
(This used to be commit f214206a36d8822e485f6f076c9f3f0bfc1e1df4)
2008-04-08 00:13:09 +02:00
Jelmer Vernooij
a057c7369a
Set docstrings from helpstring attribute where possible.
...
(This used to be commit 07f52ca51c008a6b80fed5b03935e1c3241d08d5)
2008-04-08 00:10:24 +02:00
Jelmer Vernooij
f07ded6d89
Add simple docstring for Python modules.
...
(This used to be commit 57c7b4e896116f06b39e0040ad386c561d76bd3d)
2008-04-07 23:21:38 +02:00
Jelmer Vernooij
c30f9add8c
Add test for authservice struct.
...
(This used to be commit da8b8364b06a79a10d4ebdc0e451463b3105730e)
2008-04-06 00:57:14 +02:00
Jelmer Vernooij
f5e6534ee7
Fix authservice count.
...
(This used to be commit 761536a5e4dd3dbfacf1576d7092827cdeda897b)
2008-04-06 00:42:27 +02:00
Jelmer Vernooij
faa3dec34a
Install pidl by default if ExtUtils::MakeMaker is available. This should make the build process for openchange users easier.
...
(This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c)
2008-04-04 16:03:54 +02:00
Jelmer Vernooij
30ccc36b8d
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange
...
Conflicts:
source/headermap.txt
(This used to be commit 1b084e85c1f5963d924f7764ae751f8cd8e57364)
2008-04-04 16:02:17 +02:00
Jelmer Vernooij
adc0985742
Install libevents since it's required by samba-gtk.
...
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045)
2008-04-03 02:28:31 +02:00
Jelmer Vernooij
8495d17c1a
Fix installation of dcerpc_atsvc and registry as required by samba-gtk.
...
(This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)
2008-04-03 01:36:03 +02:00
Kai Blin
c26387a473
provision: Remove backup group mapping
...
Some distros seem to neither have a backup nor a staff group.
(This used to be commit 21fcf7c419658b3ae296428ca7a4ccf2288c17fe)
2008-04-03 00:01:34 +02:00
Kai Blin
110a4ca9e4
WHATSNEW: Added information about the new idmap system
...
(This used to be commit 8c27941171999d2d42834b92a2693aca0435d345)
2008-04-02 23:08:07 +02:00
Kai Blin
8ac91d9132
provision: Set up id mappings in the idmap db, only map Administrator.
...
(This used to be commit 206b7d387c6d17e5cc40fd45b489abac9235a7a4)
2008-04-02 23:07:53 +02:00
Kai Blin
b6c48091d4
idmap: Also store sid type in the idmap db
...
(This used to be commit 018eb64f038210279b90925e6a981c067aef4be9)
2008-04-02 23:07:41 +02:00
Kai Blin
4133bd85e9
ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
...
(This used to be commit ac5e5fee1db2999053dee82d1fcf97ca8799c9b5)
2008-04-02 23:07:27 +02:00
Kai Blin
a71f36e2b8
ntvfs: Use wbclient in vsf_unixuid, not sidmap
...
(This used to be commit 2908a77fa5c32e92665775a5785345f704202f0a)
2008-04-02 23:07:17 +02:00
Kai Blin
c9fa788ca2
rpc_server: Remove references to sidmap from the lsa pipe code.
...
(This used to be commit 25cbb1b76720a271984ad5c023e45476094562f1)
2008-04-02 23:07:00 +02:00
Kai Blin
48b3c38f0f
rpc_server: Use wbclient instead of sidmap in unixinfo pipe
...
(This used to be commit 033db9730f1aa6d1941fbb83f55578aaa75e28bd)
2008-04-02 23:06:44 +02:00
Kai Blin
6ce0781413
wbclient: Add an async winbind client library.
...
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
2008-04-02 23:06:27 +02:00
Kai Blin
6ae76e5cdc
winbind: Bump down the debuglevel.
...
(This used to be commit 02c7913bf29ab8cc7e9ce3efe854c02a3c3200cc)
2008-04-02 23:06:07 +02:00
Kai Blin
294c55faf6
IRPC: Add include guards for the header.
...
(This used to be commit 0e66e443ad42f9644aafc1858ac8d01c7c699337)
2008-04-02 23:05:56 +02:00
Kai Blin
2d12b275f3
util: Add talloc_get_type_abort() call.
...
(This used to be commit 38413ed4b6957e5f72e78a04f479c6a5d8b69ef5)
2008-04-02 23:05:44 +02:00
Jelmer Vernooij
753824e9cf
Re-add params file to git.
...
(This used to be commit fc50e78e2631e8253571bc236302e2859e4d1559)
2008-04-02 19:05:31 +02:00
Jelmer Vernooij
eb78b7c874
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange
...
(This used to be commit 2763fc6294aa35018d4317dd9eebcba969e70333)
2008-04-02 19:02:01 +02:00
Jelmer Vernooij
36c8725d43
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into tmp
...
(This used to be commit d777a83b8478bf09a45eccde38036eccbd219df8)
2008-04-02 16:53:10 +02:00
Jelmer Vernooij
4e5e7a7c68
Reintroduce header previously autogenerated but ignored by git.
...
Also fixed extra include in regpatch.
(This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52)
2008-04-02 16:47:17 +02:00
Jelmer Vernooij
b17484a70f
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange
...
(This used to be commit 8c3591d98f42a75d68d698f7b4be8f2e0284522f)
2008-04-02 14:33:56 +02:00
Jelmer Vernooij
caaa8f5b93
Remove no longer installed files.
...
(This used to be commit 3e8aecbc2ee3c0bb32aa83c5035a758f16f344cb)
2008-04-02 14:23:22 +02:00
Jelmer Vernooij
1cf8130e11
Move handle utility functions to public header, remove more public headers.
...
(This used to be commit 92e71c19f4e1d3ca123a083942ec578d21f7012c)
2008-04-02 14:18:31 +02:00
Jelmer Vernooij
4924446969
Trim down installed headers some more.
...
(This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024)
2008-04-02 14:10:16 +02:00
Jelmer Vernooij
ec7394e7d2
Merge hive.h into registry.h
...
(This used to be commit 3ca14fdf74d2510049bbdbbd2a5be341412cda1b)
2008-04-02 13:59:48 +02:00
Jelmer Vernooij
5be50a222f
Merge patchfile.h into registry.h
...
(This used to be commit 7b434df67aefc667993f0ebd955af9c1c258f153)
2008-04-02 13:58:05 +02:00
Jelmer Vernooij
236fc02913
Reduce the number of installed headers.
...
(This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424)
2008-04-02 13:41:10 +02:00
Jelmer Vernooij
afe3e8172d
Install public header files again and include required prototypes.
...
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-04-02 04:53:27 +02:00
Andrew Bartlett
67bf4bab3d
Fix conflicts in setup/provision script.
...
(This used to be commit 696b58f5dd8370b7ee0670c7a3e5db10234b41ff)
2008-04-02 12:31:24 +11:00
Andrew Bartlett
4ccb384327
Fix merge of my host GUID removal and the IPv6 addition to provision
...
Merge branch 'v4-0-ipv6' of git://git.id10ts.net/samba into 4-0-abartlet
Andrew Bartlett
(This used to be commit d3336684f084f984500dd0893dd01bcfc5be0ab1)
2008-04-02 12:03:03 +11:00
Andrew Kroeger
3c0c6acc59
provision: Add support for IPv6 (bz #4593 ).
...
(This used to be commit 8585a3c77d5dfe97bca3f08716fc06ac2819f578)
2008-04-01 19:51:24 -05:00
Andrew Bartlett
2ab6dd9ea5
Remove references to setting the host GUID, as the repl_meta_data
...
module prohibits it anyway.
Andrew Bartlett
(This used to be commit c5b287c056855892f30fbbf32efe7d65da31ce91)
2008-04-02 11:38:58 +11:00
Jelmer Vernooij
7b608fd288
Don't write public functions to protoheaders.
...
Since the public functions can be used by external parties we should
make changing their signature as hard as possible. It's also a lot
easier to document functions in manually written headers.
(This used to be commit 0528e30cf7c8a18c757e8cd9ddd6bea235ae4f1f)
2008-04-02 00:01:04 +02:00
Jelmer Vernooij
bebb7b890c
Add warning to public headers.
...
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a)
2008-04-01 16:18:31 +02:00
Jelmer Vernooij
21f1f3aa68
Include right perl directory when installed.
...
(This used to be commit 9692a48aeb1c22a86a98ca736f173b2332a87480)
2008-04-01 16:08:21 +02:00
Jelmer Vernooij
696ab2662e
Install samba-hostconfig library.
...
(This used to be commit 4d1fb503de31c5c81eb22cdd0a61eae5e4813b40)
2008-04-01 16:05:54 +02:00
Jelmer Vernooij
55ff0149ea
Install pidl to the same directory as Samba.
...
(This used to be commit e67d8c7b6a5035c64d96ff92494ae38f7b6d8205)
2008-04-01 16:03:31 +02:00