samba.git
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
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 VernooijAdd minimum man page
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 VernooijAlso move -V to -C in docs
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...
next