summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * idmap: Also store sid type in the idmap dbKai Blin2008-04-021-71/+74
| | | | | | | | (This used to be commit 018eb64f038210279b90925e6a981c067aef4be9)
| * ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin2008-04-024-49/+166
| | | | | | | | (This used to be commit ac5e5fee1db2999053dee82d1fcf97ca8799c9b5)
| * ntvfs: Use wbclient in vsf_unixuid, not sidmapKai Blin2008-04-021-22/+50
| | | | | | | | (This used to be commit 2908a77fa5c32e92665775a5785345f704202f0a)
| * rpc_server: Remove references to sidmap from the lsa pipe code.Kai Blin2008-04-023-9/+2
| | | | | | | | (This used to be commit 25cbb1b76720a271984ad5c023e45476094562f1)
| * rpc_server: Use wbclient instead of sidmap in unixinfo pipeKai Blin2008-04-021-41/+119
| | | | | | | | (This used to be commit 033db9730f1aa6d1941fbb83f55578aaa75e28bd)
| * wbclient: Add an async winbind client library.Kai Blin2008-04-0210-22/+378
| | | | | | | | (This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
| * winbind: Bump down the debuglevel.Kai Blin2008-04-021-2/+2
| | | | | | | | (This used to be commit 02c7913bf29ab8cc7e9ce3efe854c02a3c3200cc)
| * IRPC: Add include guards for the header.Kai Blin2008-04-021-0/+4
| | | | | | | | (This used to be commit 0e66e443ad42f9644aafc1858ac8d01c7c699337)
| * util: Add talloc_get_type_abort() call.Kai Blin2008-04-022-0/+22
| | | | | | | | (This used to be commit 38413ed4b6957e5f72e78a04f479c6a5d8b69ef5)
* | Install libevents since it's required by samba-gtk.Jelmer Vernooij2008-04-036-6/+18
| | | | | | | | (This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045)
* | Fix installation of dcerpc_atsvc and registry as required by samba-gtk.Jelmer Vernooij2008-04-034-4/+19
|/ | | | (This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)
* Re-add params file to git.Jelmer Vernooij2008-04-021-0/+587
| | | | (This used to be commit fc50e78e2631e8253571bc236302e2859e4d1559)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij2008-04-020-0/+0
|\ | | | | | | (This used to be commit 2763fc6294aa35018d4317dd9eebcba969e70333)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into tmpJelmer Vernooij2008-04-024-28/+38
| |\ | | | | | | | | | (This used to be commit d777a83b8478bf09a45eccde38036eccbd219df8)
* | | Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-024-7/+14
| | | | | | | | | | | | | | | Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52)
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij2008-04-024-28/+38
|\ \ \ | | |/ | |/| | | | (This used to be commit 8c3591d98f42a75d68d698f7b4be8f2e0284522f)
| * | Fix conflicts in setup/provision script.Andrew Bartlett2008-04-021-8/+0
| | | | | | | | | | | | (This used to be commit 696b58f5dd8370b7ee0670c7a3e5db10234b41ff)
| * | Fix merge of my host GUID removal and the IPv6 addition to provisionAndrew Bartlett2008-04-023-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)
| | * | provision: Add support for IPv6 (bz #4593).Andrew Kroeger2008-04-013-11/+31
| | | | | | | | | | | | | | | | (This used to be commit 8585a3c77d5dfe97bca3f08716fc06ac2819f578)
| * | | Remove references to setting the host GUID, as the repl_meta_dataAndrew Bartlett2008-04-023-18/+8
| |/ / | | | | | | | | | | | | | | | | | | module prohibits it anyway. Andrew Bartlett (This used to be commit c5b287c056855892f30fbbf32efe7d65da31ce91)
* | | Remove no longer installed files.Jelmer Vernooij2008-04-021-23/+0
| | | | | | | | | | | | (This used to be commit 3e8aecbc2ee3c0bb32aa83c5035a758f16f344cb)
* | | Move handle utility functions to public header, remove more public headers.Jelmer Vernooij2008-04-024-39/+40
| | | | | | | | | | | | (This used to be commit 92e71c19f4e1d3ca123a083942ec578d21f7012c)
* | | Trim down installed headers some more.Jelmer Vernooij2008-04-025-32/+21
| | | | | | | | | | | | (This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024)
* | | Merge hive.h into registry.hJelmer Vernooij2008-04-027-215/+186
| | | | | | | | | | | | (This used to be commit 3ca14fdf74d2510049bbdbbd2a5be341412cda1b)
* | | Merge patchfile.h into registry.hJelmer Vernooij2008-04-026-61/+30
| | | | | | | | | | | | (This used to be commit 7b434df67aefc667993f0ebd955af9c1c258f153)
* | | Reduce the number of installed headers.Jelmer Vernooij2008-04-0213-22/+16
| | | | | | | | | | | | (This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424)
* | | Install public header files again and include required prototypes.Jelmer Vernooij2008-04-02208-458/+1953
| | | | | | | | | | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343)
* | | Don't write public functions to protoheaders.Jelmer Vernooij2008-04-021-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)
* | | Add warning to public headers.Jelmer Vernooij2008-04-013-0/+13
| |/ |/| | | | | (This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a)
* | Include right perl directory when installed.Jelmer Vernooij2008-04-011-1/+1
| | | | | | | | (This used to be commit 9692a48aeb1c22a86a98ca736f173b2332a87480)
* | Install samba-hostconfig library.Jelmer Vernooij2008-04-011-1/+4
| | | | | | | | (This used to be commit 4d1fb503de31c5c81eb22cdd0a61eae5e4813b40)
* | Install pidl to the same directory as Samba.Jelmer Vernooij2008-04-011-4/+1
| | | | | | | | (This used to be commit e67d8c7b6a5035c64d96ff92494ae38f7b6d8205)
* | Fix dependency on samba-hostconfig.Jelmer Vernooij2008-04-011-1/+1
| | | | | | | | (This used to be commit ba91b609f5a6e2dd93b931a155cbce0c27ebd6d6)
* | Add context pointer to secrets functions.Jelmer Vernooij2008-04-014-29/+12
| | | | | | | | (This used to be commit 873941d8a8dca8e7ace83f9af9939e4264f78c96)
* | Add userdata argument to reseed callback function.Jelmer Vernooij2008-04-013-6/+8
| | | | | | | | (This used to be commit d4272bc6bcfcd71fa93edb25bb33d6458e8b33cd)