summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* The big character set handling changeover!Andrew Tridgell2001-07-0413-817/+2
* Removed bogus server_n local variable in connect_one() function.Tim Potter2001-07-041-5/+2
* Small warning removal tidyup.Jeremy Allison2001-07-031-1/+1
* Experimental support for joining a domain without creating an account inTim Potter2001-06-291-23/+344
* Added some missing entries to usage().Tim Potter2001-06-271-1/+7
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell2001-06-251-3/+17
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-2/+2
* Warning fix from Andrew Bartlett.Jeremy Allison2001-06-201-1/+1
* initial support for paramter type P_LISTSimo Sorce2001-06-201-12/+17
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-201-3/+17
* moved all our torture code to a separate directoryAndrew Tridgell2001-06-196-2609/+0
* torture code is moving to its own directoryAndrew Tridgell2001-06-191-3053/+0
* rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison2001-06-191-1/+1
* New info level tester.Jeremy Allison2001-06-181-0/+47
* added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2001-06-181-2/+46
* Renamed -d option (make verbose) on smbstatus to -v.Tim Potter2001-06-131-3/+11
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-0/+51
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-042-2/+2