Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 7e352f5c62c4889bdf2662dded1e74a354890dc7)
|
|
- Use absolute directories for $builddir and $srcdir in the Makefile
- Don't try and combine source files in $builddir and $srcdir to build
proto.h. It's just too hard to get it right across all targets we
wish to compile on. Use a hand created prototype for the single
function in smbd/build_options.c that we need. This allows us to ditch
all the extra sed work that was causing problems: \t not portable - hah!
- Fix bogus delheaders target to remove the correct files
This appears to work quite nicely now. Let's see how it goes on the
buildfarm machines.
(This used to be commit 456184463d35c18840c39cb3483b7136247ea764)
|
|
Jeremy.
(This used to be commit 7d546a6bad3378fcdaf5fc7f0c2057e71382c00a)
|
|
build/install
(This used to be commit 8fa687701a73cbce031cc5550412558a49d697a9)
|
|
<t.d.lee@durham.ac.uk>
(This used to be commit e48a8b5e9c1a75c6e4bffe022d0e25edae89bc58)
|
|
vorlon.
(This used to be commit a5f165020aecde604bbb9982944fb44bcfea19ae)
|
|
was specified.
(This used to be commit 17b0acff8a4e34674263b381c02a97c0fb3f44bc)
|
|
SIDs
(This used to be commit b24c0efc4b363cb0d4ed71588e9617d668c16be9)
|
|
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)
|
|
(This used to be commit 0c1946e51c7cd18907eb65c93042758196fe74c9)
|
|
run the pythoncheck.py test. At the moment this just checks every
python extension can be imported sucessfully.
(This used to be commit 38dac4ca4e657b130acf3921573380d33399a5e6)
|
|
(This used to be commit f4ea0cc17d6a5189ff7887f61b663eb1900c8a27)
|
|
(This used to be commit af083d2760c79ef33b7e187a5c5a6238667da24e)
|
|
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)
|
|
should only set that name once.
(This used to be commit 34f15bff6f4f847eb900174793dcbc638f96a5bd)
|
|
remove related file. Left in EHAD for reference (for now)
(This used to be commit 2e7537d8e29171bfddac984911c55cf567886956)
|
|
from 2.2. if they still need them
(This used to be commit 237857a760974bb02000e5d3a776240ec73ca6b6)
|
|
files now (john :) )
(This used to be commit 4a2bd728a5486764f0e50932d37c636ed8d226ea)
|
|
(This used to be commit 4d2106f910d64bf599394c17a30c351244cc137c)
|
|
(This used to be commit 20bde94eb881009128794283a1d7537bbc62e268)
|
|
that uses samba's internal iconv() functions. Useful for
testing purposes.
(This used to be commit ccabb7961a15c06a315bdb9ff1a79834864f67e7)
|
|
Also get charset 'werid' for both --enable-developer options in configure.
Andrew Bartlett
(This used to be commit 2a99e77e91cd214296f12b0aaf30c3c51d5a2c0a)
|
|
(This used to be commit 8d17a4dc2142aa816200f3f91c7f60c3f2c5888c)
|
|
Andrew Bartlett
(This used to be commit 3ad260ced99dd703d3fb1cb15e4eba7ecf7c858a)
|
|
build options, so we will always have the right values for how and when
an smbd was built.
In particular, this is indended to address bitrot caused by configure.in
changes.
Andrew Bartlett
(This used to be commit 2be258071c71986ba9af01e9a09ec49909a620dd)
|
|
(This used to be commit a507f170d29914b0bb845878a8db97f51e7dff55)
|
|
This includes the 'SIDs Rule' patch, mimir's trusted domains cacheing code,
the winbind_idmap abstraction (not idmap proper, but the stuff that held up
the winbind LDAP backend in HEAD).
Andrew Bartlett
(This used to be commit d4d5e6c2ee6383c6cceb5d449aa2ba6c83eb0666)
|
|
(This used to be commit ce016df1ecbb8a083c9a37b7d61b4356dfbc77a7)
|
|
* add "sid=..." to 'net groupmap add'
(This used to be commit e5f6676639b5552f7dec90091c53cf14e78088ee)
|
|
(This used to be commit bed69decea61881ab7071be3e34be71df9b178a1)
|
|
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 f2fd0ab41ffbc0355db95529b6bda1b21aa4860a)
|
|
(This used to be commit b0fd4e5555dd93c584cd86eaac080663b9e4031f)
|
|
- Stephan Kulow's changes (fixing warnings in libsmbclient)
- VFS modules
- Seperating libs
(This used to be commit 6e9b7802335428c88ecf4e44a0e2395ac58e96b5)
|
|
(This used to be commit 64a357017a897d1920c06fc19453470ee517470d)
|
|
(This used to be commit 7ef7910004555997c194af6a069a81a89dcc3b53)
|
|
(This used to be commit c7a1de090db35835be1a1623bfc80c04065c5dd9)
|
|
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
|
|
(This used to be commit aca7319e8d45eb604f28b8bd490413b08e2c98f2)
|
|
(This used to be commit 1755d5f66221a910863cfc8a197f8d792e6b6e3d)
|
|
(This used to be commit 3e283989ffc41d55f75f9dacbedca0cf920208fb)
|
|
(This used to be commit 7e0e9585f1357afe1ff96399daea421e1860414b)
|
|
(This used to be commit 5340b9c4c4c80414b3991547884e5d7293a108ec)
|
|
(This used to be commit ac6a1ea560af94e287c023154e715a8095f0698e)
|
|
- Jelmer's popt changes
(This used to be commit b5b6f11940c91dc5ecb5f4a4320e7b9aa72bcd99)
|
|
(This used to be commit 98e84b3e83d2a365c818ea64f9418edb29d690f2)
|
|
(This used to be commit 39c987c3c522b66146e99fcc528cd60e05ad14f7)
|
|
- whitespace syncup
- winbind nss client cleanups
- new rpc echo pipe
- prettier warnings for out of date autoconf scripts
(This used to be commit bb812d1670c84e92d38f2b34e43008a27cda9a68)
|
|
(This used to be commit a02370eccc1b26c12fd3b5e29aaf041a9feed197)
|
|
(This used to be commit 9518712516816b9e18d0fc4605fcd147ac088daa)
|