summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2000-03-26load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell1-0/+4
2000-03-14Fixed parsing issue with HP printer defs reported by HP.Jeremy Allison1-26/+62
2000-03-07added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton1-0/+72
2000-03-01Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison1-3/+2
2000-02-25client/client.c:Jeremy Allison1-53/+43
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-9/+35
2000-02-10the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell1-20/+66
2000-02-09update masktest for new make_nmb_name() syntaxAndrew Tridgell1-3/+3
2000-02-09added masktest to head branch, in preparation for another assault onAndrew Tridgell1-0/+435
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-2/+2
2000-01-16renamed DENY to DENY1Andrew Tridgell1-5/+95
2000-01-16use GET_DENY_MODE() macroAndrew Tridgell1-2/+1
2000-01-16added code to allow traversal of the byte range lock databaseAndrew Tridgell1-1/+29
2000-01-14casts and defines to make solaris happyAndrew Tridgell2-3/+3
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-14/+12
2000-01-14some more work on the byte range lockingAndrew Tridgell1-14/+16
2000-01-13greatly expanded the lock4 locking test. we now pass all but one testAndrew Tridgell1-45/+93
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-21/+129
2000-01-08extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell1-37/+43
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-1/+1
2000-01-08added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell1-2/+86
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell2-8/+8
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-4/+4
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-4/+4
1999-12-22improved error message in case the lock list is truncatedAndrew Tridgell1-1/+8
1999-12-21changed message is connections.tdb doesn't existAndrew Tridgell1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-24/+9
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-192/+192
1999-12-21this was left out from the 2.0.6 mergeAndrew Tridgell1-0/+236
1999-12-17more files from 2.0.6Andrew Tridgell1-0/+308
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell2-680/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell11-1534/+1224
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-2/+0
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