summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-08-29packaging(RHEL-CTDB): fix direction of symlink for libnss_winbind.so.2Michael Adam1-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)
2008-08-29packaging(RHEL-CTDB): move libnss_winbind.so bits closer togetherMichael Adam1-1/+5
and comment on commented out libnss_wins.so installation Michael (This used to be commit 590744d6ca78624334a1b351bb7ade2de3047afc)
2008-08-29packaging(RHEL-CTDB): remove duplicate installation of pam_smbpass.soMichael Adam1-3/+0
Michael (This used to be commit 54e3a6dcb2aaa8dc07d3cfbfb9abb950428b1010)
2008-08-29packaging(RHEL-CTDB): remove library packaging hacks due to fixed Makfile.Michael Adam1-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)
2008-08-29packaging(RHEL-CTDB): remove unused variable from makerpms.shMichael Adam1-1/+0
Michael (This used to be commit 8686ceb9ada5ed3239edccd830ab6aeb007e6750)
2008-08-29packaging(RHEL-CTDB): auto-detect samba version from spec in makerpms.shMichael Adam1-3/+3
Michael (This used to be commit d18075524fa6b83fbb86aa0010c6190136e99865)
2008-08-29libnet_join: streamline logic of libnet_join_post_processing()Michael Adam1-9/+11
Michael (This used to be commit 81cc1af1e699e454fbb1d12636d002f845231006)
2008-08-29libnet: fix join by creating keytab after changing the config.Michael Adam1-10/+11
Michael (This used to be commit 96d1c780bf9524b929e6026776602a5288aea73d)
2008-08-29wbinfo: add change-user-password command.Günther Deschner1-1/+33
Guenther (This used to be commit e572ede9995a66ae452ab25018b8df16101a2c2a)
2008-08-29libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.Günther Deschner3-1/+350
Guenther (This used to be commit 62e7b4aa32051bce34c890cb41270e5fe31111ca)
2008-08-29netapi: fix NetGetJoinableOUs_l.Günther Deschner1-1/+1
It needs to try the dns domain name for the ads connection. Guenther (This used to be commit 918eae8221bb8c24084cad96556e4d8c3685e314)
2008-08-29netapi: fix some warnings in netdomjoin-gui.Günther Deschner1-8/+20
Guenther (This used to be commit e69eb09c1819eb4ea4bba7c3b3b0f8b6da789632)
2008-08-29netapi: use NETSETUP join flags in examples.Günther Deschner3-15/+12
Guenther (This used to be commit 2f6f888d9cf89abf55767dc43a9e3d5de68bbcfb)
2008-08-29netapi: add NetJoinFlags to public header.Günther Deschner1-0/+14
Guenther (This used to be commit 3babf758f49d6b08af8bd41c1dc8bd8de11a3893)
2008-08-29re-run make idl.Günther Deschner3-2/+52
Guenther (This used to be commit 11a2eecf2a92dceef2b89bbfa08abcfb71bcaf7a)
2008-08-29netapi: add NetJoinFlags to IDL.Günther Deschner1-2/+17
Guenther (This used to be commit 10345cb987f8652f5e94e612910bfcd0478b26bc)
2008-08-29netapi: add info21_to_USER_INFO_11 and support level 11 in NetUserEnum/GetInfo.Günther Deschner1-5/+45
Guenther (This used to be commit c022ec38521e7ff655fc12807fcfd0e4f056e18b)
2008-08-29netapi: add info21_to_USER_INFO_4 and support level 4 in NetUserEnum/GetInfo.Günther Deschner1-2/+68
Guenther (This used to be commit b3ccc9a447c380e2898606b8f392f8bec9f40dc9)
2008-08-29netapi: add info21_to_USER_INFO_3 and support level 3 in NetUserEnum/GetInfo.Günther Deschner1-2/+54
Guenther (This used to be commit 6b56b70a47823ab482f0c2a5fb55a759857b99f0)
2008-08-29netapi: add info21_to_USER_INFO_2 and support level 2 in NetUserEnum/GetInfo.Günther Deschner1-2/+50
Guenther (This used to be commit 1f1587423b7e01be552ae7cfc89f1334b32b124a)
2008-08-29netapi: add info21_to_USER_INFO_1 and support level 1 NetUserEnum/GetInfo.Günther Deschner1-2/+39
Guenther (This used to be commit 391aaf16272aad09f8e2f1b1afb78a2535c0faaf)
2008-08-29netapi: add info21_to_USER_INFO_23.Günther Deschner1-19/+29
Guenther (This used to be commit 62871cb3829f5b9cd15211030fa409dbaf3b906f)
2008-08-29netapi: add info21_to_USER_INFO_20.Günther Deschner1-13/+21
Guenther (This used to be commit 93a5844814714cf07341bc2962dfac5c3e51d788)
2008-08-29netapi: add info21_to_USER_INFO_10.Günther Deschner1-12/+20
Guenther (This used to be commit 3e0c5d4154a730fd9e4430d3e64f9c7bb654dc54)
2008-08-29netapi: add builtin handle to NetUserEnum.Günther Deschner1-2/+15
Guenther (This used to be commit f71b0808bec002f616fc451eddb7e19dd242a138)