summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2002-11-16Merge from HEAD: Remove assumption that all solaris has -lsendfileAndrew Bartlett3-2/+69
(This used to be commit 6520592453582c908e4bb5b7c9f9012153df60d2)
2002-11-15Updates from HEAD:Andrew Bartlett8-18/+31
- const for PACKS() in lanman.c - change auth to 'account before password' - add help to net rpc {vampire,samsync} - configure updates for sun workshop cc - become_root() around pdb_ calls in auth_util for guest login. Andrew Bartlett (This used to be commit 43e90eb6e331d478013a9c038292f245edc51bd0)
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
release. Jeremy. (This used to be commit 7d9552e9c58e533f451a720c9c9c54b8abf3a454)
2002-11-15fix segfaultGerald Carter1-1/+3
(This used to be commit 36bcb312e95f46d196575ed3535679deeddd89b0)
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 ff4b2411d146b72f5f578b2e78701f125fec8f08)
2002-11-15Merge from HEAD:Andrew Bartlett4-11/+11
- heimdal updates to configure - make DEBUG() const - add testsuite for: - preexec - preexec close - valid users - fix testsuite for 'invalid users' Andrew Bartlett (This used to be commit aa41fb8703db4a4ecd3b353874c99a994e8ed630)
2002-11-15This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User5-0/+1320
used to be commit 2662e351f2f8802a3bf13df3e7e3f0c1497fdb1c)
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-14Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymoreJelmer Vernooij1-4/+0
(This used to be commit 32c93921b01b5d28a2f5837026aad2445a0ece03)
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-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 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-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-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/+1257
(This used to be commit 14b129e301c94ccf47b9105bda1bd9d142feb1b5)
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-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)