summaryrefslogtreecommitdiff
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-093-22/+36
* another sync with SAMBA_2_2. Regenerated docs after vl new strip-links.plGerald Carter2002-08-281-3/+22
* syncing up for 2.2.6pre2Gerald Carter2002-08-272-2/+11
* merging for 2.2.6pre1Gerald Carter2002-07-271-1/+1
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-175-18/+129
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-3010-283/+380
* Sync for release.Jeremy Allison2002-02-011-0/+302
* Move over to RELEASE branch.Jeremy Allison2002-02-0119-200/+301
* New files added.Jeremy Allison2001-10-111-21/+23
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-118-72/+2499
* This commit was manufactured by cvs2svn to create branchcvs2svn Import User2001-10-101-0/+709
|\
| * 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