Update HOWTO link.
[kai/samba.git] / source3 /
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 VernooijPut backwards compatibility support for old modules...
2003-03-27 Volker LendeckeThis is no functional change. It just makes pdb_ldap...
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 R. HertelThe 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 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-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 VernooijDo $(MAKE) modules_clean when compiling dynconfig.o...
2003-03-25 Jelmer VernooijAlways rebuild modules after running ./configure (to...
2003-03-25 Jelmer VernooijRemove old check for TDB SAM (we now have --with-{stati...
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 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 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 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 VernooijDon't use old usage() function, but the one from popt.
2003-03-24 Jelmer VernooijRevoke some of the popt patch from metze I applied...
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 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
2003-03-23 Jelmer VernooijConvert to popt.
2003-03-23 Jelmer VernooijUse True, not TRUE
2003-03-23 Jelmer VernooijFix typo in comment
2003-03-23 Jelmer VernooijConvert to popt.
2003-03-23 Jelmer VernooijMove -V to -C to prevent conflict with -V for version
2003-03-23 Jelmer VernooijDon't crash when initialising tdb fails
2003-03-22 Jelmer VernooijConvert to popt.
2003-03-22 Jelmer VernooijConvert to popt
2003-03-22 Jelmer VernooijAdd nicer --help headers
2003-03-22 Jelmer VernooijAdd -U, -N, -i, -A, -W to popt.
2003-03-22 Jelmer Vernooij- Use FUNCTION_MACRO, not __FUNCTION__.
2003-03-22 Andrew BartlettValgrind found a few memory leaks!
2003-03-22 Jelmer VernooijDon't use EDQUOT on systems where it's not available
2003-03-22 Jelmer VernooijDetect missing -lroken properly on systems without...
2003-03-22 Jelmer VernooijReturn value in non-void function
2003-03-22 Jelmer VernooijUse FUNCTION_MACRO, not __FUNCTION__
2003-03-22 Volker LendeckeNever touch complicated if/else/elsif structures :-)
2003-03-22 Jelmer VernooijDon't use errno's when they're not available
2003-03-22 Volker LendeckeThis changes the way we do LDAP updates. We don't use...
2003-03-22 Andrew BartlettRevert bogus part of previous patch.
2003-03-22 Andrew BartlettSmall clenaup patches:
2003-03-22 Andrew BartlettFix compile on IA64 by noting that this should be the...
2003-03-22 Andrew BartlettIt seems that this causes some problems on some linux...
2003-03-22 Andrew BartlettPatch from Jianliang Lu <j.lu@tiesse.com> to set the...
2003-03-22 Jelmer VernooijFALSE -> False (reported by Paul Green)
2003-03-21 Andrew BartlettClobber the 'SAFETY_MARGIN' in libsmb.
2003-03-21 Andrew BartlettClobber our SMB buffers between packets. I hope this...
2003-03-21 Andrew BartlettPatch from colo (on IRC) to get libsmbclient building...
2003-03-21 Jeremy AllisonMerge of new appliance-head scalable printing fixes.
2003-03-21 Jelmer VernooijAdd more mappings to the nterr->errno mapping table...
2003-03-21 Andrew BartlettGive volker a hand, and let domain joins with existing...
next