| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
(This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc)
|
| |
| |
| |
| | |
(This used to be commit 367a5cad1edf6a49783806d5a8b59a62d8856706)
|
| |
| |
| |
| | |
(This used to be commit 59d17982b7062e6a34e9382fb0056a913b28e23e)
|
| |
| |
| |
| |
| |
| | |
on the security entries sent.
Jeremy.
(This used to be commit 748ae44d55f54291da3fe6ba2d60285d6da3d415)
|
| |
| |
| |
| |
| |
| | |
struct in the correct place.
Jeremy.
(This used to be commit 98729bc9a60f77dbc107c42f4f7a60ed96e2102f)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit ec36cb4f6f59dac2f459d831f960152603e12633)
|
| |
| |
| |
| | |
(This used to be commit 6138093aa0ded3719f73ed3efbd7172131ca0fa3)
|
| |
| |
| |
| |
| |
| | |
users and groups.
(This used to be commit 27ca9bde6ba1a21326d89ab1dab52f7053fff9a4)
|
| |
| |
| |
| | |
(This used to be commit 05d7850302d4369c4f8001c923217f8912261e7d)
|
| |
| |
| |
| | |
(This used to be commit 5368f10eabbca09eee1e2777e8cb2fcb7f92fc1d)
|
| |
| |
| |
| | |
(This used to be commit 6829762e3d71bd934b834dc2f09cc136758d04e0)
|
| |
| |
| |
| | |
(This used to be commit 20756925486b407fbb2cf06d776ad2ce19b00c74)
|
| |
| |
| |
| | |
(This used to be commit cd1182ba75fbfa6b17964a3fefba2c2c0292cfb7)
|
| |
| |
| |
| | |
(This used to be commit edc51dbc9ce319c612e2ff9434ca5a7521ba016f)
|
| |
| |
| |
| |
| |
| |
| |
| | |
then we weren't always correctly detecting that it had a valid stat struct
and so might now return a 'file existed'. Finally realized this when installing
the W2K resource kit as a test case.
Jeremy.
(This used to be commit a0688316ce0a9bad0b24cbb495f6e0a112227b50)
|
| |
| |
| |
| | |
(This used to be commit b13046d95958995d9d05be977b8874df17fedb9b)
|
| |
| |
| |
| | |
(This used to be commit 11bc14736df6826fb1619c04da4792c27c05d06b)
|
| |
| |
| |
| | |
(This used to be commit 26824f572d29bebd3791bad6f6690b35984705cd)
|
| |
| |
| |
| | |
(This used to be commit bfcec106d00355d32eb40dde99ddd5d5bed4cedb)
|
| |
| |
| |
| | |
(This used to be commit 5fc92d4596956ad7a2f099276fb529d0ba28d10b)
|
| |
| |
| |
| |
| |
| | |
are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>.
Jeremy.
(This used to be commit a635b6406ab091b4207b148d7a25099205008567)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 4fe84f61735ee2328e01d2ae864b0e6c7729f51b)
|
| |
| |
| |
| | |
(This used to be commit 453552d2cb2cdcb75c27a374fd8b93a72482cbdd)
|
| |
| |
| |
| | |
(This used to be commit c799638763fe0eb17b3bc5df853f0137aff54b94)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 56fd8427389a45fe640d84b3481e9f3f3c24b4b7)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Put in a prototype for dummy_snprintf() to quiet compiler warnings.
Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even if
the C library has some snprintf functions already.
(This used to be commit c49cfe1677b8daba4e2e73813ee712b2d0ec92cd)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
servers don't answer that name. However we *know* they
have the name workgroup#1b (as we just looked it up).
So do the node status request on this name instead.
Found at LBL labs.
Jeremy.
(This used to be commit c5b1654c28e33823a58c6447c152996a1eed1d0d)
|
| |
| |
| |
| | |
(This used to be commit 4c1c75ae224eb138a71058472b25f9c22b61b349)
|
| |
| |
| |
| | |
(This used to be commit e599eba851db40816c684da2b7b1be4b978166e0)
|
| |
| |
| |
| | |
(This used to be commit 61a01797113b5b9b08face1099b0433e8f9dd114)
|
| |
| |
| |
| | |
(This used to be commit 8e1e47b960495df7f603d7798d86734d070b21bb)
|
| |
| |
| |
| |
| |
| | |
Net::LDAP::LDIF
(This used to be commit 9cde1aa32aed55a3d7cb28881c6acd9800b02065)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New objectclass named sambaSamAccount which uses attribute
prefaced with the phrase 'samba' to prevent future name clashes.
Change in functionality of the 'ldap filter' parameter. This always
defaults to "(uid=%u)" now and is and'd with the approriate objectclass
depending on whether you are using ldapsam_compat or ldapsam
conversion script for migrating from sambaAccount to
sambaSamAccount will come next.
(This used to be commit 998586e65271daa919e47e1206c0007454cbca66)
|
| |
| |
| |
| |
| | |
warning when we have a working version of snprintf()
(This used to be commit 4836c0c0fcbf4be5f52bba60cc8843e8551b59b8)
|
| |
| |
| |
| | |
(This used to be commit 7aa54f0a7f3bcfb5d9560ca3bb88e1549b7ce421)
|
| |
| |
| |
| | |
(This used to be commit 865c11275685c85124b506c9bbd2a8bde2e760b9)
|
| |
| |
| |
| | |
(This used to be commit 1b4f904277b5e9331cdf4491163f856aa78d0453)
|
| |
| |
| |
| | |
(This used to be commit 9a52b08bfc9e5004030ee03676811543b55be6d5)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
idmap-and-the-rest from HEAD.
These are correctness fixes that were already in 3.0, and a memory leak fix.
The pdb_ldap changes are held back at jerry's request (he is also playing
with pdb_ldap ATM).
Andrew Bartlett
(This used to be commit c7d5e336bd91514a02974044742b058be387e490)
|
| |
| |
| |
| | |
(This used to be commit c2948b9248016388f9b7c5595b0e1aba7e1ace8d)
|
| |
| |
| |
| | |
(This used to be commit 94a3d8e8ad0bb0df2ed29d0c6dceb403197c5e6c)
|
| |
| |
| |
| |
| |
| |
| | |
This is to get non-unix accounts going for the build farm.
Andrew Bartlett
(This used to be commit 3daf7cba2393af768b253c419152ea305204f3d8)
|
| |
| |
| |
| |
| |
| |
| | |
template dir, and idra's checkin removed smbpasswd_nua.
Andrew Bartlett
(This used to be commit a7b34564ae4615c2585a82aa248a9cf92905254d)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 2a6d0c2481c3c34351e57c30a85004babdbf99b0)
|
| |
| |
| |
| |
| |
| |
| |
| | |
Simo, please fix this tomorrow or let me know
what needs to be done.
jerry
(This used to be commit 90e35640bcde1b7dfc6e68eed6ccb257f309fd0d)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We really need idmap_ldap to have a good solution with ldapsam, porting
it from the prvious code is beeing made, the code is really simple to do
so I am confident it is not a problem to commit this code in.
Not committing it would have been worst.
I really would have been able to finish also the group code, maybe we can
put it into a followin release after 3.0.0 even if it may be an upgrade
problem.
The code has been tested and seem to work right, more testing is needed for
corner cases.
Currently winbind pdc (working only for users and not for groups) is
disabled as I was not able to make a complete group code replacement that
works somewhat in a week (I have a complete patch, but there are bugs)
Simo.
(This used to be commit 0e58085978f984436815114a2ec347cf7899a89d)
|
| |
| |
| |
| | |
(This used to be commit f59bcb51cfe4e268ba43245d401d212aefdf2b72)
|
| |
| |
| |
| |
| |
| | |
producing either correct result or returning error if the feature isn't supported in the configuration
(This used to be commit af0a17349e6986eef2e2fd07b4b9f0bcd33bbe1f)
|
| |
| |
| |
| |
| |
| | |
with this. Previous fix was incorrect.
(This used to be commit 13e1bbd803111361bcd9c28b5086277c912c59a6)
|
| |
| |
| |
| |
| |
| | |
Jump out of sam entry processing loop if the return value from
cli_netlogon_sam_sync() isn't OK or STATUS_MORE_ENTRIES.
(This used to be commit 47d8ee3679292ece5d86df11bc56c9b4d71f3d11)
|