summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 da8794afe8ca8f454937f06d1c43cc5d844b6037)
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 global* changes.Jeremy Allison2-4/+4
Jeremy. (This used to be commit fcbf865162562e359ca4be44a689506d54636e18)
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-13Merge from HEADAndrew Bartlett3-471/+1637
- make configure check for the location of Heimdal KRB5 on suse systems - fix libsmbclient for new global_myname() (This used to be commit 111b0405cf8c95da5c927f31e5db7fd51c590b1f)
2002-11-13Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett1-3/+2
(This used to be commit e424b08050b44b1b52abd2af76b1b4dc8b100095)
2002-11-13Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2-470/+1623
rerun autoconf (This used to be commit 6da20cd7638b5e36af080a4b8ae8880035fe684b)
2002-11-13Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison1-1/+1
to ensure the malloc is done. Jeremy. (This used to be commit 57f7ab45b783f64a3f3337a893ba3ddef953c133)
2002-11-13Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison1-1/+1
to ensure the malloc is done. Jeremy. (This used to be commit e57853000aacc61ba3c73907a7afb85385b378c3)
2002-11-13Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough1-2/+1
(This used to be commit 79a0f2c2519b0503a8323fd0babfd18ec59b8d5e)
2002-11-13Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough1-2/+1
(This used to be commit 5170a9f7ffac93c619358353834bc3024a6746d2)
2002-11-13- Add some more warning flags for --enable-developer.Andrew Bartlett1-2/+16
- patch from SUSE for hiemdal headers in /usr/include/heimdal (This used to be commit 1dbc9eff149ca976ff5edb5c256fa2fe6b409617)
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison102-1895/+1662
dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit f755711df8f74f9b8e8c1a2b0d07d02a931eeb89)
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison102-1895/+1662
dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit 82b8f749a36b42e22186297482aad2abb04fab8a)
2002-11-12Rename unpack_* functions to be consistentMartin Pool1-15/+16
Decode CP850 strings when unpacking Add variable giving default encoding name (This used to be commit 8cbaea2afa6faca80eced70d625359165afaa10c)
2002-11-12Rename pytdbpack_unpack -> pytdbunpackMartin Pool1-7/+7
(This used to be commit e62baf3a76e0e4f642e542812868db614632de00)
2002-11-12Just reorder functions to put related ones togetherMartin Pool1-40/+38
(This used to be commit 7863c948b73785e49d04227e87d8b4b47fd61f58)
2002-11-12Remove dead code for packing buffers which has now been reimplemented.Martin Pool1-94/+0
(This used to be commit 001779dffd18e1f6a83496c94ead185d4bb42204)
2002-11-12Remove dead code for packing buffers which has now been reimplemented.Martin Pool1-36/+0
(This used to be commit 62ca27d140d55cbb271b97624023540ae7c18882)
2002-11-12Remove non-integer Pointer values, which are no longer supported.Martin Pool1-2/+0
(This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb)
2002-11-12Don't throw out WEIRD - yet (I committed my local changes together with my ↵Jelmer Vernooij1-0/+108
last fix. D'oh!) (This used to be commit 5191719eeec7062118da2be3aefe35d065e97900)
2002-11-12Fix segfault with high debug levelsJelmer Vernooij1-109/+1
(This used to be commit a20676bc05f50bb89a55e67efef579eaaeac3f72)
2002-11-12Add smb_register_charset() and use itJelmer Vernooij2-33/+81
(This used to be commit 8b654658759a145c5c8aabb3c82220a70f70c3f7)
2002-11-12Updated build spec file - removed make_printerdef and modified DESTDIR handlingJohn Terpstra1-19/+10
to work with new DESTDIR in Makefile. (This used to be commit ea4d122a8591288221e6f92a4182de82ab0b51e7)
2002-11-11Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison1-213/+244
done on ucs2 strings. Jeremy. (This used to be commit 9a6c6946193289eac5b91fe6fd236c0742ec6f8c)
2002-11-11Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison1-213/+244
done on ucs2 strings. Jeremy. (This used to be commit 205e8f03015dd533ae62753f2098505f1231e3e4)
2002-11-11fix for CR 601. Only call addprinter command when the port, driver, ↵Gerald Carter1-2/+8
comment, or location field changed (This used to be commit 62a19247d31b1e5b81767880182b40ba396b261a)
2002-11-11fix for CR 601. Only call addprinter command when the port, driver, ↵Gerald Carter1-2/+8
comment, or location field changed (This used to be commit c6d45216f6d3573fb2342f4d3aa3a50415924674)
2002-11-11fix typo(s/plaintext pass column/plain pass column/)Jelmer Vernooij1-3/+3
(This used to be commit 411647ecfbfbb17e46ea2289a09e77a2fbb1162f)
2002-11-11Improve DEBUG output somewhat moreJelmer Vernooij1-2/+5
(This used to be commit 2cc36ce0ee8383aa8a20a8dc5a3218693dc46817)
2002-11-11More improvement of DEBUG outputJelmer Vernooij1-2/+5
(This used to be commit 21530f06b2b89d159657646fe15e16a3fcfdb668)
2002-11-11Add more debug infoJelmer Vernooij1-2/+2
(This used to be commit 065ed9783236cf1e8254655a9a1d4de937b35018)
2002-11-11Add extra debug infoJelmer Vernooij1-2/+2
(This used to be commit 79207d56929de2acc15a761b23c8b33369c298ee)
2002-11-11Add getdata and getdataex commandsJim McDonough1-38/+187
(This used to be commit 1bdd6397516b9f514c04099cf521fe81adad905b)