kai/samba.git
2003-03-22 Volker LendeckeThis changes the way we do LDAP updates. We don't use...
2003-03-22 Andrew Bartlett(merge from HEAD)
2003-03-22 Andrew BartlettFix compile on IA64 by noting that this should be the...
2003-03-22 Andrew BartlettThis caused problems on the build farm.
2003-03-22 Andrew BartlettMerge fixes to libsmbclient (fstring/pstring) from...
2003-03-22 Andrew BartlettThanks to volker, merge passdb changes from HEAD:
2003-03-22 Andrew BartlettMerge from HEAD - patch from Jianliang Lu <j.lu@tiesse...
2003-03-21 Jeremy AllisonMerge of new appliance-head scalable printing fixes.
2003-03-21 Andrew Bartlett(merge from HEAD)
2003-03-20 Volker LendeckeMerge from HEAD
2003-03-20 Jelmer VernooijPatch from Samuel Thibault to convert messages from...
2003-03-20 Jim McDonoughuse pstrcpy_base()
2003-03-20 Volker LendeckeMerge from HEAD
2003-03-20 Jelmer VernooijMake swat use popt
2003-03-20 Tim PotterMerge of compiler warning fixups.
2003-03-20 Tim PotterMerge of removal of py_samba.c
2003-03-20 Tim PotterMerge new .cvsignore files.
2003-03-20 Jeremy Allisonlib/messages.c: Check return from chainlock before...
2003-03-19 Herb Lewisvoid function cannot return a value (besides the functi...
2003-03-19 Jim McDonoughuse strnlen to prevent coredumps
2003-03-19 Jim McDonoughreplace pstrcpy
2003-03-19 cvs2svn Import... This commit was manufactured by cvs2svn to create branc...
2003-03-19 Jelmer VernooijPut in the new modules system. It's now used by passdb...
2003-03-19 Volker LendeckeMerge from HEAD.
2003-03-19 Volker LendeckeAdd paramter 'ldap del only sam attr'.
2003-03-19 Volker LendeckeFix typo.
2003-03-19 Volker LendeckeFix typo.
2003-03-19 Jelmer VernooijUpdate alpha information
2003-03-19 Jelmer VernooijUpdate alpha information
2003-03-19 Jelmer VernooijUpdate to current situation - should we add SAM/GUMS...
2003-03-19 Jelmer VernooijUpdate to current situation - there's nothing about...
2003-03-19 Jelmer VernooijFix some comment typos
2003-03-19 Jelmer VernooijFix some comment typos
2003-03-19 Jelmer VernooijRegenerate
2003-03-19 Volker Lendeckemerge from HEAD
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 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 Volker LendeckeFix debug message not to use an uninitialized variable.
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-19 Jeremy AllisonDoin't pstrcpy into fstring.
2003-03-18 Jeremy AllisonEnsure dev in make_connection is const.
2003-03-18 Jeremy AllisonEnsure dev in make_connection is const.
2003-03-18 Jeremy AllisonRemoved unused var.
2003-03-18 Jeremy AllisonRemoved unused var.
2003-03-18 Jeremy Allisonconst warning fix.
2003-03-18 Jeremy AllisonMerge mbp's HEAD changes.
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 Andrew BartlettAdd const.
2003-03-18 Jelmer VernooijPut in some macros for the new modules system
2003-03-18 Andrew BartlettMakefile updates for new SMB signing code.
2003-03-18 Andrew BartlettParinoia fixes from HEAD - malloc() some extra room...
2003-03-18 Andrew BartlettMerge from HEAD:
2003-03-18 Andrew BartlettNMBD string parinoia and memcpy() parinoia fixes from...
2003-03-18 Andrew BartlettNTLMSSP updates from HEAD.
2003-03-18 Andrew BartlettJeremy merged across my string parinoia fixes, but...
2003-03-18 Andrew BartlettMerge signed/unsigned fix from HEAD.
2003-03-18 Andrew BartlettOne more on set_local_machine_name() taking a new ...
2003-03-18 Andrew BartlettFix segfault on FD_SET() when we have an fd of -1
2003-03-18 Andrew BartlettMerge whitespace to match HEAD.
2003-03-18 Andrew BartlettAdd an extra parameter to our 'set_remote_machine_name...
2003-03-18 Andrew BartlettAdd const.
2003-03-18 Martin PoolStep one of optimizations for StrCaseCmp:
2003-03-18 Martin PoolAdd t_strcmp test/torture harness.
2003-03-18 cvs2svn Import... This commit was manufactured by cvs2svn to create branc...
2003-03-18 Martin PoolSplit "clobber" function and variables into its own...
2003-03-18 Tim PotterMerge of waider's rpcclient return type patch.
2003-03-18 Tim PotterMerge of enumdomusers rpcclient command.
2003-03-18 Tim PotterMerge of popt help cleanups.
2003-03-18 Tim PotterMerge of #ifdef'ed out auth_smbd wrapper.
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 Jeremy AllisonMerge in the developer string options from HEAD. We...
2003-03-18 Tim PotterAdded #ifdef'ed out implementation of auth_smbd python...
next