summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-011-5/+7
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-1/+5
* remember to close tdb after useAndrew Tridgell2001-05-152-9/+14
* Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison2001-05-141-2/+2
* Don't check for passwd program if using pam change password.Jeremy Allison2001-05-101-17/+25
* need to do codepage_initialise() for smbtorture to work.Anton Blanchard2001-05-091-0/+2
* Patch from Simo:Gerald Carter2001-05-072-9/+10
* Removed unused variable.Tim Potter2001-05-071-1/+0
* merge some fixes from 2.2Andrew Tridgell2001-05-072-74/+14
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-043-42/+81
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-2/+0
* Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-10/+3
* fixed some uninitialised variablesAndrew Tridgell2001-05-011-1/+1
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-3/+3
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-281-1/+1
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-271-4/+4
* fix typoHerb Lewis2001-04-241-1/+1
* don't allow both add and delete user to be set at the same timeHerb Lewis2001-04-241-1/+4
* This little piece of insanity is inspired by theJeremy Allison2001-04-141-1/+68
* Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison2001-04-131-2/+25
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-132-9/+6
* Added SMB_ prefix to enums that clash with Solaris ACL definitions.Jeremy Allison2001-04-111-9/+9