summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* improving authentication code (tidyup).Luke Leighton1999-06-291-0/+2
* safe string error reporting functions (found a potential buffer overflowLuke Leighton1999-06-241-1/+1
* variation of random SMBtrans2. random delays in between reconnectionsLuke Leighton1999-05-071-10/+12
* had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1999-05-071-3/+5
* open_socket_in() takes a different number of parameters in the headAndrew Tridgell1999-04-171-1/+1
* damn, new files need to be added to the head branch first, I've toldAndrew Tridgell1999-04-171-0/+233
* Modification to compile under egcs 2.91.63.Tim Potter1999-04-111-3/+6
* Mainly BDC-related changes.Matthew Chapman1999-04-081-10/+26
* Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1999-04-011-3/+31
* Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1999-03-191-3/+29
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-77/+177
* refinement of random ipc$ SMBtrans torture test. send requests, andLuke Leighton1999-02-111-4/+58
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-101-2/+2
* Fuss fuss fuss.Christopher R. Hertel1999-01-271-1/+5
* compilation errors due to addition of smb file handle parameter.Luke Leighton1999-01-271-10/+9
* Added load_interfaces in smbpasswd to allow name resolution by broadcast andMatthew Chapman1999-01-181-0/+2
* While writing the man page, I realized that it was a bit silly not to acceptChristopher R. Hertel1998-12-291-32/+117
* Sorry that this is going so slowly.Christopher R. Hertel1998-12-281-2/+2
* A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1998-12-161-27/+2
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-9/+14
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-1/+1
* pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil.Luke Leighton1998-11-301-6/+6
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+2
* fixing domain join and domain login problemsLuke Leighton1998-11-251-4/+2
* update testparm with -s option so it doesn't require a carriage returnHerb Lewis1998-11-191-10/+34
* Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1998-11-181-12/+6
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-174-7/+7
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-173-205/+721
* Added fixes for machine accounts.Jeremy Allison1998-11-161-10/+32
* fixes for OSF1 compilationAndrew Tridgell1998-11-132-5/+8
* sids in rpctorture changed from fstrings to DOM_SIDLuke Leighton1998-11-131-2/+2
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-3/+19
* Fixed smbpasswd so that enabling a user who already has a passwordJeremy Allison1998-11-121-2/+20
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-218/+0
* char -> uchar fixAndrew Tridgell1998-11-121-1/+1
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-637/+679
* include/local.h:Jeremy Allison1998-11-101-0/+4
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-1/+1
* codepages/codepage_def.936: Updated comment.Jeremy Allison1998-11-071-3/+3
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-8/+10
* check return value of locking_init()Andrew Tridgell1998-11-051-10/+12
* Added scripting option (-s) to smbpasswd.Jeremy Allison1998-11-041-10/+73
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-0/+3
* Fix suggested by Nicholas.S.Jenkins@cdc.com - connect to theJeremy Allison1998-10-301-2/+7
* I've moved the debugparse module files into the ubiqx directory because IChristopher R. Hertel1998-10-281-15/+10
* Fixed a small bug in debug2html. It wasn't properly checking EOF. TheChristopher R. Hertel1998-10-271-1/+18
* Here is the simple debug parser and the debug2html converter. Still to do:Christopher R. Hertel1998-10-261-0/+239
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-4/+5
* torture debug.Luke Leighton1998-10-221-0/+14
* enumeration tests (files, sessions, shares, connections).Luke Leighton1998-10-221-0/+32