| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Includes sambaUnixIdPool objectclass
Still needs cleaning up wrt to name space.
More changes to come, but at least we now have a
a working distributed winbindd solution.
(This used to be commit 824175854421f7c27d31ad673a8790dd018ae350)
|
| |
| |
| |
| |
| |
| | |
idea anyway.
(This used to be commit b45a67e7a9d0fab5b4af701a9fd483cc4897ab7f)
|
| |
| |
| |
| | |
(This used to be commit 2aad5736256968f27c42a6f94bdbc7a22c236c19)
|
| |
| |
| |
| | |
(This used to be commit cdbe47a5d517eea95186aecdc3327160236a5d09)
|
| |
| |
| |
| |
| |
| | |
Now we are defaulting to --with-quotas=no but anyway trying to test them in configure. This is done to get information about as much quota API variations as possible -- when --with-quotas=no this does not affect build but provides us with more detailed information on build farm.
(This used to be commit 3786695c72e6ff6a52a527382ac77142e236971b)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| |
| |
| |
| |
| | |
1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab
2. Disabled by default and when requested, will be probed and enabled only on Linux where it works
3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far
Documentation to follow
(This used to be commit 4bf022ce9e45be85609426762ba2644ac2031326)
|
| |
| |
| |
| |
| |
| |
| | |
one element longer than the domain sid.
Andrew Bartlett
(This used to be commit c61e5e38776d2de53d120b592a6685158e79ebb8)
|
| |
| |
| |
| | |
(This used to be commit 83bb84f13121267992e78f2d005257932c711f23)
|
| |
| |
| |
| | |
(This used to be commit 05a684b3be1525aad3589ded9e59c3f012b5ef20)
|
| |
| |
| |
| | |
(This used to be commit 42d0414ed244b92b665cb231f6756f60391861dd)
|
| |
| |
| |
| | |
(This used to be commit 2f631769f836baeec669456f786ecb38c81d9a23)
|
| |
| |
| |
| | |
(This used to be commit 3033a63cefb5f28d4460885f7f4e4ecaed95443c)
|
| |
| |
| |
| | |
(This used to be commit 4fccc1f16da74ac9e98bd58c7f11674c48c4dbac)
|
| |
| |
| |
| |
| |
| |
| | |
add \n to the end of the non-dlopen case DEBUGs.
Andrew Bartlett
(This used to be commit ce4ff4cc8e5f5d461797e42b2148b2827c058380)
|
| |
| |
| |
| |
| |
| |
| | |
source file. I will be making changes to sock_exec to work on VOS, which
has a blocking connect() call, but first I want to get it in its own source
file so that it can be called from a test program.
(This used to be commit 10bf65d335b7d7076484172faa2b4689ed437552)
|
|\|
| |
| |
| | |
used to be commit 73473310533133d1d88ac86a84e10d85583a6855)
|
| |
| |
| |
| |
| |
| |
| | |
source file. I will be making changes to sock_exec to work on VOS, which
has a blocking connect() call, but first I want to get it in its own source
file so that it can be called from a test program.
(This used to be commit 2dd18ca0cfd4d793067b9b712554565965db0af1)
|
| |
| |
| |
| |
| | |
function. Patch by metze with some minor modifications.
(This used to be commit f4576757d1d52a8f1b96894c869bb76450003fd1)
|
| |
| |
| |
| | |
(This used to be commit 40d370bec6ef14cfa85e75cdb2f9122110ae9f1d)
|
| |
| |
| |
| | |
(This used to be commit 920958a392b41c23ecd4db3ca32ae90a2e09bff9)
|
| |
| |
| |
| | |
(This used to be commit d29407d41eb2ed9cf370e278cb4c95c6c341a08d)
|
| |
| |
| |
| | |
(This used to be commit 9f9bdd97dbbabde7b2979c62dfdf150fae8670ec)
|
| |
| |
| |
| |
| |
| |
| | |
name.
Don't use strchr_m, which caused race conditions.
(This used to be commit 9411e3336ebe781da2b418219dd5803fecfc42fe)
|
| |
| |
| |
| | |
(This used to be commit 263407e132dcb1f7fc85cded9842e60918f8ef4b)
|
| |
| |
| |
| |
| |
| | |
1000.
Jeremy.
(This used to be commit aabaac05c6adbb510ed27f87115de3e83e27158c)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to the client when it asks for our DNS name and forest name.
(needed for win2k to trust us as a trusted domain).
Andrew Bartlett
(This used to be commit 2a1015eb57da7b69caafd1221b871b6bff1af2fb)
|
| |
| |
| |
| |
| |
| |
| |
| | |
I could not fix the "passing arg 5 of `ldap_search_s'" completely with
gcc -Wall. A non-developer compile does not complain though.
Volker
(This used to be commit dcbbbd66a9be799998476701a9e1059c14e4f061)
|
| |
| |
| |
| |
| | |
still need working, does not complete remote names yet
(This used to be commit 625eee8e03c3905a245e078ef9f1c26200e33d7c)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
fix debug, add "idmap" string to the list of classes
fix idmap, check init failures, and enhance debugging
fix idmap_tdb, _do_ init uid and gid low,high states (too bad I missed that
before)
fix smbd/uid.c, use gid_t for gids and uid_t for uids
(This used to be commit bc95de4ebb014080bc70173e7df94c672cea8df6)
|
| |
| |
| |
| |
| |
| | |
Eloy Paris
(This used to be commit c2580e15d6e7ad7c8dde81753e35670fa52636ff)
|
| |
| |
| |
| | |
(This used to be commit 17243c61b56c20c86b5d10be294d06addffedb6a)
|
| |
| |
| |
| |
| |
| |
| |
| | |
In TEST_SNPRINTF mode, always compile all the functions in this file
even if they're normally available on this system.
Fix typo in comment.
(This used to be commit 95f4b5828862155407069fc4dc1b879b45588ded)
|
| |
| |
| |
| |
| | |
other projects easier.
(This used to be commit 0f3c2bfbd2de0e759e3083afabee0538528d7a65)
|
| |
| |
| |
| | |
(This used to be commit a0d841a59ea745bf48b0d705ad6c81e4172552ea)
|
| |
| |
| |
| |
| |
| | |
Add additional test case for a bug recently found in rsync by Paul
Green. Appparently it was fixed here a while ago.
(This used to be commit a0033cc83c837bc075dd689fdf7a69a6aa4ecd18)
|
| |
| |
| |
| | |
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
|
| |
| |
| |
| | |
(This used to be commit 31eaf11d2e9c38e0f479b41c00e0db92987ae6d0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
requests and responses and is only compiled in when --enable-developer
is passed to configure. It includes server and client side code for
generating and responding to functions on this pipe. The functions are:
- AddOne: add one to the uint32 argument and return ig
- EchoData: echo back a variable sized char array to the caller
- SourceData: request a variable sized char array
- SinkData: send a variable sized char array and throw it away
There's a win32 implementation of the client and server in the
junkcode CVS repository in the rpcecho-win32 subdirectory.
(This used to be commit 4ccd34ef836eba05f81dc2da73fd7cfaac201798)
|
| |
| |
| |
| |
| |
| | |
makes these functions fail for strings over 512 characters. Now we
use convert_string_allocate, which grows a buffer as necessary.
(This used to be commit a55dc493ca212bde22d9e68ea8a4cc16a142c69d)
|
| |
| |
| |
| |
| |
| | |
once, when init_iconv is first called. Use this in check_dos_char
rather than doing the conversion every time. Much faster.
(This used to be commit e8f1399323745a93ba9df97553effcf2d7629850)
|
| |
| |
| |
| | |
(This used to be commit 1e1ef7a7b52f34ab784a7bac570235de221a64b6)
|
| |
| |
| |
| |
| |
| |
| | |
same functionality exists as "pool-usage".
Move initialisation of this and dmalloc messages inside message_init().
(This used to be commit af6ecafcbbf65dbedc49b3a86da39ce608bdadac)
|
| |
| |
| |
| |
| |
| | |
(void **)
(This used to be commit dc04b732baa0848e391baf7f148218a10e0af032)
|
| |
| |
| |
| | |
(This used to be commit 9daf41c41f901b46d6016c6ec63773d0b7cec617)
|
| |
| |
| |
| | |
(This used to be commit b96590ad092e32259ce24a20a6a8a30d98dfae7d)
|
| |
| |
| |
| | |
(This used to be commit bd00355c1d5ca4ce77fa28c53ea46834365f22d7)
|
| |
| |
| |
| |
| |
| |
| |
| | |
This patch moves the ldap routines out of passdb into a generic
library and implements an LDAP backend for IDMAP. THe backend
can be enabled with "idmap backend = ldap" in smb.conf. THere
are also schema changes to make sure to update teh ldap schema files.
(This used to be commit 87c7c582c60521da3a93d997386fe79935012aea)
|