summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-05netapi: add NetShareEnum skeleton.Günther Deschner3-0/+81
Guenther (This used to be commit 0cc604ebc13125daf7e219c63a6ca8f21eda48c6)
2008-09-05re-run make idl.Günther Deschner3-1/+74
Guenther (This used to be commit 3da9584a7ad2a1a985186951a060a1500059b913)
2008-09-05netapi: add NetShareEnum to IDL.Günther Deschner1-0/+14
Guenther (This used to be commit 25302d79bec5784a6dd27cf7b0f58a8ec287b2ad)
2008-09-05netapi: add new SHARE_INFO structs to public header.Günther Deschner1-0/+29
Guenther (This used to be commit 30b99eb7e18ba274299ef37e3883154b35d6f2dc)
2008-09-05re-run make idl.Günther Deschner1-0/+29
Guenther (This used to be commit 4f3fa6af7fd2e7d178ae395ee8ce4955437ef25d)
2008-09-05netapi: add more SHARE_INFO_X levels.Günther Deschner1-0/+29
Guenther (This used to be commit 5f55e85cab6b3e98304dac5de96d6c6d43797e23)
2008-09-05net: use netapi for rpc_sh_share_delete as well.Günther Deschner1-10/+1
Guenther (This used to be commit b56ec0b9952dbad9f552c4be30eaae36faa9131c)
2008-09-05net: use netapi for deleting shares.Günther Deschner1-36/+2
Guenther (This used to be commit d7b07b636947cb52aa5474e86c4a3b6aa391a36f)
2008-09-05netapi: implement NetShareDel_r.Günther Deschner1-1/+32
Guenther (This used to be commit 47bed6f112dbcc509ce6ac593c9920d98b658f9a)
2008-09-05netapi: add NetShareDel example code.Günther Deschner2-1/+92
Guenther (This used to be commit 0962128a54980b4b699ef8f80583ed2e7e12fbb0)
2008-09-05netapi: add NetShareDel to public header.Günther Deschner1-0/+18
Guenther (This used to be commit 3ac8f83fcd9f92fe944de8c094d6aa6bda9074dc)
2008-09-05netapi: add NetShareDel skeleton.Günther Deschner3-0/+70
Guenther (This used to be commit 5b6e4740ea8b8fdfcbd766099a7c5044abbfddde)
2008-09-05re-run make idl.Günther Deschner3-1/+44
Guenther (This used to be commit 3469b8c79782d2b6f55dff306e67b603ecdb790a)
2008-09-05netapi: add NetShareDel to IDL.Günther Deschner1-0/+10
Guenther (This used to be commit f9c3ae1ab8c76b4cfec7677e448f192e47152eeb)
2008-09-05net: use netapi for rpc_sh_share_add as well.Günther Deschner1-21/+15
Guenther (This used to be commit 0c232742561a4001909ccce2c5160d57d09edb40)
2008-09-05net: use netapi to add shares.Günther Deschner1-49/+43
Guenther (This used to be commit 95ac480e2030dc607283a8eb89b44015527efa4b)
2008-09-05netapi: fix return code in NetShareAdd_r.Günther Deschner1-0/+3
Guenther (This used to be commit 69e6532e9d3fad9d1c55e33cf5f120ca8b4b8d51)
2008-09-05Protect against a closed socketVolker Lendecke1-0/+5
(This used to be commit d6cb5fdafbddb08d32b788674eff509cae9525c6)
2008-09-05Do proper error handling if the socket is closedVolker Lendecke1-2/+8
(This used to be commit e5a27773f97d7017cfa345799c6803fd82c8e797)
2008-09-05configure: fix typo in GNU ld version-script test.Michael Adam1-1/+1
Michael (This used to be commit 0d9f3dfc4c139938ee57b6cf60c29cf4ce404be7)
2008-09-05Add workaround for docs build and dependency on parameters.all.xmlGerald (Jerry) Carter1-2/+5
(cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918) (This used to be commit c8154142d97ccf973feb36d77f932c893fda0af5)
2008-09-04Fix winbindd crash bug with trusted domains. Bug #5736James Ding1-0/+2
(This used to be commit d4f5caa3d38b5afc1e8b3d0e0c6d7d68a152fe0a)
2008-09-04Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develHerb Lewis3-11/+18
(This used to be commit 0311d171970e888754cf614adfdfc1f8e0f5b04e)
2008-09-04Use different variable names for talloc and tdb object file names thanJelmer Vernooij2-11/+8
Samba 4. (This used to be commit 3f821e8c88665a1e6a3d07a438cd978527306221)
2008-09-04get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis1-14/+9
(This used to be commit 07b0323472b78d49cff06b78924c3015bea52a30)
2008-09-04Ignore unused pidl-generated files.Jelmer Vernooij1-0/+10
(This used to be commit 7eb6bfca40d9ecc225e40661093697edd07699e6)
2008-09-04Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-develJeremy Allison2-38/+43
(This used to be commit 98b2fbef5273b055242e24490736b0c9677b1732)
2008-09-04Cleanup of DC enumeration in get_dcs()Steven Danneman3-30/+91
This is a fix for a few small inefficiencies/bugs in the get_dcs() path. * because the third add_one_dc_unique() loop was outside the ADS check all DCs returned from the non-sitename lookup were being tacked onto the dc_name_ip list twice. * add_one_dc_unique() now checks if the given IP address already exists before adding it to the list, making the returned list actually unique * added more thorough doxygen comment headers (This used to be commit cb2d488e1dbd90953c496c5e25d648977884f7e3)
2008-09-04kerberos: fix indent of enc type lines in generated krb5.conf files.Günther Deschner1-3/+3
Guenther (This used to be commit 18a26f08b6fab4119a1421a7ca59c32dde8bb8cb)
2008-09-04man pages: Several fixes for man wbinfo.Karolin Seeger1-35/+40
-Tag replaceables -Fix typos -Unify indentation Karolin (This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5)
2008-09-03Fix bug #5729. Explicitly allow "-valid".Jeremy Allison1-1/+1
Jeremy (This used to be commit 4f2de29723bb7e588e6c9440649b57d56d10b587)
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce5-117/+110
This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6. (This used to be commit ad462e2e2d025a7fc23e7dea32b2b442b528970b)
2008-09-03The msync manpage reports that msync *must* be called before munmap. Failure ↵Simo Sorce2-2/+8
to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here. (This used to be commit 74c8575b3f3b90ea21ae6aa7ccd95947838af956)
2008-09-03Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce65-1365/+4322
(This used to be commit 8e4dca3b9416d9b5e535bda5e4befc073bfc1641)
2008-09-03factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke2-9/+19
(This used to be commit 32cb45c962c822bd79a7d0f666f2f6037060b324)
2008-09-03Tiny logic simplification: remove an else branchVolker Lendecke1-36/+33
(This used to be commit 9c4905ed6703a38ff72be5990a036d0a79aebb9f)
2008-09-02winbindd: the ad trusted_domains call should return talloced strings.Günther Deschner1-2/+5
Guenther (This used to be commit b57cbf62e8180c8fdb8f541c43358d36d8dbbdfa)
2008-09-02Remove unused CLI_DO_RPC macrosVolker Lendecke1-48/+0
(This used to be commit f5212c64d23a28fa40a14b45a8d1c0181f01a6da)
2008-09-02doserr: add WERR_WRONG_PASSWORD.Günther Deschner2-0/+3
Guenther (This used to be commit 977fec76b77639403ba9ab7bb00c57601e23493d)
2008-09-01Fix some nonempty blank linesVolker Lendecke3-33/+33
(This used to be commit 9336cd1c5e5b5d113cd4912d4479dfe609fe261e)
2008-09-01Slightly simplify logic: remove an else branchVolker Lendecke1-14/+11
(This used to be commit 56ecec50130aa948a431427285aed4b28a5647e8)
2008-09-01Fix typoVolker Lendecke1-1/+1
(This used to be commit 544d1fd19a7e85af5f522c5b6b4b68c6beb093a6)
2008-09-01Fix Coverity ID 587Volker Lendecke1-1/+1
The following test program prints "8" on 64-bit :-) static void print_size(const char lenbuf[4]) { printf("sizeof(lenbuf) = %d\n", (int)sizeof(lenbuf)); } int main(void) { const char lenbuf[4]; print_size(lenbuf); return 0; } Jeremy, please check :-) Volker (This used to be commit 9daea0ccfdda58450be3c9a9a94c016f5900c319)
2008-08-31Fix Coverity ID 589, dead codeVolker Lendecke1-0/+9
(This used to be commit 67c0835226e189deba5856710a1dea19ac5f30fd)
2008-08-31Remove a duplicate retval checkVolker Lendecke1-8/+2
Jeremy, please check! (This used to be commit 6579005e6490f1a99b3860627ba51decaeb864bd)
2008-08-31Fix Coverity ID 592Volker Lendecke1-0/+4
The scanner did not figure out that we always have a primary domain, so it complained about us potentially passing a NULL pointer down to set_domain_online_request() where it is dereferenced. Make the code a bit clearer. (This used to be commit e6e8d108f95ed974f98f3f57adcfbbde4e00fad9)
2008-08-29Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-develJeremy Allison33-821/+2736
(This used to be commit 882297edc024c146f24fc9f847d2b0b813f93fc7)
2008-08-29Deal with systems that don't initialize birthtime correctly.Jeremy Allison1-4/+10
Pointed out by SATOH Fumiyasu <fumiyas@osstech.jp>. Jeremy. (This used to be commit 4f60348c0a934123a8e15bc741076366f6713390)
2008-08-29packaging(RHEL-CTDB): add the cifs.upcall manpage to package.Michael Adam1-0/+1
Michael (This used to be commit 8343dd5c3a124b9c705f2b71e3747542e193da7e)
2008-08-29packaging(RHEL-CTDB): Add the ldbtools' manpages to the package.Michael Adam1-0/+5
Michael (This used to be commit f570071e558f09a3155e9065ec7c73c83e27fd1a)