summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rerun autoconfAndrew Bartlett2002-11-151-471/+1607
|
* When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett2002-11-151-2/+2
| | | | instead :-)
* Add const to DEBUG() macro.Andrew Bartlett2002-11-152-6/+6
|
* Updates to the build farm tests:Andrew Bartlett2002-11-159-4/+59
| | | | | | | - Get valid/invalid users working - Test preexec, preexec close Andrew Bartlett
* 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.
* 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.
* Some small updates - 'ads server' is no longer required for exampleJelmer Vernooij2002-11-141-7/+9
|
* Remove some obsolete infoJelmer Vernooij2002-11-141-236/+2
|
* Add more info about stackable VFS objectsJelmer Vernooij2002-11-141-5/+10
|
* Update testparm for 3.0Jelmer Vernooij2002-11-142-6/+9
|
* Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions ↵Jelmer Vernooij2002-11-141-4/+0
| | | | anymore
* a cups printing backend is now available as wellJelmer Vernooij2002-11-141-1/+1
|
* Update documentation to cover cascaded VFS modulesJelmer Vernooij2002-11-141-9/+7
|
* Quieten status message when linking libsmbclient.soTim Potter2002-11-141-1/+1
|
* 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)
* Fix smbwrapper from the global_* changes.Jeremy Allison2002-11-132-4/+4
| | | | Jeremy.
* Add installmodules and uninstallmodules targetsJelmer Vernooij2002-11-131-1/+7
|
* Remove obsolete scripts and put in module install/uninstallJelmer Vernooij2002-11-136-171/+65
|
* Add debug2html and *.soJelmer Vernooij2002-11-131-0/+2
|
* Move 'weird' character set into new 'developer' moduleJelmer Vernooij2002-11-133-111/+135
|
* Load modules in lp_modules() after fork()Jelmer Vernooij2002-11-131-0/+4
|
* Some more doc updates:Jelmer Vernooij2002-11-1335-921/+3446
| | | | | | - make - update status of docs document - move security_level to 'type of installation' part
* add lp_modules()Jelmer Vernooij2002-11-131-0/+3
|
* Don't crash when there are no arguments specifiedJelmer Vernooij2002-11-131-1/+4
|
* Ignore MakefileJelmer Vernooij2002-11-131-0/+2
|
* Add a DEBUG() that gives the number of successfully loaded modules - useful ↵Jelmer Vernooij2002-11-131-0/+2
| | | | for debugging
* 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
* Don't build Makefile.in in examples/VFS/Jelmer Vernooij2002-11-132-1606/+469
|
* Add make target 'modules' that currently builds vfs_audit, vfs_recycle and ↵Jelmer Vernooij2002-11-131-3/+19
| | | | vfs_netatalk
* Move working VFS modules to source/modules/Jelmer Vernooij2002-11-133-0/+0
|
* Move VFS documentation to the HOWTO collectionJelmer Vernooij2002-11-133-117/+9
|
* Move VFS documentation to SGMLJelmer Vernooij2002-11-132-0/+197
|
* Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett2002-11-131-3/+2
|
* Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2002-11-132-470/+1623
| | | | rerun autoconf
* 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.
* Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
|
* - Add some more warning flags for --enable-developer.Andrew Bartlett2002-11-131-2/+16
| | | | - patch from SUSE for hiemdal headers in /usr/include/heimdal
* 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.
* Rename unpack_* functions to be consistentMartin Pool2002-11-121-15/+16
| | | | | | Decode CP850 strings when unpacking Add variable giving default encoding name
* Rename pytdbpack_unpack -> pytdbunpackMartin Pool2002-11-121-7/+7
|
* Just reorder functions to put related ones togetherMartin Pool2002-11-121-40/+38
|
* Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-94/+0
|
* Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-36/+0
|
* Remove non-integer Pointer values, which are no longer supported.Martin Pool2002-11-121-2/+0
|
* Don't throw out WEIRD - yet (I committed my local changes together with my ↵Jelmer Vernooij2002-11-121-0/+108
| | | | last fix. D'oh!)
* Fix segfault with high debug levelsJelmer Vernooij2002-11-121-109/+1
|
* Add smb_register_charset() and use itJelmer Vernooij2002-11-122-33/+81
|
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | done on ucs2 strings. Jeremy.
* fix for CR 601. Only call addprinter command when the port, driver, ↵Gerald Carter2002-11-111-2/+8
| | | | comment, or location field changed
* fix typo(s/plaintext pass column/plain pass column/)Jelmer Vernooij2002-11-111-3/+3
|