Add basic "make check" and "make installcheck" targets, using the
[ira/wip.git] / source3 / utils /
2001-11-12 Steve FrenchMinor fixes to help display, and domain enumeration...
2001-11-06 Jim McDonoughInternationalization enbalement for net utility - repla...
2001-11-04 Andrew BartlettFix up pdbedit so that it at least compiles without...
2001-11-04 Jeremy AllisonGot serious about const again.
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-11-03 Steve FrenchAdding support for net password, net service, net user...
2001-10-31 Andrew BartlettParionia to ensure people don't install libsmb based...
2001-10-30 Andrew BartlettFix up smbpasswd -e/-d so that it doesn't change the...
2001-10-29 Simo Sorceclear errno before a call, tdbsam will not update it.
2001-10-23 Herb Lewismore compiler warnings
2001-10-23 Jim McDonoughRemove setbuffer which caused build errors
2001-10-23 Jim McDonoughReplace getopt_long with popt for parsing commandline...
2001-10-22 Jeremy AllisonAdded xstrdup, removed static version from smbpasswd.c
2001-10-19 Jim McDonoughAdd command-line remote management utility
2001-10-11 Andrew Tridgellfirst step in converting the head branch to use lang_td...
2001-10-11 Jeremy AllisonFixed bug when status=no and max smbd processes > 0.
2001-10-03 Simo Sorcefix some possible memleaks and not tested reallocs...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-30 Andrew BartlettDon't try to write the LM password in the NT password...
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-27 Jeremy AllisonRemoved smbpasswd_XX call (how did this get re-added...
2001-09-27 Jeremy AllisonSync 2.2.2 and HEAD (I will keep these the same if...
2001-09-27 Andrew BartlettMajor update to pdbedit's import and export code, in...
2001-09-26 Andrew BartlettFix up pdbedit to initialise its structures with the...
2001-09-21 Volker LendeckeAdded -s configfile to smbcontrol.c.
2001-09-20 Andrew BartlettCheck 'hosts equiv' and 'use rhosts' compatability...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-15 Simo Sorcefree memory before returning.
2001-09-12 Jeremy AllisonFixed problems with arg parsing as root with smbpasswd.
2001-09-10 Herb Lewisleft out {
2001-09-10 Herb Lewisprevent segv by not calling tdb_traverse and tdb_close...
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-08 Andrew Tridgellconvert more code to using d_printf
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-09-06 Tim PotterStarted a cleanup of smbpasswd related stuff. I've...
2001-09-05 Herb Lewisalways include profile support so you do not need a...
2001-09-05 Herb Lewisadd profiling stats from 2.2
2001-09-05 Jeremy AllisonWhen sending a message via a tdb, it must be open read...
2001-09-05 Andrew Tridgellmore warning fixes on solaris
2001-09-04 Andrew Tridgellit now all compiles - so try enabling it by default...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-31 Tim PotterSet acb_info to ACB_SVRTRUST if we are joining the...
2001-08-30 Gerald Cartermerge from 2.2
2001-08-29 Tim PotterFix uninitialised variables. Spotted by "Esh, Andrew...
2001-08-29 Christopher R. HertelFuss, fuss, fuss...
2001-08-28 Tim PotterAdded samsync and samrepl (untested) message types...
2001-08-28 Tim PotterFixed typo in comment.
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-26 Christopher R. HertelSame as nmbd.c. These now test wins_srv_count() instea...
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-24 Andrew Tridgellfixed handling of 139/445 in clients
2001-08-23 Andrew BartlettFix up some unused variables and functions, fix up...
2001-08-22 Andrew BartlettA few changes:
2001-08-20 Andrew Tridgelladded -b option
2001-08-02 Jeremy AllisonAllow smbpasswd to join a W2K hosted AD domain.
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-07-25 Tim PotterHeld a shoot-out between NT_STATUS_NO_PROBLEMO and...
2001-07-25 Andrew Tridgellnicer smbtree output
2001-07-12 Tim PotterChanged instances of TRUE, FALSE to True, False as...
2001-07-09 Jean-François Mico... allow to rename an NT group
2001-07-06 Jeremy AllisonDon't try and open tdb secrets file in non-root/local...
2001-07-06 Tim PotterA program to display a tree of domains, servers and...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-04 Tim PotterRemoved bogus server_n local variable in connect_one...
2001-07-03 Jeremy AllisonSmall warning removal tidyup.
2001-06-29 Tim PotterExperimental support for joining a domain without creat...
2001-06-27 Tim PotterAdded some missing entries to usage().
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-06-25 Andrew Tridgelladded a -L option to smbpasswd to force it to run local...
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-06-20 Jeremy AllisonWarning fix from Andrew Bartlett.
2001-06-20 Simo Sorceinitial support for paramter type P_LIST
2001-06-20 Andrew Tridgelladded a close-share smbcontrol message that forcibly...
2001-06-19 Andrew Tridgellmoved all our torture code to a separate directory
2001-06-19 Andrew Tridgelltorture code is moving to its own directory
2001-06-19 Jeremy Allisonrpc_server/srv_srvsvc_nt.c: Don't test an uint32 for...
2001-06-18 Jeremy AllisonNew info level tester.
2001-06-18 Andrew Tridgelladded a oplock break handler hook to the client code...
2001-06-13 Tim PotterRenamed -d option (make verbose) on smbstatus to -v.
2001-06-05 Jeremy AllisonSet correct reply word in large writeX (greater than...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-06-01 Tim PotterIf a debug class was explicitly set to zero the debug...
2001-05-15 Jeremy AllisonCheck sizes of data entries in connections.tdb before...
2001-05-15 Andrew Tridgellremember to close tdb after use
2001-05-14 Jeremy AllisonFix crash in smbcontrol Gerald pointed out when no...
2001-05-10 Jeremy AllisonDon't check for passwd program if using pam change...
2001-05-09 Anton Blanchardneed to do codepage_initialise() for smbtorture to...
2001-05-07 Gerald CarterPatch from Simo:
2001-05-07 Tim PotterRemoved unused variable.
2001-05-07 Andrew Tridgellmerge some fixes from 2.2
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-05-03 Jeremy AllisonFixed SHM_R/SHM_W warnings by moving sys/ipc.h and...
2001-05-01 Jeremy AllisonFixup smbcacls. Don't return memory already freed,...
2001-05-01 Andrew Tridgellfixed some uninitialised variables
2001-04-28 Gerald Carterrpcclient merge from 2.2 (including Jeremy's non-void...
2001-04-28 Jeremy Allisonrpcclient/rpcclient.c: Non-void return in void function.
2001-04-27 Jeremy AllisonMore gcc compile on solaris tidyups.
2001-04-24 Herb Lewisfix typo
next