summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-11-15Remove the assumption that all Solaris has -lsendfile.Andrew Bartlett3-2/+69
2002-11-15Add samdump and vampire to 'net rpc help'Andrew Bartlett1-0/+2
2002-11-15Add const to PACKS()Andrew Bartlett1-2/+2
2002-11-15Include the hostname we are trying to match with $@, to allow easier debugging.Andrew Bartlett1-1/+1
2002-11-15Small auth updates:Andrew Bartlett4-11/+6
2002-11-15patch from aedil@alchar.org to correctly detect solaris workshop CC's abilityAndrew Bartlett2-475/+1625
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
2002-11-15fix segfaultGerald Carter1-1/+3
2002-11-15enable enumeration of domain local groups using LDAP (and in a native mode do...Gerald Carter1-5/+30
2002-11-15Rename pdb_mysql and pdb_xml to 'mysql' and 'xml'Jelmer Vernooij2-1615/+479
2002-11-15Use smb_register_passdb() - plus some small fixesJelmer Vernooij5-24/+32
2002-11-15Add smb_register_passdb()Jelmer Vernooij3-86/+60
2002-11-15Rerun autoconfAndrew Bartlett1-471/+1607
2002-11-15When testing for /usr/include/heimdal, don't include /usr/heimdal/includeAndrew Bartlett1-2/+2
2002-11-15Add const to DEBUG() macro.Andrew Bartlett2-6/+6
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-1/+17
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-4/+3
2002-11-14Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions a...Jelmer Vernooij1-4/+0
2002-11-14Quieten status message when linking libsmbclient.soTim Potter1-1/+1
2002-11-13small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij4-0/+123
2002-11-13Fix smbwrapper from the global_* changes.Jeremy Allison2-4/+4
2002-11-13Add installmodules and uninstallmodules targetsJelmer Vernooij1-1/+7
2002-11-13Remove obsolete scripts and put in module install/uninstallJelmer Vernooij6-171/+65
2002-11-13Add debug2html and *.soJelmer Vernooij1-0/+2
2002-11-13Move 'weird' character set into new 'developer' moduleJelmer Vernooij3-111/+135
2002-11-13Load modules in lp_modules() after fork()Jelmer Vernooij1-0/+4
2002-11-13add lp_modules()Jelmer Vernooij1-0/+3
2002-11-13Don't crash when there are no arguments specifiedJelmer Vernooij1-1/+4
2002-11-13Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij1-0/+2
2002-11-13Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij3-9/+13
2002-11-13Don't build Makefile.in in examples/VFS/Jelmer Vernooij2-1606/+469
2002-11-13Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vf...Jelmer Vernooij1-3/+19
2002-11-13Move working VFS modules to source/modules/Jelmer Vernooij3-0/+1257
2002-11-13Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett1-3/+2
2002-11-13Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2-470/+1623
2002-11-13Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison1-1/+1
2002-11-13Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough1-2/+1
2002-11-13- Add some more warning flags for --enable-developer.Andrew Bartlett1-2/+16
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison102-1895/+1662
2002-11-12Rename unpack_* functions to be consistentMartin Pool1-15/+16
2002-11-12Rename pytdbpack_unpack -> pytdbunpackMartin Pool1-7/+7
2002-11-12Just reorder functions to put related ones togetherMartin Pool1-40/+38
2002-11-12Remove dead code for packing buffers which has now been reimplemented.Martin Pool1-94/+0
2002-11-12Remove dead code for packing buffers which has now been reimplemented.Martin Pool1-36/+0
2002-11-12Remove non-integer Pointer values, which are no longer supported.Martin Pool1-2/+0
2002-11-12Don't throw out WEIRD - yet (I committed my local changes together with my la...Jelmer Vernooij1-0/+108
2002-11-12Fix segfault with high debug levelsJelmer Vernooij1-109/+1
2002-11-12Add smb_register_charset() and use itJelmer Vernooij2-33/+81
2002-11-11Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison1-213/+244
2002-11-11fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter1-2/+8