summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-15/bin/sh on solaris swallows the failure code, so exec this directly.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 35b73aa0a139721d8560e81ba1caf26ebdf7d0b6)
2002-11-15One more small fix in tree.cRichard Sharpe1-2/+2
(This used to be commit 0674d5a2b0f7ee621940c93b3b58960efd91a763)
2002-11-15Fix some problems with tree.c reported by users.Richard Sharpe3-125/+6
(This used to be commit b0772a1a0531896d5b343863434622d4d0ff437f)
2002-11-15Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett3-2/+69
Andrew Bartlett (This used to be commit efa639c5cef51f2ca903c08d2ad19db70ab7206c)
2002-11-15Add samdump and vampire to 'net rpc help'Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit cc7566ca508f8705a95cdd546553a018731d5f5f)
2002-11-15Add const to PACKS()Andrew Bartlett1-2/+2
(This used to be commit 0e87408eb0e2786589e23cf4435a0d3223cf55cc)
2002-11-15Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett1-1/+1
(This used to be commit f5d8afc626b8f7792aa7dd7fa7082f55725b539c)
2002-11-15Small auth updates:Andrew Bartlett4-11/+6
- 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 (This used to be commit e6d2debaf6064c3229f41c06545a1ccb83695a77)
2002-11-15patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett2-475/+1625
to build shared libs (but not with .po suffix). Andrew Bartlett (This used to be commit 2fd47d0c25bdf1d5351f79164c6cb35b83a9cc5f)
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
release. Jeremy. (This used to be commit 507ff510e7e7d63e02be5b11d974fc05839e6eaf)
2002-11-15fix segfaultGerald Carter1-1/+3
(This used to be commit 32ca3afa5486b1b04118e9f144bfdf4b3702d118)
2002-11-15enable enumeration of domain local groups using LDAP (and in a native mode ↵Gerald Carter1-5/+30
domain) (This used to be commit 3ac98b59632fd771b8819f88a479ef4c0daade68)
2002-11-15Update to use smb_register_passdb()Jelmer Vernooij2-47/+13
(This used to be commit b10541b71ba288783976e8c124b6667b7df3b12d)
2002-11-15Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij2-1615/+479
(This used to be commit 7b860414b11ec3b2ecb34c515536c598322f06ee)
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij5-24/+32
(This used to be commit 2addbaff358993923a58ad3845c63168678c2c21)
2002-11-15Add smb_register_passdb()Jelmer Vernooij3-86/+60
(This used to be commit b5b3b2e6bef431c9c30dc8f2899dc22328801c0e)
2002-11-15Add the rename torture test.Andrew Bartlett2-1/+4
(This used to be commit 644b5e30c825d26ee34be79847c9469acd9fb640)
2002-11-15Rerun autoconfAndrew Bartlett1-471/+1607
(This used to be commit 32684e133fa5d33d2478c0270af09a6fa9f0e57a)
2002-11-15When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett1-2/+2
instead :-) (This used to be commit 9d8aa4bd51736709a9295791f54c9481b876699f)
2002-11-15Add const to DEBUG() macro.Andrew Bartlett2-6/+6
(This used to be commit 43020bb4e61e3b44c2637e49f9e98222262f09b1)
2002-11-15Updates to the build farm tests:Andrew Bartlett9-4/+59
- Get valid/invalid users working - Test preexec, preexec close Andrew Bartlett (This used to be commit 36441899e61a711b8fe03ec7b6f95973b1e69fc5)
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-1/+17
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. (This used to be commit a59f731256f3a1c09f32452de9483b44088c942b)
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-4/+3
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. (This used to be commit fdce4be719d7a81f25a4bae05934a5590038ec47)
2002-11-14Some small updates - 'ads server' is no longer required for exampleJelmer Vernooij1-7/+9
(This used to be commit b8f9930f62db8b997a0d6126e79212a113f8b29c)
2002-11-14Remove some obsolete infoJelmer Vernooij1-236/+2
(This used to be commit ffd2d3a0ba56f967112aaa63efd4221fad2cee70)
2002-11-14Add more info about stackable VFS objectsJelmer Vernooij1-5/+10
(This used to be commit 2dcb295d8eceea7e92e7e8f2e2ffc3583db833fd)
2002-11-14Update testparm for 3.0Jelmer Vernooij2-6/+9
(This used to be commit f01fad02d75975f25235eeeba8262bf11657e54a)
2002-11-14Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions ↵Jelmer Vernooij1-4/+0
anymore (This used to be commit f6ef18df11cc48f25adeee464e79e63ee209b08c)
2002-11-14a cups printing backend is now available as wellJelmer Vernooij1-1/+1
(This used to be commit 4cffb29d27253e0e2ca270640d86b21315cab91f)
2002-11-14Update documentation to cover cascaded VFS modulesJelmer Vernooij1-9/+7
(This used to be commit 218395ac7e5963a773691fb5a0539cce9e3b92f2)
2002-11-14Quieten status message when linking libsmbclient.soTim Potter1-1/+1
(This used to be commit 85946731dd8bc60d0f71fe7ffa6756bd3bcbbf67)
2002-11-13small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij4-0/+123
exist (e.g. in SuSE 8.1) (by metze) (This used to be commit 5f16343e0d7c8120a7a5786097b8920a5b7d047b)
2002-11-13Fix smbwrapper from the global_* changes.Jeremy Allison2-4/+4
Jeremy. (This used to be commit 6ab12ca80d12fcecf6ad3a534bd73b482d991112)
2002-11-13Add installmodules and uninstallmodules targetsJelmer Vernooij1-1/+7
(This used to be commit c656e7dce91bb3171f9ec2b8d8f98812ab6c618f)
2002-11-13Remove obsolete scripts and put in module install/uninstallJelmer Vernooij6-171/+65
(This used to be commit d777bba5082ebdf78d314b0d7b4196a4d6413e1f)
2002-11-13Add debug2html and *.soJelmer Vernooij1-0/+2
(This used to be commit 2134e3b89726b97ad8b8c6fd3255d6b425144c88)
2002-11-13Move 'weird' character set into new 'developer' moduleJelmer Vernooij3-111/+135
(This used to be commit afbff33eba7edd98329114b5113b3360cd6dfcc6)
2002-11-13Load modules in lp_modules() after fork()Jelmer Vernooij1-0/+4
(This used to be commit 77afa4f1679c22cde88ecc5bc7ed37951c822221)
2002-11-13Some more doc updates:Jelmer Vernooij35-921/+3446
- make - update status of docs document - move security_level to 'type of installation' part (This used to be commit 11ad39398e077c3901e63f31bcc6efb223854357)
2002-11-13add lp_modules()Jelmer Vernooij1-0/+3
(This used to be commit 344d8e521f951e7f59b8378fee80bb553670a3be)
2002-11-13Don't crash when there are no arguments specifiedJelmer Vernooij1-1/+4
(This used to be commit 0855e5810aefd71c37031be31abe91229e2de8b3)
2002-11-13Ignore MakefileJelmer Vernooij1-0/+2
(This used to be commit 9c811e447821e9c934f9ecf841a38f7e1f7aa626)
2002-11-13Add a DEBUG() that gives the number of successfully loaded modules - useful ↵Jelmer Vernooij1-0/+2
for debugging (This used to be commit 612ea35ab016c56e6ad9886283901bc7b417337a)
2002-11-13Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij3-9/+13
the libs they depend on are available (This used to be commit 018a44055d6a8435528279523567f9a86b2f3069)
2002-11-13Don't build Makefile.in in examples/VFS/Jelmer Vernooij2-1606/+469
(This used to be commit 98cb778cb7d48dd545b5dcf395567defd0198f86)
2002-11-13Add make target 'modules' that currently builds vfs_audit, vfs_recycle and ↵Jelmer Vernooij1-3/+19
vfs_netatalk (This used to be commit 4c05cbbe7434c9d43f561f3be27c0283fa754ab0)
2002-11-13Move working VFS modules to source/modules/Jelmer Vernooij3-0/+0
(This used to be commit 14b129e301c94ccf47b9105bda1bd9d142feb1b5)
2002-11-13Move VFS documentation to the HOWTO collectionJelmer Vernooij3-117/+9
(This used to be commit b8c7ce0381e857c2de5658b25e917622ebea954e)
2002-11-13Move VFS documentation to SGMLJelmer Vernooij2-0/+197
(This used to be commit cf9c1c2584743a059c2d266158d4e8280aaeba8a)
2002-11-13Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett1-3/+2
(This used to be commit e424b08050b44b1b52abd2af76b1b4dc8b100095)