summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r22704: Implement three step method for enumerating domain trusts.Gerald Carter2007-10-106-27/+339
| | | | | | | | | | | | | | | | (a) Query our primary domain for trusts (b) Query all tree roots in our forest (c) Query all forest roots in trusted forests. This will give us a complete trust topology including domains via transitive Krb5 trusts. We also store the trust type, flags, and attributes so we can determine one-way trusted domains (outgoing only trust path). Patch for one-way trusts coming in a later check-in. "wbinfo -m" now lists all domains in the domain_list() as held by the main winbindd process. (This used to be commit 9cf6068f1e0a1063d331af17aa493140497b96ef)
* r22703: Convert winbindd_getgrgid() and winbindd_getgetpwnam()Gerald Carter2007-10-101-113/+113
| | | | | | to use the same code path after we resolve the name/gid to a SID. Use the async lookupname/lookupsid interface. (This used to be commit d12b8147d6bd34fad680cb8705dc6d7bbea1db12)
* r22702: Convert both lookup name and lookup sid to follow theGerald Carter2007-10-102-31/+105
| | | | | | | | | | | same heuristic. First try our DC and then try a DC in the root of our forest. Use a temporary state since winbindd_lookupXXX_async() is called from various winbindd API entry points. Note this will break the compile. That will be fixed in the next commit. (This used to be commit b442644bac2a7d5853440254257ca34a8e7c25de)
* r22701: Fix the krb5_nt_status error table and add the "no DCs found" mappingGerald Carter2007-10-101-2/+4
| | | | (This used to be commit 2ab617fbbffbd6bf98ee02150f62b87a2610531f)
* r22700: Add a simple wcache TRUSTDOM api for maintaing a completeGerald Carter2007-10-102-1/+478
| | | | | | | | | list of trusted domains without requiring each winbindd process to aquire this on its own. This is needed for various idmap plugins and for dealing with different trust topoligies. list_trusted_domain() patches coming next. (This used to be commit 2da62a3d965a9701e16e644fd6bc728b43f28489)
* r22695: Dummy checkin (reformatting) to make the AIX hosts retry.Volker Lendecke2007-10-101-6/+6
| | | | (This used to be commit cd55ccef6a1d0c95836feeb5efb5abcaedb35df2)
* r22693: Always compile before checkin.... I've now installed dmapi on my ↵Volker Lendecke2007-10-101-1/+2
| | | | | | laptop :-) (This used to be commit 7460511c4e92f6fdde430d0c56bbb72377e80b4b)
* r22692: Fix compilation of explicit --without-winbind.Volker Lendecke2007-10-101-4/+4
| | | | | | | Thanks to Tom Bork for reporting this! Volker (This used to be commit 3f956d345143f64f57c02419eb8494c6ed51ce59)
* r22691: Fix a 64-bit warning and a const const discard warningVolker Lendecke2007-10-102-5/+5
| | | | (This used to be commit 3a2ca1b1b85e268928587287f61d26f992b303a5)
* r22688: Change lock_data in struct byte_range_lock from void * to struct ↵Volker Lendecke2007-10-102-25/+16
| | | | | | lock_struct * (This used to be commit 8e0e278961ebf2fa4301874d522636699ace1b9b)
* r22677: One line fix to make net idmap restore work againSimo Sorce2007-10-101-0/+1
| | | | | Jerry, please add this for 3.0.25 final (This used to be commit e04ca2d7f8ea2d4c70c2a35201a98c5ecd672d59)
* r22676: Fix zero alloc with create_rpc_blob().Jeremy Allison2007-10-101-13/+21
| | | | | Jeremy. (This used to be commit c73963a60ad2d35d69d1ac4c02e24f3272efdd87)
* r22675: Simo's patch for 0 size allocation. Still needJeremy Allison2007-10-105-19/+29
| | | | | | to examine parse_misc.c fix. Jeremy. (This used to be commit 80d981265cd3bc9d73c5da3c514ec736e2dfa73a)
* r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison2007-10-101-4/+16
| | | | | | before talloc. Jeremy. (This used to be commit 9e4c6ab7392b2dbaccfaced88d3bc7502ff073ee)
* r22666: Expand kerberos_kinit_password_ext() to return NTSTATUS codes and makeGünther Deschner2007-10-103-7/+35
| | | | | | | winbindd's kerberized pam_auth use that. Guenther (This used to be commit 0f436eab5b2e5891c341c27cb22db52a72bf1af7)
* r22664: When we have krb5_get_init_creds_opt_get_error() then try to get the ↵Günther Deschner2007-10-104-0/+167
| | | | | | | | | NTSTATUS codes directly out of the krb5_error edata. Guenther (This used to be commit dcd902f24a59288bbb7400d59c0afc0c8303ed69)
* r22663: Restructure kerberos_kinit_password_ext() error path.Günther Deschner2007-10-101-53/+33
| | | | | Guenther (This used to be commit 997ded4e3f0dc2199b9a66a9485c919c16fbabc6)
* r22659: merge from SAMBA_4_0:Stefan Metzmacher2007-10-102-1/+14
| | | | | | | | | - add AC_GNU_SOURCE macro for systems which don't have it (sles8) - fix compiler warning on some systems metze (This used to be commit cb785d9bed23fdf930bbd059eeeba5bde04af829)
* r22655: Call correct free-macros in netsamlogon_cache_get() error paths. ↵Günther Deschner2007-10-101-4/+3
| | | | | | | | | Forgot those in the previous commit. Guenther (This used to be commit fce2fe9903417f4ee58a1ddc03ad0083109b7c50)
* r22654: And this is now Samba 3.0.27pre1-SVNGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 435a6e5e82b5910acc116f211f1dfc3fe32a43ca)
* r22648: Fix comment to match the code.James Peach2007-10-101-1/+1
| | | | (This used to be commit e93d33b4631e634499b2e74c31d483d306d10367)
* r22647: Avoid leaking a full info3 structure on each winbindd cached login ↵Günther Deschner2007-10-103-9/+11
| | | | | | | | | by making netsamlogon_cache_get() return a talloc'ed structure. Guenther (This used to be commit 5b149967cc3ab68057db015e67b688c9b9577f0d)
* r22646: segfault fix in idmap_ldap.c from 3_0_25Simo Sorce2007-10-101-2/+8
| | | | (This used to be commit 565d7d0b18f18ba11f186667df95bc608a179efa)
* r22644: Fix memleak.Günther Deschner2007-10-101-1/+3
| | | | | Guenther (This used to be commit 65a2701f36439db37e8cd6067be69e8ffdc4615b)
* r22643: Don't clear cached U/SID and UG/SID entries when we want to logon ↵Günther Deschner2007-10-101-1/+8
| | | | | | | offline. Guenther (This used to be commit 37f9f466fd05bb06d8539bdb2cb72a730c2af4f4)
* r22641: Install tdbdump and tdbbackup.Jelmer Vernooij2007-10-102-3/+3
| | | | (This used to be commit 232c5c65578e3cddffe7e6ed996de7fc42b32f48)
* r22636: Fix logic bug.Günther Deschner2007-10-101-6/+6
| | | | | | | | | | We certainly don't want to crash winbind on each sucessfull centry_uint{8,16,32,64} read. Jeremy, please check :-) Guenther (This used to be commit bfcd10766bcac1d50f7624bbe5a72eca57b5e278)
* r22633: Fix typo in debug message.James Peach2007-10-101-1/+1
| | | | (This used to be commit 4c58b6b1946bf61b24cbdb3c331fee3d48a6b7d2)
* r22631: Remove the possibility of sid_check_is_domain andJames Peach2007-10-101-2/+1
| | | | | sid_check_is_in_our_domain getting out of sync. (This used to be commit bbc102172abcb5f7c5c9e777536d7c17afe8b355)
* r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code ↵Gerald Carter2007-10-101-17/+4
| | | | | | was correct (This used to be commit cf11b4314987d4d429d09e073c5294d3a9977c52)
* r22615: fix prototypeMichael Adam2007-10-101-1/+1
| | | | (This used to be commit 6999d578aebab4e3216200be1d884caa3578ecc2)
* r22614: Only enable GNU-isms in the Makefile if we can be sure that the GNUJames Peach2007-10-101-2/+8
| | | | | make we found is what will be run when the user invokes "make". (This used to be commit e3802961c1895f260f04a7955a2a182d657248a0)
* r22613: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit d4c5d5ffb30fe50abb828067b047d5eb61038ddf)
* r22611: Fix from Jens Nissen <jens.nissen@gmx.net>. Fix badJeremy Allison2007-10-102-3/+1
| | | | | | | | | | | | memory leak I introduced into acl code, also remove redundent extra check for global_sid_System : global_sid_System == S-1-5-18 which is already included in the check for a domain of global_sid_NT_Authority == S-1-5 Jeremy. (This used to be commit 10649540ac11e679997f414d4a6b12d057bd7913)
* r22593: Finish doing the same for raw TALLOC.Jeremy Allison2007-10-101-109/+172
| | | | | Jeremy. (This used to be commit aef3c262b724d1283187e732833519c4e6fb088c)
* r22592: Fix TALLOC_SIZE to be consistent.Jeremy Allison2007-10-101-7/+11
| | | | | Jeremy. (This used to be commit 8044a6482c7c165a64878982cee5ee9756a0a734)
* r22591: Fix up the examples also.Jeremy Allison2007-10-101-1/+5
| | | | | Jeremy. (This used to be commit aa5a1591c626e2828244a78f237af8a59af57784)
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-109-40/+87
| | | | | | That should be it.... Jeremy. (This used to be commit 603233a98bbf65467c8b4f04719d771c70b3b4c9)
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-1024-285/+522
| | | | | Jeremy. (This used to be commit 8968808c3b5b0208cbad9ac92eaf948f2c546dd9)
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-108-27/+83
| | | | | Jeremy. (This used to be commit 8ad13718af0ba1fcb10a6f1631b1ed3cb8d11175)
* r22587: Ensure TALLOC_ZERO_ARRAY is consistent.Jeremy Allison2007-10-103-30/+72
| | | | | Jeremy. (This used to be commit c3df5d08dd6a983f9d53dc6628a50e571d322e8d)
* r22586: Add a modified version of Simo's patch.Jeremy Allison2007-10-101-13/+28
| | | | | Jeremy. (This used to be commit 18f47f999d28af56e205cd20d10c72ff6f0a3846)
* r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison2007-10-104-69/+125
| | | | | Jeremy. (This used to be commit c622fb8536d955952a0fbf2441a4cb45a9feb9b0)
* r22584: Don't hardcode specific Python version.Jelmer Vernooij2007-10-102-2/+2
| | | | | Patch by the Samba packaging team for Debian. (This used to be commit 1d3f35941bc3b35e115680ac4bddc8e819a0181b)
* r22583: Support non-Linux GNU systems (such as Debians' GNU with FreeBSD ↵Jelmer Vernooij2007-10-101-5/+17
| | | | | | | | | kernel and Hurd systems). Patch by the Samba packaging team for Debian. (This used to be commit 1aa64eb02c7eee174a4f9934cba1e5bde5fabfbb)
* r22578: Remove python build directory and generated smbadduser.Jelmer Vernooij2007-10-101-0/+2
| | | | | Patch originally by the Debian packaging team for Samba. (This used to be commit f46492a4dbb61e452ed1a93909986996b7aa2558)
* r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison2007-10-104-76/+127
| | | | | | marshalling bugs. Jeremy. (This used to be commit 3df99006f8a52af7cff0fbca1bf16157a8648254)
* r22576: Fix marshalling bug in aliasmem.Jeremy Allison2007-10-101-4/+17
| | | | | Jeremy. (This used to be commit 415c476f7242269d6feb2365531f4c8286bdc0f2)
* r22574: Fix reply when we have no dfs shares.Jeremy Allison2007-10-101-12/+27
| | | | | Jeremy. (This used to be commit f95bf093f9303131618b1de8f9b783ba19644bb3)
* r22573: Fix old bug mixing free() and talloc_free()Jeremy Allison2007-10-101-1/+1
| | | | | | | | when the add_sid_to_array_XX code was moved from malloc to talloc. Found running valgrind and rpcclient. Needs merging for 3.0.25 final. Jeremy. (This used to be commit 8af56dbd00045049ea3c5022822bbaeeecbd9661)