summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Samba janitor... Merging tridge's change to 3.0. Original commitJeremy Allison2002-11-181-0/+3
| | | | | | | | | | | message : the change in the way %U is handled to use current_user has broken some basic usages like 'include = smb.conf.%U' This changes fixes things again, by checking for reload after we setup current_user in tconx. (This used to be commit 64b2243ccd984e0d69d8bb7421d43f1f1f84b017)
* Merge from HEAD: Remove assumption that all solaris has -lsendfileAndrew Bartlett2002-11-163-2/+69
| | | | (This used to be commit 6520592453582c908e4bb5b7c9f9012153df60d2)
* Updates from HEAD:Andrew Bartlett2002-11-158-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)
* Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison2002-11-151-0/+16
| | | | | | release. Jeremy. (This used to be commit 7d9552e9c58e533f451a720c9c9c54b8abf3a454)
* fix segfaultGerald Carter2002-11-151-1/+3
| | | | (This used to be commit 36bcb312e95f46d196575ed3535679deeddd89b0)
* enable enumeration of domain local groups using LDAP (and in a native mode ↵Gerald Carter2002-11-151-5/+30
| | | | | | domain) (This used to be commit ff4b2411d146b72f5f578b2e78701f125fec8f08)
* Merge from HEAD:Andrew Bartlett2002-11-154-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)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-11-155-0/+1320
|\ | | | | | | used to be commit 2662e351f2f8802a3bf13df3e7e3f0c1497fdb1c)
| * A cool idea from mbp: create a big shared library of all Samba objectsTim Potter2002-11-151-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)
| * A cool idea from mbp: create a big shared library of all Samba objectsTim Potter2002-11-151-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)
| * Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions ↵Jelmer Vernooij2002-11-141-4/+0
| | | | | | | | | | | | anymore (This used to be commit f6ef18df11cc48f25adeee464e79e63ee209b08c)
| * Quieten status message when linking libsmbclient.soTim Potter2002-11-141-1/+1
| | | | | | | | (This used to be commit 85946731dd8bc60d0f71fe7ffa6756bd3bcbbf67)
| * small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵Jelmer Vernooij2002-11-134-0/+123
| | | | | | | | | | | | exist (e.g. in SuSE 8.1) (by metze) (This used to be commit 5f16343e0d7c8120a7a5786097b8920a5b7d047b)
| * Fix smbwrapper from the global_* changes.Jeremy Allison2002-11-132-4/+4
| | | | | | | | | | Jeremy. (This used to be commit 6ab12ca80d12fcecf6ad3a534bd73b482d991112)
| * Add installmodules and uninstallmodules targetsJelmer Vernooij2002-11-131-1/+7
| | | | | | | | (This used to be commit c656e7dce91bb3171f9ec2b8d8f98812ab6c618f)
| * Remove obsolete scripts and put in module install/uninstallJelmer Vernooij2002-11-136-171/+65
| | | | | | | | (This used to be commit d777bba5082ebdf78d314b0d7b4196a4d6413e1f)
| * Add debug2html and *.soJelmer Vernooij2002-11-131-0/+2
| | | | | | | | (This used to be commit 2134e3b89726b97ad8b8c6fd3255d6b425144c88)
| * Move 'weird' character set into new 'developer' moduleJelmer Vernooij2002-11-133-111/+135
| | | | | | | | (This used to be commit afbff33eba7edd98329114b5113b3360cd6dfcc6)
| * Load modules in lp_modules() after fork()Jelmer Vernooij2002-11-131-0/+4
| | | | | | | | (This used to be commit 77afa4f1679c22cde88ecc5bc7ed37951c822221)
| * add lp_modules()Jelmer Vernooij2002-11-131-0/+3
| | | | | | | | (This used to be commit 344d8e521f951e7f59b8378fee80bb553670a3be)
| * Don't crash when there are no arguments specifiedJelmer Vernooij2002-11-131-1/+4
| | | | | | | | (This used to be commit 0855e5810aefd71c37031be31abe91229e2de8b3)
| * Add a DEBUG() that gives the number of successfully loaded modules - useful ↵Jelmer Vernooij2002-11-131-0/+2
| | | | | | | | | | | | for debugging (This used to be commit 612ea35ab016c56e6ad9886283901bc7b417337a)
| * Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij2002-11-133-9/+13
| | | | | | | | | | the libs they depend on are available (This used to be commit 018a44055d6a8435528279523567f9a86b2f3069)
| * Don't build Makefile.in in examples/VFS/Jelmer Vernooij2002-11-132-1606/+469
| | | | | | | | (This used to be commit 98cb778cb7d48dd545b5dcf395567defd0198f86)
| * Add make target 'modules' that currently builds vfs_audit, vfs_recycle and ↵Jelmer Vernooij2002-11-131-3/+19
| | | | | | | | | | | | vfs_netatalk (This used to be commit 4c05cbbe7434c9d43f561f3be27c0283fa754ab0)
| * Move working VFS modules to source/modules/Jelmer Vernooij2002-11-133-0/+1257
| | | | | | | | (This used to be commit 14b129e301c94ccf47b9105bda1bd9d142feb1b5)
| * Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett2002-11-131-3/+2
| | | | | | | | (This used to be commit e424b08050b44b1b52abd2af76b1b4dc8b100095)
| * Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2002-11-132-470/+1623
| | | | | | | | | | rerun autoconf (This used to be commit 6da20cd7638b5e36af080a4b8ae8880035fe684b)
| * Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
| | | | | | | | | | | | to ensure the malloc is done. Jeremy. (This used to be commit e57853000aacc61ba3c73907a7afb85385b378c3)
| * Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
| | | | | | | | (This used to be commit 5170a9f7ffac93c619358353834bc3024a6746d2)
| * - Add some more warning flags for --enable-developer.Andrew Bartlett2002-11-131-2/+16
| | | | | | | | | | - patch from SUSE for hiemdal headers in /usr/include/heimdal (This used to be commit 1dbc9eff149ca976ff5edb5c256fa2fe6b409617)
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-12102-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)
| * Rename unpack_* functions to be consistentMartin Pool2002-11-121-15/+16
| | | | | | | | | | | | | | Decode CP850 strings when unpacking Add variable giving default encoding name (This used to be commit 8cbaea2afa6faca80eced70d625359165afaa10c)
| * Rename pytdbpack_unpack -> pytdbunpackMartin Pool2002-11-121-7/+7
| | | | | | | | (This used to be commit e62baf3a76e0e4f642e542812868db614632de00)
| * Just reorder functions to put related ones togetherMartin Pool2002-11-121-40/+38
| | | | | | | | (This used to be commit 7863c948b73785e49d04227e87d8b4b47fd61f58)
| * Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-94/+0
| | | | | | | | (This used to be commit 001779dffd18e1f6a83496c94ead185d4bb42204)
| * Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-36/+0
| | | | | | | | (This used to be commit 62ca27d140d55cbb271b97624023540ae7c18882)
| * Remove non-integer Pointer values, which are no longer supported.Martin Pool2002-11-121-2/+0
| | | | | | | | (This used to be commit 4a18526257ec4582679efa7a21d0b31ad07992fb)
| * Don't throw out WEIRD - yet (I committed my local changes together with my ↵Jelmer Vernooij2002-11-121-0/+108
| | | | | | | | | | | | last fix. D'oh!) (This used to be commit 5191719eeec7062118da2be3aefe35d065e97900)
| * Fix segfault with high debug levelsJelmer Vernooij2002-11-121-109/+1
| | | | | | | | (This used to be commit a20676bc05f50bb89a55e67efef579eaaeac3f72)
| * Add smb_register_charset() and use itJelmer Vernooij2002-11-122-33/+81
| | | | | | | | (This used to be commit 8b654658759a145c5c8aabb3c82220a70f70c3f7)
| * Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | | | | | | | | done on ucs2 strings. Jeremy. (This used to be commit 205e8f03015dd533ae62753f2098505f1231e3e4)
| * fix for CR 601. Only call addprinter command when the port, driver, ↵Gerald Carter2002-11-111-2/+8
| | | | | | | | | | | | comment, or location field changed (This used to be commit c6d45216f6d3573fb2342f4d3aa3a50415924674)
| * More improvement of DEBUG outputJelmer Vernooij2002-11-111-2/+5
| | | | | | | | (This used to be commit 21530f06b2b89d159657646fe15e16a3fcfdb668)
| * Add extra debug infoJelmer Vernooij2002-11-111-2/+2
| | | | | | | | (This used to be commit 79207d56929de2acc15a761b23c8b33369c298ee)
| * Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
| | | | | | | | (This used to be commit 101727335fffd4011659bfa9f7f8ab24b641fc4e)
| * union is better to avoid problems with pointersSimo Sorce2002-11-111-21/+27
| | | | | | | | (This used to be commit 1645567db3e85151c139115fdc1238149ccf33a2)
| * First cut of fix for changenotify on a print server handle. Use the ↵Jeremy Allison2002-11-102-54/+109
| | | | | | | | | | | | | | | | connections tdb with an snum of -1 and a special printername. Jeremy. (This used to be commit 940b04ddfa87acc939911e3fe76496e3c4675632)
| * Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
| | | | | | | | (This used to be commit f4110a0f80a4f62d548b6d6cae81692476ef85ba)
| * Add $(POPT_LIB_OBJ) to PROTO_OBJJelmer Vernooij2002-11-101-1/+1
| | | | | | | | (This used to be commit ba34be7033bced52eabf4e0b367a32a5196ef127)