summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* man pages: Several fixes for man wbinfo.Karolin Seeger2008-09-041-35/+40
| | | | | | | | | -Tag replaceables -Fix typos -Unify indentation Karolin (This used to be commit 872defd1d29e1d7a4fc8aba90f689110599444e5)
* Fix bug #5729. Explicitly allow "-valid".Jeremy Allison2008-09-031-1/+1
| | | | | Jeremy (This used to be commit 4f2de29723bb7e588e6c9440649b57d56d10b587)
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-035-117/+110
| | | | | This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6. (This used to be commit ad462e2e2d025a7fc23e7dea32b2b442b528970b)
* The msync manpage reports that msync *must* be called before munmap. Failure ↵Simo Sorce2008-09-032-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)
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-09-0365-1365/+4322
|\ | | | | | | (This used to be commit 8e4dca3b9416d9b5e535bda5e4befc073bfc1641)
| * factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke2008-09-032-9/+19
| | | | | | | | (This used to be commit 32cb45c962c822bd79a7d0f666f2f6037060b324)
| * Tiny logic simplification: remove an else branchVolker Lendecke2008-09-031-36/+33
| | | | | | | | (This used to be commit 9c4905ed6703a38ff72be5990a036d0a79aebb9f)
| * winbindd: the ad trusted_domains call should return talloced strings.Günther Deschner2008-09-021-2/+5
| | | | | | | | | | Guenther (This used to be commit b57cbf62e8180c8fdb8f541c43358d36d8dbbdfa)
| * Remove unused CLI_DO_RPC macrosVolker Lendecke2008-09-021-48/+0
| | | | | | | | (This used to be commit f5212c64d23a28fa40a14b45a8d1c0181f01a6da)
| * doserr: add WERR_WRONG_PASSWORD.Günther Deschner2008-09-022-0/+3
| | | | | | | | | | Guenther (This used to be commit 977fec76b77639403ba9ab7bb00c57601e23493d)
| * Fix some nonempty blank linesVolker Lendecke2008-09-013-33/+33
| | | | | | | | (This used to be commit 9336cd1c5e5b5d113cd4912d4479dfe609fe261e)
| * Slightly simplify logic: remove an else branchVolker Lendecke2008-09-011-14/+11
| | | | | | | | (This used to be commit 56ecec50130aa948a431427285aed4b28a5647e8)
| * Fix typoVolker Lendecke2008-09-011-1/+1
| | | | | | | | (This used to be commit 544d1fd19a7e85af5f522c5b6b4b68c6beb093a6)
| * Fix Coverity ID 587Volker Lendecke2008-09-011-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)
| * Fix Coverity ID 589, dead codeVolker Lendecke2008-08-311-0/+9
| | | | | | | | (This used to be commit 67c0835226e189deba5856710a1dea19ac5f30fd)
| * Remove a duplicate retval checkVolker Lendecke2008-08-311-8/+2
| | | | | | | | | | Jeremy, please check! (This used to be commit 6579005e6490f1a99b3860627ba51decaeb864bd)
| * Fix Coverity ID 592Volker Lendecke2008-08-311-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)
| * Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-develJeremy Allison2008-08-2933-821/+2736
| |\ | | | | | | | | | (This used to be commit 882297edc024c146f24fc9f847d2b0b813f93fc7)
| | * packaging(RHEL-CTDB): add the cifs.upcall manpage to package.Michael Adam2008-08-291-0/+1
| | | | | | | | | | | | | | | Michael (This used to be commit 8343dd5c3a124b9c705f2b71e3747542e193da7e)
| | * packaging(RHEL-CTDB): Add the ldbtools' manpages to the package.Michael Adam2008-08-291-0/+5
| | | | | | | | | | | | | | | Michael (This used to be commit f570071e558f09a3155e9065ec7c73c83e27fd1a)
| | * packaging(RHEL-CTDB): fix direction of symlink for libnss_winbind.so.2Michael Adam2008-08-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is a workaround, until we have proper creation of libnss_winbind.so.2 and .so as a symlink from the Makefile. Michael (This used to be commit f48070b8798db7be1197dba18b759cf50eb121d8)
| | * packaging(RHEL-CTDB): move libnss_winbind.so bits closer togetherMichael Adam2008-08-291-1/+5
| | | | | | | | | | | | | | | | | | | | | and comment on commented out libnss_wins.so installation Michael (This used to be commit 590744d6ca78624334a1b351bb7ade2de3047afc)
| | * packaging(RHEL-CTDB): remove duplicate installation of pam_smbpass.soMichael Adam2008-08-291-3/+0
| | | | | | | | | | | | | | | Michael (This used to be commit 54e3a6dcb2aaa8dc07d3cfbfb9abb950428b1010)
| | * packaging(RHEL-CTDB): remove library packaging hacks due to fixed Makfile.Michael Adam2008-08-291-48/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use --libdir instead of --with-libdir . Use new --with-modulesdir to separate LIBDIR and MODULESDIR. This makes post "make install" hacks unnecessary. Michael (This used to be commit a87c0cc084a583d6eafac9fc83093ef29ba9809a)
| | * packaging(RHEL-CTDB): remove unused variable from makerpms.shMichael Adam2008-08-291-1/+0
| | | | | | | | | | | | | | | Michael (This used to be commit 8686ceb9ada5ed3239edccd830ab6aeb007e6750)
| | * packaging(RHEL-CTDB): auto-detect samba version from spec in makerpms.shMichael Adam2008-08-291-3/+3
| | | | | | | | | | | | | | | Michael (This used to be commit d18075524fa6b83fbb86aa0010c6190136e99865)
| | * libnet_join: streamline logic of libnet_join_post_processing()Michael Adam2008-08-291-9/+11
| | | | | | | | | | | | | | | Michael (This used to be commit 81cc1af1e699e454fbb1d12636d002f845231006)
| | * libnet: fix join by creating keytab after changing the config.Michael Adam2008-08-291-10/+11
| | | | | | | | | | | | | | | Michael (This used to be commit 96d1c780bf9524b929e6026776602a5288aea73d)
| | * wbinfo: add change-user-password command.Günther Deschner2008-08-291-1/+33
| | | | | | | | | | | | | | | Guenther (This used to be commit e572ede9995a66ae452ab25018b8df16101a2c2a)
| | * libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner2008-08-293-1/+350
| | | | | | | | | | | | | | | Guenther (This used to be commit 62e7b4aa32051bce34c890cb41270e5fe31111ca)
| | * netapi: fix NetGetJoinableOUs_l.Günther Deschner2008-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It needs to try the dns domain name for the ads connection. Guenther (This used to be commit 918eae8221bb8c24084cad96556e4d8c3685e314)
| | * netapi: fix some warnings in netdomjoin-gui.Günther Deschner2008-08-291-8/+20
| | | | | | | | | | | | | | | Guenther (This used to be commit e69eb09c1819eb4ea4bba7c3b3b0f8b6da789632)
| | * netapi: use NETSETUP join flags in examples.Günther Deschner2008-08-293-15/+12
| | | | | | | | | | | | | | | Guenther (This used to be commit 2f6f888d9cf89abf55767dc43a9e3d5de68bbcfb)
| | * netapi: add NetJoinFlags to public header.Günther Deschner2008-08-291-0/+14
| | | | | | | | | | | | | | | Guenther (This used to be commit 3babf758f49d6b08af8bd41c1dc8bd8de11a3893)
| | * re-run make idl.Günther Deschner2008-08-293-2/+52
| | | | | | | | | | | | | | | Guenther (This used to be commit 11a2eecf2a92dceef2b89bbfa08abcfb71bcaf7a)
| | * netapi: add NetJoinFlags to IDL.Günther Deschner2008-08-291-2/+17
| | | | | | | | | | | | | | | Guenther (This used to be commit 10345cb987f8652f5e94e612910bfcd0478b26bc)
| | * netapi: add info21_to_USER_INFO_11 and support level 11 in NetUserEnum/GetInfo.Günther Deschner2008-08-291-5/+45
| | | | | | | | | | | | | | | Guenther (This used to be commit c022ec38521e7ff655fc12807fcfd0e4f056e18b)
| | * netapi: add info21_to_USER_INFO_4 and support level 4 in NetUserEnum/GetInfo.Günther Deschner2008-08-291-2/+68
| | | | | | | | | | | | | | | Guenther (This used to be commit b3ccc9a447c380e2898606b8f392f8bec9f40dc9)
| | * netapi: add info21_to_USER_INFO_3 and support level 3 in NetUserEnum/GetInfo.Günther Deschner2008-08-291-2/+54
| | | | | | | | | | | | | | | Guenther (This used to be commit 6b56b70a47823ab482f0c2a5fb55a759857b99f0)
| | * netapi: add info21_to_USER_INFO_2 and support level 2 in NetUserEnum/GetInfo.Günther Deschner2008-08-291-2/+50
| | | | | | | | | | | | | | | Guenther (This used to be commit 1f1587423b7e01be552ae7cfc89f1334b32b124a)
| | * netapi: add info21_to_USER_INFO_1 and support level 1 NetUserEnum/GetInfo.Günther Deschner2008-08-291-2/+39
| | | | | | | | | | | | | | | Guenther (This used to be commit 391aaf16272aad09f8e2f1b1afb78a2535c0faaf)
| | * netapi: add info21_to_USER_INFO_23.Günther Deschner2008-08-291-19/+29
| | | | | | | | | | | | | | | Guenther (This used to be commit 62871cb3829f5b9cd15211030fa409dbaf3b906f)
| | * netapi: add info21_to_USER_INFO_20.Günther Deschner2008-08-291-13/+21
| | | | | | | | | | | | | | | Guenther (This used to be commit 93a5844814714cf07341bc2962dfac5c3e51d788)
| | * netapi: add info21_to_USER_INFO_10.Günther Deschner2008-08-291-12/+20
| | | | | | | | | | | | | | | Guenther (This used to be commit 3e0c5d4154a730fd9e4430d3e64f9c7bb654dc54)
| | * netapi: add builtin handle to NetUserEnum.Günther Deschner2008-08-291-2/+15
| | | | | | | | | | | | | | | Guenther (This used to be commit f71b0808bec002f616fc451eddb7e19dd242a138)
| | * netapi: prepare libnetapi_samr_lookup_user to lookup priv levels.Günther Deschner2008-08-291-10/+54
| | | | | | | | | | | | | | | Guenther (This used to be commit f61bf5db5ff4a1d051999712dd76788d6a113545)
| | * re-run make idl.Günther Deschner2008-08-291-0/+1
| | | | | | | | | | | | | | | Guenther (This used to be commit 227fd242d1a3c911b704208694be6d1ffd1aee67)
| | * netapi: add USER_MAXSTORAGE_UNLIMITED to IDL.Günther Deschner2008-08-291-0/+2
| | | | | | | | | | | | | | | Guenther (This used to be commit 71623f853d475eac8b4293d454706c3288bcbc10)
| | * netapi: add NetShareAdd example code.Günther Deschner2008-08-292-1/+117
| | | | | | | | | | | | | | | Guenther (This used to be commit 4ec041e38a7dd2d89b182ab9e03ab85a060778d3)
| | * netapi: implement NetShareAdd_r.Günther Deschner2008-08-291-1/+91
| | | | | | | | | | | | | | | Guenther (This used to be commit d430d2fbd8746c8bcdb16e027d45a939c4976524)