Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit e55e4c8dd66fd156a385c93f43c07bf778e2e764)
|
|
(This used to be commit d816c35c1d8db343c76a32a6d01952d2c192b092)
|
|
(This used to be commit d134d66f989026821b29b24c8c15a112213b61d6)
|
|
(This used to be commit 94647051adc223e17997cd6688da0c71b7ea870a)
|
|
(This used to be commit 68f4ea757637197212e6b363d951ba671f2ee359)
|
|
(This used to be commit da0d48eedce29ba236a517c99e35babb39d6a794)
|
|
(This used to be commit 808dbcf345d0e00dc5bc0af2ef54f31a554824f0)
|
|
(This used to be commit cda79af76a7625498da52500e1ed861a36e35d12)
|
|
(This used to be commit 658f3e92dd4b291b40ead3ef59eb19daf7f49076)
|
|
(This used to be commit a64affffb2acf68956dc25be45c0559e6139a571)
|
|
(This used to be commit 987b62137d38fc295dab75bdbc004031a99f4d56)
|
|
(This used to be commit 5bd2c390e883ced39ca89d0180d87a35ce396e96)
|
|
(This used to be commit 752ef9463dc8b60cb0069344c3e30f65290270a1)
|
|
(This used to be commit c11b611bacc51ba57943cfd7988743194facaae2)
|
|
(This used to be commit 932b364de79407b3996061c0ae66117d39045e4d)
|
|
(This used to be commit 706a87e774a2a976edb40c07b2a8a22cc9309ca1)
|
|
(This used to be commit 5dfc073305003fabf6d54bf99b1281f266db292d)
|
|
GUID formatting on ads dump
Allow rc4-hmac when available
.NET likes both forms of servicePrincipalName in machine account record
(This used to be commit 89e3a3da5d5bc9e6aedeaea5a87553d72fcaac99)
|
|
(This used to be commit 60b9e352b3c0769d0d3fe3067399bb3441f29502)
|
|
Andrew Bartlett
(This used to be commit 5c4967c70dfab78733ef21e3a5eaf252a5958613)
|
|
(This used to be commit 3a7f8a568e9d1608c2a065e0b98488e2d068911c)
|
|
Jeremy.
(This used to be commit 78df2c916ae3940f0124912f99b1e0ca3914fff5)
|
|
Jeremy.
(This used to be commit a2043390734b38cab8fe2f013960272c0e202b99)
|
|
(This used to be commit 1c334f05a5068485b825f81845e76caff37cf104)
|
|
(This used to be commit 522b7470a3dbe61f522f65fa2b1aeac4bc1d36c3)
|
|
(This used to be commit 257a1ff880d58a262169885336e5090d986e7d3c)
|
|
(This used to be commit 904e48e49f42d9dfef7f8bcc1b01fc8b1345c36c)
|
|
(This used to be commit 245e2cae251382b2f638517e3902413ddac2226a)
|
|
(This used to be commit 9daaf667543c44f5e6c23f65d39810073bc12211)
|
|
(This used to be commit 60c83a6007085a8404b641b9783ae7b9c151e4ab)
|
|
(This used to be commit 4ae350671ef8aeae52995b3ca79e135cf444ae39)
|
|
(This used to be commit d3c29d2902420f434b2505568c82dd6e1508a00f)
|
|
(This used to be commit ab712e9d1520158d857efdd6d664d4f6a104f8e9)
|
|
(This used to be commit a3d9fd65eb64ecd575fd07d0279c139093417c96)
|
|
(This used to be commit 906f25d1fb7ed4c85f89d8594f15383b450bd56f)
|
|
(This used to be commit 85eeb8870f5a1e04c607fbcc18f8da50eb7a694f)
|
|
(This used to be commit e8475eceb397f86c4bada063707f09a3c45bc14c)
|
|
set 'algorithmic rid base' correctly after a 'net rpc vampire'.
Volker
(This used to be commit 5c0869be321852919dba1566c6bcab02e4657541)
|
|
(This used to be commit 73c28c527d1030d1656362474c14d49581efdbeb)
|
|
(This used to be commit 8c15db105addbafd822d96d29ff1692566b92267)
|
|
- vorlan's hosts allow with DNS names patch
- use x_fileno() in debug.c, not the struct directly.
- check for server timeout on password change (was reporting success)
- better error/status loggin in both the pam_winbind client and winbindd_pam
server code.
- (pdb_ldap) don't set the ldap version twice - we do it on every bind anyway.
(This used to be commit 9fa1863d8e7788eda83911ca2610754486b33069)
|
|
This patch, from "Stefan (metze) Metzmacher" <metze@metzemix.de> implements an
LDAP connection cache. This removes the quite silly situation where every
single passdb operation involved a new LDAP connection.
The hope is that this will give us a decent performance boost in some usrmgr
related activities, and in the sid->name/sid->uid code.
The remaining things I think are 'todo' for pdb_ldap (in the near term) are:
- intergrate volker's next_rid patch for NUA accounts,
- add a 'trust ldap ids' option (remove Get_Pwnam() hit on enumerations).
- put the group mapping actually into ldap
- Schema fixes and do utf8 conversion
- server failover (try a second server for the rebind on fail)
- ensure we block between an 'add' and the ldap master replicating to our
local slave (mezte found this issue, kills domain joins)
Andrew Bartlett
(This used to be commit 3418da16456511490beb0d1045fff24576b48273)
|
|
(A stuck 'unix passowrd sync' was gettting reported as 'success', causing
all sorts of fun)
Andrew Bartlett
(This used to be commit b0d5745bb53b16e92160a6bdd2b984afb0e982ee)
|
|
work a bit better for password changing.
Andrew Bartlett
(This used to be commit 425782ba32554b90d592493a1928a926e492bb2a)
|
|
Jeremy.
(This used to be commit 997c234e15a5f8d742320359a53e15a27661d456)
|
|
Jeremy.
(This used to be commit e240c7a428659bce392d47f2eda16bdcf32863c1)
|
|
(This used to be commit 8af12875b0608b83187e4156843e37097de4cd13)
|
|
(This used to be commit 4d32e6bdb6500f442ff3cda7d43bdf506a08eacf)
|
|
(This used to be commit c419d4477144058ed9ec475ceb80b995b82511b3)
|
|
(This used to be commit 6cb494d34e54aa551deaed1175bf038b027b8f1d)
|