summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r15561: Should re-fix older systems without RC4-HMAC supportGerald Carter2007-10-101-15/+6
| | | | (This used to be commit 00c795e3660a65419e707706abf48916dcd7f850)
* r15560: Since the hotel doesn't have Sci-Fi and no "Doctor Who"....Gerald Carter2007-10-102-176/+96
| | | | | | Re-add the capability to specify an OU in which to create the machine account. Done via LDAP prior to the RPC join. (This used to be commit b69ac0e30441faea7a7d677b6bb551aa8ffbf55d)
* r15559: Smaller fixes for the new cldap code:Günther Deschner2007-10-102-7/+6
| | | | | | | | | * replace printf to stderr with DEBUG statements as they get printed in daemons * "net ads lookup" return code Guenther (This used to be commit 8dd925c5fbfcbe711c596d08e8eadc19607d5492)
* r15558: Do not wait endless for a CLDAP reply when the LDAP server isGünther Deschner2007-10-101-1/+21
| | | | | | | | | unavailable; use "ldap timeout" handling. Jerry, please check. Guenther (This used to be commit 821bbb4566c4b3f9798054ed3bf772db0c9ae3f2)
* r15556: Better fix for leading // or \\ from "David R. Linn"Jeremy Allison2007-10-101-2/+2
| | | | | | <drl@vuse.vanderbilt.edu>. Jeremy. (This used to be commit 502f3e911a2e9e3e0e4a4eae34885329e0624dd5)
* r15555: Make "change notify timeout" a per-share parameter - usedJeremy Allison2007-10-104-8/+37
| | | | | | | | | | | | when there's no kernel or FAM change notify. If set to zero this will turn off change notify for the share except when we ourselves change something (renames / deletes etc. ). Designed to help on large directory shares where a new changenotify is issued between each delete. This will be fixed correctly when we move to internal change notify (eg. back-port Samba4 changenotify). Jeremy. (This used to be commit 5a17bffbcd5082fde79c241468a0ff2b5903d540)
* r15553: minor rpcclient cleanup: length is already set in data_blob.Günther Deschner2007-10-101-3/+0
| | | | | Guenther (This used to be commit a80f3660573872e7a1c9e4d37262c830d68415e1)
* r15552: Fix segfault...Günther Deschner2007-10-101-0/+2
| | | | | Guenther (This used to be commit ff93fc7c1e22c035f6f1405d263702bbb9d61575)
* r15550: make sure to pick up the -lresolv libs on systems without -lldap to ↵Gerald Carter2007-10-101-1/+3
| | | | | | pull it in (This used to be commit 4f3a1c2c58a4087f3a2f72f471cbaf2bad5addfe)
* r15549: removing rhosts and 'hosts equiv' authentication featuresGerald Carter2007-10-105-312/+1
| | | | (This used to be commit d19dad88155f985f113c667b6bdad5a1b25eca18)
* r15548: remove unused 'wins partners'Gerald Carter2007-10-101-3/+0
| | | | (This used to be commit 1316fd4267f37cd88ab5c63d22df81ace17205bc)
* r15547: say goodbye to --with-ldapsam (although the ldapsam_compat passdb ↵Gerald Carter2007-10-103-71/+0
| | | | | | backend still exists (This used to be commit 7d99e05ee8f60b2b4d18405dc8be6f9ff822c3ad)
* r15546: When debugging is enabled be just a little more verbose in logging inGünther Deschner2007-10-101-6/+6
| | | | | | | pam_winbind. Guenther (This used to be commit bf077fb2268b79faffd1fdda04847c37ffead32d)
* r15544: make sure to define NS_PACKETSZ for Bind 4 interfaces (fix build on us4)Gerald Carter2007-10-101-1/+6
| | | | (This used to be commit 18f2e1a4e19a83afec6573a020f3a913f07d19dc)
* r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter2007-10-1016-603/+897
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivating factor is to not require more privileges for the user account than Windows does when joining a domain. The points of interest are * net_ads_join() uses same rpc mechanisms as net_rpc_join() * Enable CLDAP queries for filling in the majority of the ADS_STRUCT->config information * Remove ldap_initialized() from sam/idmap_ad.c and libads/ldap.c * Remove some unnecessary fields from ADS_STRUCT * Manually set the dNSHostName and servicePrincipalName attribute using the machine account after the join Thanks to Guenther and Simo for the review. Still to do: * Fix the userAccountControl for DES only systems * Set the userPrincipalName in order to support things like 'kinit -k' (although we might be able to just use the sAMAccountName instead) * Re-add support for pre-creating the machine account in a specific OU (This used to be commit 4c4ea7b20f44cd200cef8c7b389d51b72eccc39b)
* r15542: Close the LDAP connection and free the struct, regardless whether theGünther Deschner2007-10-101-1/+1
| | | | | | | simple bind operation was successful or not. Guenther (This used to be commit e4734cb99cae189edf49c4d8f4e4324f5c51f443)
* r15541: Only ever store a user's password in a WINBINDD_CCACHE_ENTRY struct whenGünther Deschner2007-10-101-1/+1
| | | | | | | we have a reason to do so. Guenther (This used to be commit 4da79bd10c17277171aad26ee0278f8e5b64abdb)
* r15539: Use portable wrapper functions instead of seteuidJeremy Allison2007-10-102-7/+7
| | | | | | directly in winbindd. Jeremy. (This used to be commit 2e65fcc9def5f1386a33ca4a76e494838e3a0632)
* r15537: Ignore // or \\ in //server or \\server.Jeremy Allison2007-10-101-0/+5
| | | | | Jeremy. (This used to be commit 45cfba12cfd87bebd3876087cac0575f586e395f)
* r15531: fix linking of smbmnt and smbumount with socket wrapperStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit a48b1f7fae538a4220e087a1863015dd8c564005)
* r15529: Initialise our saved uid and gid so that we can tell whenJames Peach2007-10-102-2/+7
| | | | | | we created the profiling shmem segment and don't bogusly refuse to look at it. (This used to be commit eb31ef3a0e5e7c3b4029a3c2e124d2df646f10a2)
* r15528: Make the existance of the /etc/security/pam_winbind.conf fileGünther Deschner2007-10-101-3/+5
| | | | | | | non-critical and fallback to only parse the argv options in that case. Guenther (This used to be commit 9dac3ab328e9c7ba374e0efc3fe16d940ecc9d3b)
* r15526: Avoid double \n.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 3546187bb4a74b14071e2c23561e70e57ad13e86)
* r15525: fix compile error on HP-UX reported by Ryan NovosielskiGerald Carter2007-10-101-1/+0
| | | | (This used to be commit e439660f916050291107f699e32ba2872ba95fcf)
* r15523: Honour the time_offset also when verifying kerberos tickets. ThisGünther Deschner2007-10-104-3/+9
| | | | | | | | | prevents a nasty failure condition in winbindd's pam_auth where a tgt and a service ticket could have been succefully retrieved, but just not validated. Guenther (This used to be commit a75dd80c6210d01aff104a86b0a9d39d65f2c348)
* r15519: Fix segfault.Günther Deschner2007-10-101-1/+3
| | | | | Guenther (This used to be commit a0548914c21bb769c3e97b47c9bc521c595f579b)
* r15516: Use SMB_BIG_UINT in preference to unsigned long long.James Peach2007-10-101-4/+4
| | | | (This used to be commit f06d94382fa0f501fb1da7e308012b91a9eadb44)
* r15509: Preserve errno in fcntl lock wrappers.James Peach2007-10-101-0/+4
| | | | (This used to be commit 624318245fbd4060617d9404700a04df23d667ac)
* r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach2007-10-105-17/+62
| | | | | the fastest clock available on uniprocessors. (This used to be commit d44862928206b524f826bd7c2997ab5353c0b6a0)
* r15496: current_user_info is not referenced in loadparm.cVolker Lendecke2007-10-101-1/+0
| | | | (This used to be commit 800f4cd158c5de8a0031abf4d030f633d784999f)
* r15495: current_user_info is not referenced in process.cVolker Lendecke2007-10-101-1/+0
| | | | (This used to be commit 8cedbbfbcf137b6a0c0323572982e9cb25648b0b)
* r15494: Fix debug statementVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 8cdfe404ef095901bf1d87fb80b3252eca49c8df)
* r15492: Without this patch, the LDAP client libs will call abort() inAndrew Bartlett2007-10-101-9/+19
| | | | | | | | | | | ldap_get_values_len, because they were handed a NULL msgs pointer, for example in ads_pull_sid(). This occurs when the AD server fails at the connect stage. (The toubled AD server is actually Samba4 in my example). Andrew Bartlett (This used to be commit 221a6de7d028f5c9bb9da038650868582d44e7e5)
* r15483: Fix 'declaration after code' warnings.Volker Lendecke2007-10-101-3/+7
| | | | | Volker (This used to be commit 7729799be9984a02a2a309289067b7500696e657)
* r15479: Check in patch from bug # 3746 -- Thanks TimurVolker Lendecke2007-10-101-0/+1
| | | | (This used to be commit ac79bba1a118635ed18d23cf84bdf15923b354c0)
* r15478: Likewise for bug # 3763Volker Lendecke2007-10-101-4/+4
| | | | (This used to be commit 7188ec6bd81715c4df17528bca2b2e658173043f)
* r15477: Committing parts of the patch Timur has submitted for bug 2961, as ↵Volker Lendecke2007-10-102-8/+4
| | | | | | | | | | | agreed upon on irc. Thanks, Volker (This used to be commit 51b415d2306f8244d7449756e4fa873adfc8fbe7)
* r15476: Transfer the was_mapped flag from user_info to server_info also in ↵Volker Lendecke2007-10-102-0/+6
| | | | | | | | | auth_sam and auth_domain. Thanks for Simo to point this out. Volker (This used to be commit 293b89dfb109d6e220ced433f025cf987aa1f500)
* r15475: Ugly and disgusting patch to fix the username map problem I created byVolker Lendecke2007-10-105-14/+52
| | | | | | | | | | | | changing the token generation. I *hate* this code! Jerry, you have been looking at this as well, can you double-check that I did not screw it up? Thanks, Volker (This used to be commit 2765c4ff8d44c970db3e075b0a2412662f1936c6)
* r15472: Remove an unused function parameterVolker Lendecke2007-10-104-4/+1
| | | | (This used to be commit d2f39ae7fe79fd31846c555849655023a2d1cbc7)
* r15471: Clarify error messageVolker Lendecke2007-10-102-4/+4
| | | | (This used to be commit f21adc04f745a966dbe6ef0b4ffd9729afa3fa78)
* r15467: Ensure every exit error path calls nt_status_squash.Jeremy Allison2007-10-101-27/+27
| | | | | Jeremy. (This used to be commit e9b016ced636dfdfcb1c4d7d4313f89ddb5e7cbc)
* r15466: Install the images for SWAT.Deryck Hodge2007-10-101-24/+1
| | | | | | And we don't install any JavaScript (hold over from a prior SWAT svn ci trunk/ branches/SAMBA_3_0 -m (This used to be commit 9bf07ba6cc82113b94f4d1bdac3a95262fff18c0)
* r15465: Fix segfault in SWAT.Deryck Hodge2007-10-101-0/+2
| | | | | | | Fixes bug #3702. deryck (This used to be commit 4ad7276cef02b28308446c0eb76ea1190ffe9b05)
* r15464: fix dns build breakage on IRIX and OpenBSDGerald Carter2007-10-101-5/+10
| | | | (This used to be commit 43f5d09a164ae111807222bdcbef949206766097)
* r15463: compile fix for new DNS code for machine using Bind 4 libs (old IRIX ↵Gerald Carter2007-10-101-0/+8
| | | | | | host) (This used to be commit b0160f893393a446927c751961d101ddbcba4db4)
* r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter2007-10-108-65/+487
| | | | | | locating AD DC's with out own DNS SRV queries. Testing on Linux and Solaris. (This used to be commit cf71f88a3cdcabf99c0798ef4cf8c978397a57eb)
* r15461: Free LDAP result in ads_get_attrname_by_oid().Günther Deschner2007-10-101-1/+6
| | | | | Guenther (This used to be commit f4af888282ff39665f186550b9ccbbf7a9128fc2)
* r15460: Prefer to use the indexed objectCategory attribute (instead ofGünther Deschner2007-10-102-4/+4
| | | | | | | objectClass which is not indexed on AD) in LDAP queries. Guenther (This used to be commit 847882a98328b91a2157959c5dad0a2023223846)
* r15455: Add rpccli_samr_query_dom_info2() and return the comment string inGünther Deschner2007-10-102-0/+45
| | | | | | | samr_query_domain_info(2) for consistency reasons. Guenther (This used to be commit 870495e2c8628deee0498e68cc1d93abfbc56da4)