Age | Commit message (Collapse) | Author | Files | Lines |
|
that uses samba's internal iconv() functions. Useful for
testing purposes.
(This used to be commit 674b67198311b4e0fb2d8afd8b56b499286fc370)
|
|
change idmap_init call
removed ldap backend for winbind idmap, seem it had problems anyway and it
have to be reworked to work with idmap without calling winbind code.
simo
(This used to be commit 9d7d007443fc75264b2764b90f272ffc40c9be6c)
|
|
./configure --enable-developer
(This used to be commit 1c0ae103010766cb3dd5adb36ea7af9324bd0672)
|
|
in 3_0
(This used to be commit 9b969f877f8057930fb53da99ee8a0574b4f5531)
|
|
Merging smbgroupedit into 'net groupmap'. Not entirely done.
Need to check on where the privilege code is sitting
and update the docs.
Examples:
root# bin/net help groupmap
net groupmap add
Create a new group mapping
net groupmap modify
Update a group mapping
net groupmap delete
Remove a group mapping
net groupmap list
List current group map
# bin/net groupmap add
Usage: net groupmap add rid=<int> name=<string> type=<domain|local|builtin> [comment=<string>]
# bin/net groupmap delete
Usage: net groupmap delete name=<string|SID>
# bin/net groupmap modify
Usage: net groupmap modify name=<string|SID> [comment=<string>] [type=<domain|local>]
(This used to be commit 0fd28bc3a803ca1ec3dcd8cc6236d4ecc3134584)
|
|
(This used to be commit 89048748ae8ef863c154c4f4c3254bcc1c9b77a0)
|
|
(This used to be commit 44779546964bce605510af39feaee3ea436a7cfb)
|
|
setting them)
(This used to be commit 8df9ab2fcfc9f22fa6842e1128952e855fea6a7a)
|
|
(This used to be commit 53dcaf2271ad1b845ace9730d6c68db80bf9704e)
|
|
library to build the test cases. Previously the link had to be
created by hand.
Doing this manually is incredibly kludgy and not very portable, but I
don't know a better way without introducing l*bt**l.
(This used to be commit 8fbe456ee34af163dddb1e6e4816ff7be4ca48f1)
|
|
(This used to be commit 95ff914d8263028711f36ccc2f6cd1127aaa7809)
|
|
(This used to be commit 7805641d6eafd00c8979e068b5820f6671f4de37)
|
|
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
|
|
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)
|
|
(This used to be commit 1cc5b2881c61db7aadd886008fcfb81e351e651a)
|
|
(This used to be commit 16b09179152748abbfb7894d328890991f6e8c57)
|
|
(This used to be commit f75d4b90caa51cb2815c1be2de5f2058ec32e73d)
|
|
(This used to be commit d396f57678056af6b0c384df324f94992cca85d0)
|
|
IRIX this is libns_winbind - everyone else is libnss_winbind.
This simplifies the Makefile a bit and also fixes the 'nsswitch' target
under IRIX.
(This used to be commit 69c392bc127bf69876f4dedae8c3a6976219d448)
|
|
- Build t_push_ucs2 as part of check-programs, the prerequisite for
"make check".
- t_push_ucs2.c: Load configuration from /dev/null so that we get a
unix_charset of UTF-8 and can do meaningful UCS2 tests. Better
comment.
- Add a test to strings.py which tries conversion UTF8->UCS2->UTF8
and checks the results. Do this for English, Latin-1, and Katakana
strings.
- Add Python module with symbolic names for a handful of UNICODE
characters.
(This used to be commit 275e095c92ac74815ab9e388a0e83cdb7ddd85f3)
|
|
for doc purposes right now (you can see it in the debug logs).
(This used to be commit 046c2087a11b9ce7a02aece34ffb129ce0d66b08)
|
|
of libsmbclient, depending on what is possible - pointed out by Paul Green
(This used to be commit 69e37469c4de6c3716ebb65e477009b9f4da54ea)
|
|
libsmbclient - we need it to work on other platforms as well
(This used to be commit 77b1589188ba27b107f11232b7b7df4dea364948)
|
|
(This used to be commit 8f2975cc94c766b184bbbca276d5a05801dc835a)
|
|
Andrew Bartlett
(This used to be commit a60fd29b43537935500f40a32fec553f2b52c0d3)
|
|
(This used to be commit 3f78ea7d06ae911f97c0a1a451e67fe00547e873)
|
|
(This used to be commit 54f4df0301f21c91218abf6f17cae097e755fd7f)
|
|
(This used to be commit 516e6c2e00d17d73bcfacb8dd4eadfb831fef22a)
|
|
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)
|
|
(This used to be commit 3e2b73fcc1b1a202df27a653c48fc43c2fc28bbb)
|
|
(This used to be commit e1a159c55fdeaa1620a3147105be4efd205560ba)
|
|
(This used to be commit cdaa3bf12e656dbd797882e89ce39ad76c45f6b6)
|
|
(This used to be commit 7cd2c4474579114318554bc3b87b518fed218a93)
|
|
(This used to be commit fef586d6cd9a4a754da858a29409ed2a7824cad1)
|
|
(This used to be commit a5a980eb3efb37a6becacf043692361bdb4174b0)
|
|
one of my other boxes. I'll watch the buildfarm.
(This used to be commit 266c3970df9f5f9f617c49eee666c1db8e10c855)
|
|
includes a --with-idmap=no switch to disable idmap usage if you find
problems.
cosmetic fixes and param aliases to separate winbind from idamp roles.
A temporarily remote idmap winbind compatibility backend.
As I have time I will further change code to not call directly winbind
(partly done but not tested) and a specilized module will be built in place
for the current glue hack.
The patch has been tested locally in my limited time, the patch is simple and
clear and should not reserve problems, if any just disable it.
As usual, comments and fisex are welcome :-)
Simo.
(This used to be commit 02781320476ed1b7ee5d943fa36f9a66ab67f208)
|
|
- Fix typo in Makefile.in
- Fix compatibility with older vfs modules (from patch by metze)
- Build some modules shared by default and some static (and fall
back to static when dlopen() is not available)
(This used to be commit aa36f462d95f8a3a3a81a89c210b98a6f9fd295f)
|
|
Mostly this consists of untangling the existing code and moving it in
to operating system specific files. The winbind client code for all
supported operating systems is now in nsswitch/winbind_nss_OSNAME.[ch]
to make things a bit clearer.
(This used to be commit 93ea047a16a292b23a1d8736ce9bc4098ba142ba)
|
|
include/tdbsam2_parse_info.h which is included by sam/gumm_tdb.c which
doesn't seem to be used anywhere.
It would be nice to have the tdbsam2 stuff hidden behind a --with
configuration parameter so it doesn't interfere with normal builds.
(One of the build farm machines doesn't have perl installed).
(This used to be commit 58924582e8bb922680860a13a89381b44906e9bc)
|
|
(This used to be commit 3776840227104b1d7d3b7aeceba5d84ded6cfeec)
|
|
(This used to be commit 2a281784c95854e13076b21f8043cd624063d461)
|
|
(This used to be commit 0133c0a2ee36015f6f459da6f4d9472bf5a4dec4)
|
|
(This used to be commit afda828b388381742b4d980b21bed953273eb3aa)
|
|
new modules system, we still fall back to the old system.
(This used to be commit cebe8d8b424f10006f2f791a8f086c6c8a7f5d57)
|
|
fix this better later.
(This used to be commit c6807d20457325012c4c9edd137b2f1f67e98ec4)
|
|
(This used to be commit 1e1544ecc12d1e7c00080894786f500cd774a6b3)
|
|
(This used to be commit cf73797d110d271fc7a30c11e023c4d1ba2b5c9b)
|
|
most elegant solution, but it works.
(This used to be commit 02d202034dad56365a15c4e9fdcb7c420a77e1ed)
|
|
undefined symbol errors)
(This used to be commit e193b47259d11b0eaef4071acb406d6433426733)
|