summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-19torture code is moving to its own directoryAndrew Tridgell1-3053/+0
2001-06-19rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison1-1/+1
2001-06-18New info level tester.Jeremy Allison1-0/+47
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell1-2/+46
2001-06-13Renamed -d option (make verbose) on smbstatus to -v.Tim Potter1-3/+11
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison1-0/+51
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell2-2/+2
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter1-5/+7
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-1/+5
2001-05-15remember to close tdb after useAndrew Tridgell2-9/+14
2001-05-14Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison1-2/+2
2001-05-10Don't check for passwd program if using pam change password.Jeremy Allison1-17/+25
2001-05-09need to do codepage_initialise() for smbtorture to work.Anton Blanchard1-0/+2
2001-05-07Patch from Simo:Gerald Carter2-9/+10
2001-05-07Removed unused variable.Tim Potter1-1/+0