abartlet/samba.git/.git
2003-03-30 Andrew Tridgelladded simple tests for SMBchkpath and SMBioctl
2003-03-30 Andrew BartlettDon't modify the incoming packet when checking the...
2003-03-30 Andrew Tridgellfixed the -B option as well
2003-03-29 Andrew Tridgellfixed the -U option in nmblookup
2003-03-29 Andrew Tridgellupdated the TCON test so that win2000 passes. Samba...
2003-03-29 Gerald Cartersync packagaing with SAMBA_3_0
2003-03-29 Andrew Tridgelladded a simple test for the old SMBtcon interface
2003-03-28 Richard SharpeMore patches from coolo. One of these functions needs...
2003-03-28 Richard SharpeFix some uncleanness with testsmbc.c
2003-03-28 Richard SharpeSome fixes to URL syntax from coolo.
2003-03-28 Gerald Carterfix CIDR hosts allow/deny notation
2003-03-28 Andrew BartlettMerge from HEAD - get better error strings from the...
2003-03-28 Andrew BartlettAllow the new modules system to function with builtin...
2003-03-28 Gerald Carterdon't include proto.h during autoconf tests since it...
2003-03-28 Gerald Carterfix up IPC/LPT:/A: devicetype in tcon_and_X
2003-03-28 Andrew Tridgellit is possible for some of the real time signals to...
2003-03-28 Andrew Tridgellits VFS_NETATALK_OBJ not VFS_NETATALK
2003-03-28 Andrew Tridgellremoved a duplicate lump of module stuff in configure.in
2003-03-27 Jelmer VernooijCompile @VFS_STATIC@ into smbd and vfstest
2003-03-27 Jelmer VernooijAlso rebuild smbd/vfs.o after reconfiguring
2003-03-27 Jelmer VernooijDoc updates from John + some minor fixes by me
2003-03-27 Alexander BokovoyReflect current conversion status
2003-03-27 Alexander Bokovoy1. Fix generate-file-list.sh to produce a list sorted...
2003-03-27 Jelmer VernooijPut backwards compatibility support for old modules...
2003-03-27 Alexander BokovoyAdd new framework for smb.conf(5). Please read README...
2003-03-27 Volker LendeckeThis is no functional change. It just makes pdb_ldap...
2003-03-27 Alexander BokovoyTidy XML formating
2003-03-27 Volker LendeckeFix schema error not detected by OpenLDAP 2.0.23 but...
2003-03-27 Andrew Bartlettlocal_gid_to_sid() could use pdb_ldap, which for now...
2003-03-27 Jelmer VernooijUse the new modules system in VFS. If a module can...
2003-03-27 Christopher... The definition of pstrcpy_base(), and the preceeding...
2003-03-26 Jeremy AllisonFix DOS del command with widelinks = False.
2003-03-26 Jelmer VernooijRemove LDAP_LIBS and just use LIBS again as before...
2003-03-26 Jeremy AllisonAdd defines for platforms that need them.
2003-03-26 Jeremy AllisonFix extra NULL arg added during app-head merge.
2003-03-26 Alexander BokovoyDocument results of smb.conf(5) inspection. We have...
2003-03-26 Jelmer VernooijUse SAFE_FREE() instead of plain free() - pointed out...
2003-03-26 Jelmer VernooijUse execinfo.h to get prototypes for backtrace_symbols...
2003-03-26 Jelmer VernooijFix $LDAP_LIBS
2003-03-26 Jelmer VernooijOutput backtrace to logfile in smb_panic(), as suggeste...
2003-03-26 Jelmer Vernooij- Patch from John to update PDC-HOWTO, add ServerType...
2003-03-25 Jelmer VernooijDon't do $(MAKE) modules_clean twice in a row - it...
2003-03-25 Jelmer VernooijGive PARAMS_OBJ more priority
2003-03-25 Jelmer VernooijFix two typos
2003-03-25 Jelmer VernooijDo $(MAKE) modules_clean when compiling dynconfig.o...
2003-03-25 Jelmer VernooijAdd notes about the rebuilding of files
2003-03-25 Jelmer VernooijAlways rebuild modules after running ./configure (to...
2003-03-25 Jelmer VernooijAdd example version identifier
2003-03-25 Jelmer VernooijAdd documentation on unicode
2003-03-25 Jelmer VernooijAdd info about dual daemon mode
2003-03-25 Jelmer VernooijRemove old check for TDB SAM (we now have --with-{stati...
2003-03-25 Alexander BokovoyFix another opened-but-not-closed tag
2003-03-25 Jelmer Vernooij- Support building all auth modules as .so's
2003-03-25 Jelmer VernooijDon't use 'opt'
2003-03-25 Jelmer VernooijMake variables static to satisfy exotic compilers
2003-03-25 Alexander BokovoyFixed opened-but-not-closed listitem/varlistentry for...
2003-03-25 Jelmer VernooijPrint list of builtin modules in 'smbd -b'
2003-03-25 Jelmer VernooijRemove obsolete defines (because of new modules system...
2003-03-25 Jelmer VernooijWe need to 'preprocess' in popt_common_samba as well
2003-03-25 Andrew BartlettFix debug (thanks metze)
2003-03-25 Volker LendeckeMake auth.c compile again. I'm not sure what this does...
2003-03-25 Alexander BokovoyFix missing tag pairs
2003-03-25 Andrew BartlettMake these functions static, keep them out of proto.
2003-03-25 Volker LendeckeApply metze's change correctly this time. Playing ...
2003-03-25 Gerald Carterwin9x was suffered a case of the blues during a domain...
2003-03-24 Jelmer Vernooij- Add support to auth/ for the new modules system
2003-03-24 Jelmer VernooijFix two typos
2003-03-24 Jelmer VernooijWhen using --with-static-modules=subsystem, don't build...
2003-03-24 Jelmer VernooijAdd notes for packagers
2003-03-24 Jelmer VernooijGive error message when module doesn't seem to contain
2003-03-24 Jelmer VernooijSimplify modules interface and make it easier to build
2003-03-24 Jelmer VernooijAdd static to satisfy exotic compilers
2003-03-24 Jelmer VernooijAdd mapping for Bad Network Path
2003-03-24 Jelmer VernooijRemove documentation for removed options
2003-03-24 Jelmer VernooijDon't use old usage() function, but the one from popt.
2003-03-24 Jelmer Vernooijeditreg, wrepld and ntlm_aut aren't documented yet..
2003-03-24 Jelmer VernooijRevoke some of the popt patch from metze I applied...
2003-03-24 Jelmer VernooijDocument common arguments with entities
2003-03-24 Jelmer VernooijAdd modules support to charset
2003-03-24 Jelmer VernooijDefine POPT_TABLEEND if current popt.h doesn't contain...
2003-03-24 Jelmer VernooijFix init function name and return value
2003-03-24 Jelmer VernooijPatch from metze to generalise POPT_COMMON_SAMBA, with...
2003-03-24 Tim PotterStarted working on python routines to add and delete...
2003-03-23 Jelmer VernooijBuild the profiles.1 and smbtree.1 manpages
2003-03-23 Jelmer VernooijDocument Tim's smbtree program
2003-03-23 Volker LendeckeImplement abartlet's suggestion to add attribs to ldap...
2003-03-23 Jelmer VernooijConvert to popt.
2003-03-23 Andrew BartlettFix compile.
2003-03-23 Jelmer VernooijConvert to popt.
2003-03-23 Andrew BartlettNTLM Authentication:
2003-03-23 Jelmer VernooijConvert to popt.
2003-03-23 Jelmer VernooijUse popt_common for -s, -d and -V
2003-03-23 Jelmer VernooijDon't duplicate the default group mapping functions...
2003-03-23 Volker LendeckeThis does two things:
2003-03-23 Volker LendeckeThe group mapping functions are not called
2003-03-23 Volker LendeckeThis adds 'ldap delete dn' as the recommended parameter
2003-03-23 Volker LendeckeMetzes change:
2003-03-23 Andrew BartlettPatch from waider to update our samsync (net rpc vampir...
2003-03-23 Jelmer VernooijDon't declare variables after instructions
2003-03-23 Jelmer VernooijWe don't need optarg when we have popt
next