summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-0/+2
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-41/+28
1999-12-05created create_pipe_socket() function.Luke Leighton2-94/+5
1999-12-04argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1-7/+10
1999-12-04even more cool! nmb-agent moved over to new vagent style, too!Luke Leighton1-229/+46
1999-12-04cool! created higher-order function table for agent redirection.Luke Leighton1-216/+37
1999-12-04more similar agent codeLuke Leighton2-47/+43
1999-12-04nmb agent memory free problemsLuke Leighton1-7/+6
1999-12-04trying to make redirector agent code same base.Luke Leighton2-62/+78
1999-12-04jeremy is going to hate me for this.Luke Leighton2-11/+530
1999-12-04argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1-14/+96
1999-12-03argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1-143/+225
1999-12-03starting "connection reuse" system in smb-agent. added version numberLuke Leighton1-74/+122
1999-12-03smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1-16/+72
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1-0/+347
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-33/+0
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-2/+2
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-11/+3
1999-11-20attempting to establish inter-domain trust relationships. modifiedLuke Leighton1-28/+115
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton1-2/+2
1999-08-18patch from Michael Glauche to call get_status_connections() instead ofLuke Leighton1-52/+52
1999-07-22BDC support.Matthew Chapman1-32/+38
1999-07-21BDC support.Luke Leighton1-5/+21
1999-06-29improving authentication code (tidyup).Luke Leighton1-0/+2
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-1/+1
1999-05-07variation of random SMBtrans2. random delays in between reconnectionsLuke Leighton1-10/+12
1999-05-07had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1-3/+5
1999-04-17open_socket_in() takes a different number of parameters in the headAndrew Tridgell1-1/+1
1999-04-17damn, new files need to be added to the head branch first, I've toldAndrew Tridgell1-0/+233
1999-04-11Modification to compile under egcs 2.91.63.Tim Potter1-3/+6
1999-04-08Mainly BDC-related changes.Matthew Chapman1-10/+26
1999-04-01Ken McDonell from SGI was interested in adding some profilingAndrew Tridgell1-3/+31
1999-03-19Beau Kuiper: provided patch so that passwords could only be changed byLuke Leighton1-3/+29
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-77/+177
1999-02-11refinement of random ipc$ SMBtrans torture test. send requests, andLuke Leighton1-4/+58
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton1-2/+2
1999-01-27Fuss fuss fuss.Christopher R. Hertel1-1/+5
1999-01-27compilation errors due to addition of smb file handle parameter.Luke Leighton1-10/+9
1999-01-18Added load_interfaces in smbpasswd to allow name resolution by broadcast andMatthew Chapman1-0/+2
1998-12-29While writing the man page, I realized that it was a bit silly not to acceptChristopher R. Hertel1-32/+117
1998-12-28Sorry that this is going so slowly.Christopher R. Hertel1-2/+2
1998-12-16A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1-27/+2
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-9/+14
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-1/+1
1998-11-30pwdb_initialise() in the wrong place: must load smb.conf first. thanks phil.Luke Leighton1-6/+6
1998-11-29weekend work. user / group database API.Luke Leighton1-1/+2
1998-11-25fixing domain join and domain login problemsLuke Leighton1-4/+2
1998-11-19update testparm with -s option so it doesn't require a carriage returnHerb Lewis1-10/+34
1998-11-18Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1-12/+6
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison4-7/+7