summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-10-23more compiler warningsHerb Lewis1-1/+1
2001-10-23Remove setbuffer which caused build errorsJim McDonough1-2/+0
2001-10-23Replace getopt_long with popt for parsing commandline optionsJim McDonough1-136/+91
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison1-14/+0
2001-10-19Add command-line remote management utilityJim McDonough1-0/+1510
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2-21/+36
2001-10-11Fixed bug when status=no and max smbd processes > 0.Jeremy Allison1-0/+5
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce1-0/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter9-21/+0
2001-09-30Don't try to write the LM password in the NT password feild.Andrew Bartlett1-1/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett2-22/+22
2001-09-27Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison1-1/+1
2001-09-27Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison1-127/+103
2001-09-27Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett1-81/+83
2001-09-26Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett1-40/+52
2001-09-21Added -s configfile to smbcontrol.c.Volker Lendecke1-6/+9
2001-09-20Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett1-0/+16
2001-09-17move to SAFE_FREE()Simo Sorce5-28/+26
2001-09-15free memory before returning.Simo Sorce1-0/+7
2001-09-12Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison1-8/+11
2001-09-10left out {Herb Lewis1-1/+1
2001-09-10prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis1-18/+20
2001-09-10declare dbf in one spotAndrew Tridgell5-5/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell5-11/+11
2001-09-08convert more code to using d_printfAndrew Tridgell2-395/+395
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-3/+3
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-12/+16
2001-09-05always include profile support so you do not need a different binary ofHerb Lewis1-5/+0
2001-09-05add profiling stats from 2.2Herb Lewis1-2/+332
2001-09-05When sending a message via a tdb, it must be open read/write.Jeremy Allison1-1/+1
2001-09-05more warning fixes on solarisAndrew Tridgell1-2/+2
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-7/+6
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-5/+5
2001-08-31Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter1-2/+6
2001-08-30merge from 2.2Gerald Carter1-0/+3
2001-08-29Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter1-0/+3
2001-08-29Fuss, fuss, fuss...Christopher R. Hertel1-1/+1
2001-08-28Added samsync and samrepl (untested) message types to smbcontrol.Tim Potter1-0/+38
2001-08-28Fixed typo in comment.Tim Potter1-3/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell2-6/+6
2001-08-26Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel1-1/+1
2001-08-24get rid of compiler warningsHerb Lewis1-3/+3
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell1-2/+1
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett1-14/+0
2001-08-22A few changes:Andrew Bartlett1-60/+44
2001-08-20added -b optionAndrew Tridgell1-2/+9
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison1-3/+10
2001-07-30Added "use mmap" for HPUX.Jeremy Allison2-2/+2
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-2/+2
2001-07-25nicer smbtree outputAndrew Tridgell1-2/+4