summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-03Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett6-38/+164
This is implemented by means of a message to the KDC, to avoid having to link most of the KDC into netlogon. Andrew Bartlett (This used to be commit 82fcd7941f5c54da2d994c8bd99dd8d86299a296)
2008-09-03Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett1-32/+70
(This used to be commit cc1df3c002e6af25add3c8ae20e7efc2ab6f2fa8)
2008-09-03Test a few more error cases in RPC-PACAndrew Bartlett1-2/+179
(This used to be commit 50502b3b8faf89cf5ad396102f4fe80eaa213908)
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-02Start testing CreateTrustedDomainEx2Andrew Bartlett1-1/+108
Andrew Bartlett (This used to be commit 91ae8dca254aa8c032daf0c87fa2a47760d32586)
2008-09-02Share IDL between the LSA and drsblob representations of trustsAndrew Bartlett2-41/+51
(This used to be commit e5520706c88911c66b3ce5817e371900212ca083)
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-09-01Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett2-3/+24
Also check we get the defaults correct with a query in the torture suite. Andrew Bartlett (This used to be commit b55a1b63cc2f7de889f046e975e3414bc5000613)
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-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell545-38319/+51311
(This used to be commit f008c3b6ee324056fd9b63f6151ad6849640c959)
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell9-102/+233
This makes it easy to set the expiry (or no expiry) for a samdb user (This used to be commit 25171f18a4b242b5a731f4ac1eefc51cc82efd74)
2008-08-30added a simple script for setting password expiryAndrew Tridgell1-0/+44
(This used to be commit cf37126ac7b833a3a739b151157c296afc0c979c)
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)
2008-08-29netapi: prepare libnetapi_samr_lookup_user to lookup priv levels.Günther Deschner1-10/+54
Guenther (This used to be commit f61bf5db5ff4a1d051999712dd76788d6a113545)
2008-08-29re-run make idl.Günther Deschner1-0/+1
Guenther (This used to be commit 227fd242d1a3c911b704208694be6d1ffd1aee67)