summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-23/+23
2001-07-09allow to rename an NT groupJean-François Micouleau1-2/+5
2001-07-06Don't try and open tdb secrets file in non-root/local mode.Jeremy Allison1-2/+1
2001-07-06A program to display a tree of domains, servers and shares similar to theTim Potter1-0/+419
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell8-24/+24
2001-07-04The big character set handling changeover!Andrew Tridgell13-817/+2
2001-07-04Removed bogus server_n local variable in connect_one() function.Tim Potter1-5/+2
2001-07-03Small warning removal tidyup.Jeremy Allison1-1/+1
2001-06-29Experimental support for joining a domain without creating an account inTim Potter1-23/+344
2001-06-27Added some missing entries to usage().Tim Potter1-1/+7
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-06-25added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell1-3/+17
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-2/+2
2001-06-20Warning fix from Andrew Bartlett.Jeremy Allison1-1/+1
2001-06-20initial support for paramter type P_LISTSimo Sorce1-12/+17
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell1-3/+17
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell6-2609/+0