sfrench/samba-autobuild/.git
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...
2003-03-20 Jelmer VernooijOnly build pdb_ldap if both ldap libs and headers are...
2003-03-20 Volker LendeckeNT4 as well as W2k respond with IPC regardless of what...
2003-03-20 Jelmer VernooijPatch from Samuel Thibault to convert messages from...
2003-03-20 Jelmer VernooijFix setOtherHelp() - pointed out by metze
2003-03-20 Jelmer VernooijFix compile errors - don't use pstrcpy() on a fstring
2003-03-20 Jim McDonoughuse pstrcpy_base()
2003-03-20 Jelmer VernooijBuild samr as well
2003-03-20 Jelmer VernooijUse True, not TRUE and False, not FALSE
2003-03-20 Volker LendeckeFix typo
2003-03-20 Volker LendeckeI like debug level 10, but these messages always get...
2003-03-20 Jelmer VernooijUpdate smbcacls.1 for 3.0
2003-03-20 Jelmer VernooijConvert smbcacls to popt
2003-03-20 Jelmer VernooijMake swat use popt
2003-03-20 Jelmer VernooijUpdate swat docs for 3.0
2003-03-20 Jelmer VernooijUpdate wbinfo.1 for 3.0
2003-03-20 Volker LendeckeMerge Herb's change.
2003-03-20 Martin PoolIf CFLAGS is set when running configure, then just...
2003-03-20 Jeremy Allisonlib/messages.c: Check return from chainlock before...
2003-03-20 Tim PotterCleanup bogus initialisation in SID_NAME_USE enum.
2003-03-19 Jelmer VernooijAdd make rules for passdb/*.so
2003-03-19 Jelmer VernooijFix corrupt memory reading in smb_register_passdb
2003-03-19 Jim McDonoughuse strnlen to prevent coredumps
2003-03-19 Jelmer VernooijDon't generate a Samba-Developers-Guide.{ps,txt} with...
2003-03-19 Jelmer VernooijIt's init_module(), not module_init() as metze pointed...
2003-03-19 Jelmer VernooijFix pdb_unix usage - noticed by jmcd
2003-03-19 Jelmer VernooijFix uncompleted sentence
2003-03-19 Jelmer VernooijFix build errors and move pdb_guest.so -> guest.so
2003-03-19 Jelmer VernooijAdd documentation on new modules system
2003-03-19 Jim McDonoughreplace pstrcpy
2003-03-19 Jelmer VernooijFix module names
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-03-19 Volker LendeckeAdd paramter 'ldap del only sam attr'.
2003-03-19 Volker LendeckeFix typo.
2003-03-19 Jelmer VernooijUpdate alpha information
2003-03-19 Jelmer VernooijUpdate to current situation - there's nothing about...
2003-03-19 Jelmer VernooijFix some comment typos
2003-03-19 Jelmer VernooijRegenerate
2003-03-19 Volker LendeckeHey -- there is an error code NT_STATUS_CANNOT_DELETE :-)
2003-03-19 Volker LendeckeIf we fail, return an error code :-)
2003-03-19 Tim PotterGCC 3.x has deprecated multi-line string constants.
2003-03-19 Tim PotterFix compiler warning.
2003-03-19 Tim PotterRemoved unused variable.
2003-03-19 Tim PotterAdd function prototype.
2003-03-19 Tim PotterRemove py_samba.c experiment - it didn't work.
2003-03-19 Volker LendeckePut group mapping into LDAP.
2003-03-19 Volker LendeckeFix debug message not to use an uninitialized variable.
2003-03-19 Martin PoolAdd additional StrCaseCmp test cases.
2003-03-19 Martin PoolAdd an STF module that defines the tests to be run...
2003-03-19 Martin PoolGet rid of "make check" targets that call nonexistent...
2003-03-19 Martin PoolA new STF test case! This one checks strcasecmp correc...
2003-03-19 Martin PoolAdd the correct file :-( to ignore .po and .po32 files.
2003-03-19 Martin PoolRemove this .po file from the repository. I meant...
2003-03-19 Martin PoolIgnore t_strcmp test case.
2003-03-19 Martin PoolIgnore .po and .po32 files.
2003-03-19 Martin PoolRun test 10000 times to make measurement easier.
2003-03-18 Jeremy AllisonEnsure dev in make_connection is const.
2003-03-18 Jeremy AllisonRemoved unused var.
2003-03-18 Jelmer VernooijRegenerate
2003-03-18 Jelmer VernooijRegenerate
2003-03-18 Jelmer VernooijMore updates:
2003-03-18 Jelmer Vernooij- Move instructions on compiling samba to appendix
2003-03-18 Jelmer VernooijPut in documentation update by jht
2003-03-18 Jelmer VernooijPut in some macros for the new modules system
2003-03-18 Martin PoolStep one of optimizations for StrCaseCmp:
2003-03-18 Martin PoolAdd t_strcmp test/torture harness.
2003-03-18 Martin PoolSplit "clobber" function and variables into its own...
2003-03-18 Martin PoolIgnore t_stringoverflow binary.
2003-03-18 Martin PoolIgnore .po and .po32 files.
2003-03-18 Martin PoolComment about deprecated macro overmalloc_safe_strcpy().
2003-03-18 Martin PoolRemove static libbigballofmud, which just does not...
2003-03-18 Martin PoolThe new string macros catch a bug at compile that previ...
2003-03-18 Martin PoolUpdate comment: Valgrind 1.9.4 seems to always respect...
2003-03-18 Martin PoolSpeling fixes and a little extra documentation.
2003-03-18 Martin Poolglobal_globber_region_function/line ought to be recorde...
2003-03-18 Martin PoolDecode waitstatus values when a command fails.
2003-03-18 Tim PotterAdded #ifdef'ed out implementation of auth_smbd python...
2003-03-18 Tim PotterStart of a unit test for info3 caching. Much unfrastru...
2003-03-17 Andrew BartlettAdd copyright.
2003-03-17 Volker LendeckeFix memory leak.
2003-03-17 Tim PotterAdded a slightly modified version of Tridge's note...
2003-03-17 Tim PotterRun autoconf. Shouldn't we have an autogen.sh here?
2003-03-17 Andrew BartlettFix invalid SAFE_FREE() of talloc()ed memory.
2003-03-17 Andrew BartlettBrain fart - make sure we truncate the right string...
2003-03-17 Tim PotterCall AC_MSG_ERROR if jw, perl or htmldoc is not install...
2003-03-17 Andrew BartlettFix const warnings.
2003-03-17 Andrew BartlettAdd const.
next