summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-02idmap: Also store sid type in the idmap dbKai Blin1-71/+74
(This used to be commit 018eb64f038210279b90925e6a981c067aef4be9)
2008-04-02ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4Kai Blin4-49/+166
(This used to be commit ac5e5fee1db2999053dee82d1fcf97ca8799c9b5)
2008-04-02ntvfs: Use wbclient in vsf_unixuid, not sidmapKai Blin1-22/+50
(This used to be commit 2908a77fa5c32e92665775a5785345f704202f0a)
2008-04-02rpc_server: Remove references to sidmap from the lsa pipe code.Kai Blin3-9/+2
(This used to be commit 25cbb1b76720a271984ad5c023e45476094562f1)
2008-04-02rpc_server: Use wbclient instead of sidmap in unixinfo pipeKai Blin1-41/+119
(This used to be commit 033db9730f1aa6d1941fbb83f55578aaa75e28bd)
2008-04-02wbclient: Add an async winbind client library.Kai Blin10-22/+378
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1)
2008-04-02winbind: Bump down the debuglevel.Kai Blin1-2/+2
(This used to be commit 02c7913bf29ab8cc7e9ce3efe854c02a3c3200cc)
2008-04-02IRPC: Add include guards for the header.Kai Blin1-0/+4
(This used to be commit 0e66e443ad42f9644aafc1858ac8d01c7c699337)
2008-04-02util: Add talloc_get_type_abort() call.Kai Blin2-0/+22
(This used to be commit 38413ed4b6957e5f72e78a04f479c6a5d8b69ef5)
2008-04-02Re-add params file to git.Jelmer Vernooij1-0/+587
(This used to be commit fc50e78e2631e8253571bc236302e2859e4d1559)
2008-04-02Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij0-0/+0
(This used to be commit 2763fc6294aa35018d4317dd9eebcba969e70333)
2008-04-02Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into tmpJelmer Vernooij4-28/+38
(This used to be commit d777a83b8478bf09a45eccde38036eccbd219df8)
2008-04-02Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij4-7/+14
Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52)
2008-04-02Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchangeJelmer Vernooij4-28/+38
(This used to be commit 8c3591d98f42a75d68d698f7b4be8f2e0284522f)
2008-04-02Remove no longer installed files.Jelmer Vernooij1-23/+0
(This used to be commit 3e8aecbc2ee3c0bb32aa83c5035a758f16f344cb)
2008-04-02Move handle utility functions to public header, remove more public headers.Jelmer Vernooij4-39/+40
(This used to be commit 92e71c19f4e1d3ca123a083942ec578d21f7012c)
2008-04-02Trim down installed headers some more.Jelmer Vernooij5-32/+21
(This used to be commit 71aa38842c270d52d39b805bf7ce29e25e062024)
2008-04-02Merge hive.h into registry.hJelmer Vernooij7-215/+186
(This used to be commit 3ca14fdf74d2510049bbdbbd2a5be341412cda1b)
2008-04-02Merge patchfile.h into registry.hJelmer Vernooij6-61/+30
(This used to be commit 7b434df67aefc667993f0ebd955af9c1c258f153)
2008-04-02Reduce the number of installed headers.Jelmer Vernooij13-22/+16
(This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424)
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij208-458/+1953
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
2008-04-02Fix conflicts in setup/provision script.Andrew Bartlett1-8/+0
(This used to be commit 696b58f5dd8370b7ee0670c7a3e5db10234b41ff)
2008-04-02Fix merge of my host GUID removal and the IPv6 addition to provisionAndrew Bartlett3-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-01provision: Add support for IPv6 (bz #4593).Andrew Kroeger3-11/+31
(This used to be commit 8585a3c77d5dfe97bca3f08716fc06ac2819f578)
2008-04-02Remove references to setting the host GUID, as the repl_meta_dataAndrew Bartlett3-18/+8
module prohibits it anyway. Andrew Bartlett (This used to be commit c5b287c056855892f30fbbf32efe7d65da31ce91)
2008-04-02Don't write public functions to protoheaders.Jelmer Vernooij1-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-01Add warning to public headers.Jelmer Vernooij3-0/+13
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a)
2008-04-01Include right perl directory when installed.Jelmer Vernooij1-1/+1
(This used to be commit 9692a48aeb1c22a86a98ca736f173b2332a87480)
2008-04-01Install samba-hostconfig library.Jelmer Vernooij1-1/+4
(This used to be commit 4d1fb503de31c5c81eb22cdd0a61eae5e4813b40)
2008-04-01Install pidl to the same directory as Samba.Jelmer Vernooij1-4/+1
(This used to be commit e67d8c7b6a5035c64d96ff92494ae38f7b6d8205)
2008-04-01Fix dependency on samba-hostconfig.Jelmer Vernooij1-1/+1
(This used to be commit ba91b609f5a6e2dd93b931a155cbce0c27ebd6d6)
2008-04-01Add context pointer to secrets functions.Jelmer Vernooij4-29/+12
(This used to be commit 873941d8a8dca8e7ace83f9af9939e4264f78c96)
2008-04-01Add userdata argument to reseed callback function.Jelmer Vernooij3-6/+8
(This used to be commit d4272bc6bcfcd71fa93edb25bb33d6458e8b33cd)
2008-04-01Rename libsamba-config to libsamba-hostconfig.Jelmer Vernooij20-38/+38
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
2008-04-01Add README file explaining param/.Jelmer Vernooij1-0/+4
(This used to be commit 03226035aaa8d4fc68996b08bc6beb43feabbd3a)
2008-04-01Move ini-like file parser to the utility library.Jelmer Vernooij4-589/+10
(This used to be commit 2dc2bb800dab3f7dbdba01f5ca5076edd1a2b0f3)
2008-03-29Merge commit 'origin/v4-0-stable' into v4-0-testStefan Metzmacher0-0/+0
(This used to be commit 15cf55f9799d806c31a6a4e14a5c77df89dfe35b)
2008-03-29On our way to alpha4...Andrew Bartlett1-1/+1
(This used to be commit d947310b94b235a66d32ba9aacd9c13127d45d94)
2008-03-29Mark as GIT snapshots againAndrew Bartlett1-1/+1
(This used to be commit 1d940e444633bb4f5976888d2581d4ccaf03da21)
2008-03-29This is Samba4 alpha3!Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit c0a9845d4cb414ea5cc26581bda1c52c45aa21dc)
2008-03-29Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett0-0/+0
(This used to be commit ee6539e4cab8882faafff17f458df91cba352f8e)
2008-03-29Rework 'compleated' message in provision to be more useful.Andrew Bartlett2-16/+9
In particular, this should draw attention to accidential 'standalone' server provisions and therefore cause less frustration. Andrew Bartlett (This used to be commit e906ae041a2b589ffceff97b74f7c4b01386382a)
2008-03-29howto: Simplify the commands needed and remove reference to removed script.Andrew Kroeger1-9/+2
(This used to be commit 6e25d77be21b90c3b24cca55b08bdc39b256c381)
2008-03-29Makefile: Allow "make" with no arguments to build all that will be installed.Andrew Kroeger1-2/+2
(This used to be commit 982acd6f80f009d28ff1e63abd2151de0165623e)
2008-03-28howto: Clarify differences when working from a tarball instead of Git.Andrew Kroeger1-0/+7
(This used to be commit 11cbefe307a5d7b25dc72886a0666e2523c47488)
2008-03-28mkrelease: Add checks to ensure run from top-level directory of repository.Andrew Kroeger1-0/+6
(This used to be commit 7d4c02fdfc9ca1a48a0a1e4672765636d4c4a717)
2008-03-29Add a few more safety catches to the mkrelease.sh script.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 96eb3f1691fbc8808e3cb80a45283fb7dff53826)
2008-03-29Don't leave release trees hanging aroundAndrew Bartlett1-1/+2
Andrew Bartlett (This used to be commit e06911de3326fcbd751932d6ab1b9d4644619135)
2008-03-29Merge branch 'v4-0-test' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett1-3/+2
(This used to be commit f39af7c2c35abb794e1dc1a496c1960221f006f2)
2008-03-28mkrelease: Update to work with Git instead of SVN.Andrew Kroeger1-3/+2
(This used to be commit 66efff41a72190ad73512cbf08fa68b1b44406b9)