summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-112-21/+36
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-111-0/+5
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-031-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-029-21/+0
* Don't try to write the LM password in the NT password feild.Andrew Bartlett2001-09-301-1/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-292-22/+22
* Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison2001-09-271-1/+1
* Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison2001-09-271-127/+103
* Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett2001-09-271-81/+83
* Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett2001-09-261-40/+52
* Added -s configfile to smbcontrol.c.Volker Lendecke2001-09-211-6/+9
* Check 'hosts equiv' and 'use rhosts' compatability with 'hostnameAndrew Bartlett2001-09-201-0/+16
* move to SAFE_FREE()Simo Sorce2001-09-175-28/+26
* free memory before returning.Simo Sorce2001-09-151-0/+7
* Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison2001-09-121-8/+11
* left out {Herb Lewis2001-09-101-1/+1
* prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis2001-09-101-18/+20
* declare dbf in one spotAndrew Tridgell2001-09-105-5/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-105-11/+11
* convert more code to using d_printfAndrew Tridgell2001-09-082-395/+395
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-3/+3
* Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-061-12/+16
* always include profile support so you do not need a different binary ofHerb Lewis2001-09-051-5/+0
* add profiling stats from 2.2Herb Lewis2001-09-051-2/+332
* When sending a message via a tdb, it must be open read/write.Jeremy Allison2001-09-051-1/+1
* more warning fixes on solarisAndrew Tridgell2001-09-051-2/+2
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-7/+6
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-5/+5
* Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter2001-08-311-2/+6
* merge from 2.2Gerald Carter2001-08-301-0/+3
* Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter2001-08-291-0/+3
* Fuss, fuss, fuss...Christopher R. Hertel2001-08-291-1/+1
* Added samsync and samrepl (untested) message types to smbcontrol.Tim Potter2001-08-281-0/+38
* Fixed typo in comment.Tim Potter2001-08-281-3/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-272-6/+6
* Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2001-08-261-1/+1
* get rid of compiler warningsHerb Lewis2001-08-241-3/+3
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-241-2/+1
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-231-14/+0
* A few changes:Andrew Bartlett2001-08-221-60/+44
* added -b optionAndrew Tridgell2001-08-201-2/+9
* Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison2001-08-021-3/+10
* Added "use mmap" for HPUX.Jeremy Allison2001-07-302-2/+2
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-2/+2
* nicer smbtree outputAndrew Tridgell2001-07-251-2/+4
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-23/+23
* allow to rename an NT groupJean-François Micouleau2001-07-091-2/+5
* Don't try and open tdb secrets file in non-root/local mode.Jeremy Allison2001-07-061-2/+1
* A program to display a tree of domains, servers and shares similar to theTim Potter2001-07-061-0/+419
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-048-24/+24