| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(quoting his mail)
Ok, here's round two of splitting up the library dependencies. I think
the first one's been steeping in CVS for long enough now.
This splits off the "authentication" libs (libpam, libcrypt) into their
own group. A modest gain, but you've gotta start somewhere.
Steve Langasek
postmodern programmer
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
<belanger@yahoo.com>.
Jeremy.
|
|
|
|
|
|
|
|
| |
a 3.0 based PDC.
Change defaults to use SSL, so that this also matches.
Andrew Bartlett
|
|
|
|
|
|
| |
didn't seem to work properly.
Andrew Bartlett
|
|
|
|
| |
* merge in AIX fixes from SAMBA_2_2
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
redhat
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
| |
compile a non-ADS, non-LDAP version of Samba on a machine with
Kerberos and LDAP libraries installed.
This shouldn't break anything - let's keep an eye on the build
farm just in case.
|
|
|
|
|
| |
--with-ads=no or ./configure --without-ads Samba will build without
linking to the various kerberos libraries.
|
|
|
|
| |
--with-python=python which looks a bit silly.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
| |
still needs more work. Don't add --with-sendfile-support yet...
Jeremy.
|
|
|
|
|
| |
sufficient to just pass the relevant variables to Python from the
Makefile. Therefore, remove setup.py.in.
|
|
|
|
| |
get linked for the appropriate version.
|
|
|
|
|
| |
makefile-equivalent (setup.py). Remember to do "cvs update -d" to get
the new directory.
|
|
|
|
|
|
|
| |
reflect the new example/VFS/ directory organization
lib/substitue.c:
added helper functions needed by recycle bin
|
|
|
|
| |
the end of configure.
|
|
|
|
| |
syslog() since Paul Green's POSIX patch.
|
|
|
|
|
|
|
|
|
| |
might be ugly, etc - please don't blame me for anything but instead try to fix
the code :-). Compiling of the new sam system can be enabled with the
configure option --with-sam
Removing passdb/passgrp.c as it's unused
fix typo in utils/testparm.c
|
|
|
|
|
| |
change a name in block.c it was hiding a function name
add a comment in configure
|
|
|
|
|
|
|
| |
external lib dependencies - let's hope this patch stays around for longer than
the previous attempt.
Andrew Bartlett
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Just now it is acommandline tool like smbclient and rpcclient that is able to
perform operations on the file system passing through the vfs layer
It is not complete yet, some functions have simply faked up data, but module
loading works yet and basic operations too.
Thanks to Eric Lorimer for helping out with the initial setup.
Simo.
|
|
|
|
|
|
|
| |
Back out last night's patch to to reduce -l dependencies until we can ensure
that *all* configurations/platforms work...
Andrew Bartlett
|
|
|
|
|
|
|
|
|
|
| |
dependencies. This benifits packagers (like debian) becouse then our client
code won't have references to 'server only' libraries.
(In particular, it removes the client dependency on CUPS, which was raised in
a debian bug report).
Andrew Bartlett
|
|
|
|
|
|
|
|
| |
Finally the cascaded VFS patch is in.
Testing is very welcome, specially with layered multiple vfs modules.
A big thank to Alexander Bokovoy for his work and patience :)
Simo.
|
| |
|
|
|
|
| |
almost working, seem it does not yet properly detect if windbind is running or not in all situations testing is welcome.
|
|
|
|
|
| |
in get_alias_user_groups(). The old method used getgrent() which is
extremely slow when the number of groups is large
|
| |
|
|
|
|
| |
Andrew Bartlett
|
|
|
|
| |
kernel.
|
| |
|
|
|
|
|
| |
here because HEAD does it differently, someone let me know. This looks ok
and compiles fine from what I can tell.
|
| |
|
|
|
|
|
|
|
|
| |
rebind proc (some give an extra paramter to pass a void* paramater) and
some small changes for the SMB signing code to reset things when the
signing starts, and to 'turn off' signing if the session setup failed.
Andrew Bartlett
|
| |
|
| |
|
|
|
|
|
| |
and there is no real reason for it to depend on more than the abilty
to compile the code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This option was badly maintained, useless and confused our users and
distirbutors. (its SSL, therfore it must be good...)
No windows client uses this protocol without help from an SSL tunnel.
I can't see any reason why setting up a unix-side SSL wrapper would
be any more difficult than the > 10 config options this mess added
to samba in any case.
On the Samba client end, I think the LIBSMB_PROG hack should be
sufficient to start stunnel on the unix side. We might extend this
to take %i and %p (IP and port) if there is demand.
Andrew Bartlett
|
|
|
|
|
| |
__va_copy wasn't defined, it compiled as though it were a function, but
fails on a link. Oops.
|
|
|
|
|
|
|
|
| |
when assigning on va_list to another, or when passing a va_list as an
argument to a function. Not using it causes segv's and other unpredictable
results.
We need to check all over the place for this...
|
| |
|
| |
|