1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

10317 Commits

Author SHA1 Message Date
Andrew Bartlett
35b73aa0a1 /bin/sh on solaris swallows the failure code, so exec this directly.
Andrew Bartlett
-
Richard Sharpe
0674d5a2b0 One more small fix in tree.c -
Richard Sharpe
b0772a1a05 Fix some problems with tree.c reported by users. -
Andrew Bartlett
efa639c5ce Remove the assumption that all Solaris has -lsendfile.
Andrew Bartlett
-
Andrew Bartlett
cc7566ca50 Add samdump and vampire to 'net rpc help'
Andrew Bartlett
-
Andrew Bartlett
0e87408eb0 Add const to PACKS() -
Andrew Bartlett
f5d8afc626 Include the hostname we are trying to match with $@, to allow easier debugging. -
Andrew Bartlett
e6d2debaf6 Small auth updates:
- add static remove unnneded prototype
 - move become_root() to just around pdb calls, so as to make it easier to
remove when we kill off this silly idea
 - Change auth_sam to do 'account before password' rather than 'password before
account'.  This means that we match Win2k in giving 'account disabled' instead
of 'wrong password' if the wrong password to a disabled account is used.

Andrew Bartlett
-
Andrew Bartlett
2fd47d0c25 patch from aedil@alchar.org to correctly detect solaris workshop CC's ability
to build shared libs (but not with .po suffix).

Andrew Bartlett
-
Jeremy Allison
507ff510e7 Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group
release.
Jeremy.
-
Gerald Carter
32ca3afa54 fix segfault -
Gerald Carter
3ac98b5963 enable enumeration of domain local groups using LDAP (and in a native mode domain) -
Jelmer Vernooij
b10541b71b Update to use smb_register_passdb() -
Jelmer Vernooij
7b860414b1 Rename pdb_mysql and pdb_xml to 'mysql' and 'xml' -
Jelmer Vernooij
2addbaff35 Use smb_register_passdb() - plus some small fixes -
Jelmer Vernooij
b5b3b2e6be Add smb_register_passdb() -
Andrew Bartlett
644b5e30c8 Add the rename torture test. -
Andrew Bartlett
32684e133f Rerun autoconf -
Andrew Bartlett
9d8aa4bd51 When testing for /usr/include/heimdal, don't include /usr/heimdal/include
instead :-)
-
Andrew Bartlett
43020bb4e6 Add const to DEBUG() macro. -
Andrew Bartlett
36441899e6 Updates to the build farm tests:
- Get valid/invalid users working
- Test preexec, preexec close

Andrew Bartlett
-
Tim Potter
a59f731256 A cool idea from mbp: create a big shared library of all Samba objects
which we can use to link against Samba unit test programs.  Now we can
compile and link unit tests without having to create 4MB executables
for each program

It's called libbigballofmud.so both to discourage casual usage and
also to reflect what the dependencies within Samba have become.
-
Tim Potter
fdce4be719 A cool idea from mbp: create a big shared library of all Samba objects
which we can use to link against Samba unit test programs.  Now we can
compile and link unit tests without having to create 4MB executables
for each program

It's called libbigballofmud.so both to discourage casual usage and
also to reflect what the dependencies within Samba have become.
-
Jelmer Vernooij
b8f9930f62 Some small updates - 'ads server' is no longer required for example -
Jelmer Vernooij
ffd2d3a0ba Remove some obsolete info -
Jelmer Vernooij
2dcb295d8e Add more info about stackable VFS objects -
Jelmer Vernooij
f01fad02d7 Update testparm for 3.0 -
Jelmer Vernooij
f6ef18df11 Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions anymore -
Jelmer Vernooij
4cffb29d27 a cups printing backend is now available as well -
Jelmer Vernooij
218395ac7e Update documentation to cover cascaded VFS modules -
Tim Potter
85946731dd Quieten status message when linking libsmbclient.so -
Jelmer Vernooij
5f16343e0d small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't exist (e.g. in SuSE 8.1) (by metze) -
Jeremy Allison
6ab12ca80d Fix smbwrapper from the global_* changes.
Jeremy.
-
Jelmer Vernooij
c656e7dce9 Add installmodules and uninstallmodules targets -
Jelmer Vernooij
d777bba508 Remove obsolete scripts and put in module install/uninstall -
Jelmer Vernooij
2134e3b897 Add debug2html and *.so -
Jelmer Vernooij
afbff33eba Move 'weird' character set into new 'developer' module -
Jelmer Vernooij
77afa4f167 Load modules in lp_modules() after fork() -
Jelmer Vernooij
11ad39398e Some more doc updates:
- make
- update status of docs document
- move security_level to 'type of installation' part
-
Jelmer Vernooij
344d8e521f add lp_modules() -
Jelmer Vernooij
0855e5810a Don't crash when there are no arguments specified -
Jelmer Vernooij
9c811e4478 Ignore Makefile -
Jelmer Vernooij
612ea35ab0 Add a DEBUG() that gives the number of successfully loaded modules - useful for debugging -
Jelmer Vernooij
018a44055d Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if
the libs they depend on are available
-
Jelmer Vernooij
98cb778cb7 Don't build Makefile.in in examples/VFS/ -
Jelmer Vernooij
4c05cbbe74 Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vfs_netatalk -
Jelmer Vernooij
14b129e301 Move working VFS modules to source/modules/ -
Jelmer Vernooij
b8c7ce0381 Move VFS documentation to the HOWTO collection -
Jelmer Vernooij
cf9c1c2584 Move VFS documentation to SGML -
Andrew Bartlett
e424b08050 Try to bring libsmbclient in line with the new global_myname stuff -