Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-08 | Raise NotImplementedError from functions that don't have complete IDL. | Jelmer Vernooij | 1 | -14/+29 | |
(This used to be commit 685aab0c99c87386fee64c07d8b68c75652713c6) | |||||
2008-04-08 | Support [todo] attribute on functions. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit a3e22bbcea27580c31d44dfaae04c9eef83389d4) | |||||
2008-04-08 | Add Python bindings for DFS. | Jelmer Vernooij | 2 | -0/+5 | |
(This used to be commit 4319971ccb42618a3298a5f26f63fa4c9b255849) | |||||
2008-04-08 | Add signature of connect function to docstrings. | Jelmer Vernooij | 1 | -7/+20 | |
(This used to be commit 51441376d37de01f7f4bd795947fc2c46c38e3f1) | |||||
2008-04-08 | use builtin getset stuff rather than custom getattr/setattr implementation. | Jelmer Vernooij | 1 | -28/+23 | |
(This used to be commit bb59f3084ff8ff99e5bd72abfaadcbb68110f9fa) | |||||
2008-04-08 | Add function signature to docstrings in python. | Jelmer Vernooij | 1 | -3/+31 | |
(This used to be commit 61f331e9748bf5b3a1120ef19f93790facf9f64c) | |||||
2008-04-08 | Register types rather than constructors, display structs as classes. | Jelmer Vernooij | 1 | -63/+96 | |
(This used to be commit aad07f482544107dbeb4c3c468ce7dd78c151849) | |||||
2008-04-08 | Set tp_flags for Python types. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit f214206a36d8822e485f6f076c9f3f0bfc1e1df4) | |||||
2008-04-08 | Set docstrings from helpstring attribute where possible. | Jelmer Vernooij | 1 | -14/+38 | |
(This used to be commit 07f52ca51c008a6b80fed5b03935e1c3241d08d5) | |||||
2008-04-07 | Add simple docstring for Python modules. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 57c7b4e896116f06b39e0040ad386c561d76bd3d) | |||||
2008-04-06 | Add test for authservice struct. | Jelmer Vernooij | 2 | -16/+37 | |
(This used to be commit da8b8364b06a79a10d4ebdc0e451463b3105730e) | |||||
2008-04-06 | Fix authservice count. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 761536a5e4dd3dbfacf1576d7092827cdeda897b) | |||||
2008-04-04 | Install pidl by default if ExtUtils::MakeMaker is available. This should ↵ | Jelmer Vernooij | 3 | -2/+5 | |
make the build process for openchange users easier. (This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c) | |||||
2008-04-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange | Jelmer Vernooij | 28 | -287/+938 | |
Conflicts: source/headermap.txt (This used to be commit 1b084e85c1f5963d924f7764ae751f8cd8e57364) | |||||
2008-04-03 | Install libevents since it's required by samba-gtk. | Jelmer Vernooij | 6 | -6/+18 | |
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045) | |||||
2008-04-03 | Fix installation of dcerpc_atsvc and registry as required by samba-gtk. | Jelmer Vernooij | 4 | -4/+19 | |
(This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c) | |||||
2008-04-03 | provision: Remove backup group mapping | Kai Blin | 1 | -10/+3 | |
Some distros seem to neither have a backup nor a staff group. (This used to be commit 21fcf7c419658b3ae296428ca7a4ccf2288c17fe) | |||||
2008-04-02 | provision: Set up id mappings in the idmap db, only map Administrator. | Kai Blin | 3 | -70/+120 | |
(This used to be commit 206b7d387c6d17e5cc40fd45b489abac9235a7a4) | |||||
2008-04-02 | idmap: Also store sid type in the idmap db | Kai Blin | 1 | -71/+74 | |
(This used to be commit 018eb64f038210279b90925e6a981c067aef4be9) | |||||
2008-04-02 | ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4 | Kai Blin | 4 | -49/+166 | |
(This used to be commit ac5e5fee1db2999053dee82d1fcf97ca8799c9b5) | |||||
2008-04-02 | ntvfs: Use wbclient in vsf_unixuid, not sidmap | Kai Blin | 1 | -22/+50 | |
(This used to be commit 2908a77fa5c32e92665775a5785345f704202f0a) | |||||
2008-04-02 | rpc_server: Remove references to sidmap from the lsa pipe code. | Kai Blin | 3 | -9/+2 | |
(This used to be commit 25cbb1b76720a271984ad5c023e45476094562f1) | |||||
2008-04-02 | rpc_server: Use wbclient instead of sidmap in unixinfo pipe | Kai Blin | 1 | -41/+119 | |
(This used to be commit 033db9730f1aa6d1941fbb83f55578aaa75e28bd) | |||||
2008-04-02 | wbclient: Add an async winbind client library. | Kai Blin | 10 | -22/+378 | |
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1) | |||||
2008-04-02 | winbind: Bump down the debuglevel. | Kai Blin | 1 | -2/+2 | |
(This used to be commit 02c7913bf29ab8cc7e9ce3efe854c02a3c3200cc) | |||||
2008-04-02 | IRPC: Add include guards for the header. | Kai Blin | 1 | -0/+4 | |
(This used to be commit 0e66e443ad42f9644aafc1858ac8d01c7c699337) | |||||
2008-04-02 | util: Add talloc_get_type_abort() call. | Kai Blin | 2 | -0/+22 | |
(This used to be commit 38413ed4b6957e5f72e78a04f479c6a5d8b69ef5) | |||||
2008-04-02 | Re-add params file to git. | Jelmer Vernooij | 1 | -0/+587 | |
(This used to be commit fc50e78e2631e8253571bc236302e2859e4d1559) | |||||
2008-04-02 | Reintroduce header previously autogenerated but ignored by git. | Jelmer Vernooij | 3 | -4/+14 | |
Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52) | |||||
2008-04-02 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange | Jelmer Vernooij | 4 | -28/+38 | |
(This used to be commit 8c3591d98f42a75d68d698f7b4be8f2e0284522f) | |||||
2008-04-02 | Remove no longer installed files. | Jelmer Vernooij | 1 | -23/+0 | |
(This used to be commit 3e8aecbc2ee3c0bb32aa83c5035a758f16f344cb) | |||||
2008-04-02 | Move handle utility functions to public header, remove more public headers. | Jelmer Vernooij | 4 | -39/+40 | |
(This used to be commit 92e71c19f4e1d3ca123a083942ec578d21f7012c) | |||||
2008-04-02 | Trim down installed headers some more. | Jelmer Vernooij | 5 | -32/+21 | |
(This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024) | |||||
2008-04-02 | Merge hive.h into registry.h | Jelmer Vernooij | 7 | -215/+186 | |
(This used to be commit 3ca14fdf74d2510049bbdbbd2a5be341412cda1b) | |||||
2008-04-02 | Merge patchfile.h into registry.h | Jelmer Vernooij | 6 | -61/+30 | |
(This used to be commit 7b434df67aefc667993f0ebd955af9c1c258f153) | |||||
2008-04-02 | Reduce the number of installed headers. | Jelmer Vernooij | 13 | -22/+16 | |
(This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424) | |||||
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 208 | -458/+1953 | |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
2008-04-02 | Fix conflicts in setup/provision script. | Andrew Bartlett | 1 | -8/+0 | |
(This used to be commit 696b58f5dd8370b7ee0670c7a3e5db10234b41ff) | |||||
2008-04-02 | Fix merge of my host GUID removal and the IPv6 addition to provision | Andrew Bartlett | 3 | -11/+39 | |
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-01 | provision: Add support for IPv6 (bz #4593). | Andrew Kroeger | 3 | -11/+31 | |
(This used to be commit 8585a3c77d5dfe97bca3f08716fc06ac2819f578) | |||||
2008-04-02 | Remove references to setting the host GUID, as the repl_meta_data | Andrew Bartlett | 3 | -18/+8 | |
module prohibits it anyway. Andrew Bartlett (This used to be commit c5b287c056855892f30fbbf32efe7d65da31ce91) | |||||
2008-04-02 | Don't write public functions to protoheaders. | Jelmer Vernooij | 1 | -1/+1 | |
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-01 | Add warning to public headers. | Jelmer Vernooij | 3 | -0/+13 | |
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a) | |||||
2008-04-01 | Include right perl directory when installed. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 9692a48aeb1c22a86a98ca736f173b2332a87480) | |||||
2008-04-01 | Install samba-hostconfig library. | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit 4d1fb503de31c5c81eb22cdd0a61eae5e4813b40) | |||||
2008-04-01 | Install pidl to the same directory as Samba. | Jelmer Vernooij | 1 | -4/+1 | |
(This used to be commit e67d8c7b6a5035c64d96ff92494ae38f7b6d8205) | |||||
2008-04-01 | Fix dependency on samba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit ba91b609f5a6e2dd93b931a155cbce0c27ebd6d6) | |||||
2008-04-01 | Add context pointer to secrets functions. | Jelmer Vernooij | 4 | -29/+12 | |
(This used to be commit 873941d8a8dca8e7ace83f9af9939e4264f78c96) | |||||
2008-04-01 | Add userdata argument to reseed callback function. | Jelmer Vernooij | 3 | -6/+8 | |
(This used to be commit d4272bc6bcfcd71fa93edb25bb33d6458e8b33cd) | |||||
2008-04-01 | Rename libsamba-config to libsamba-hostconfig. | Jelmer Vernooij | 20 | -38/+38 | |
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21) |