summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* load smb.conf and interfaces in masktest (to allow for netbios nameAndrew Tridgell2000-03-261-0/+4
* Fixed parsing issue with HP printer defs reported by HP.Jeremy Allison2000-03-141-26/+62
* added a tcon test: make two tconXs with the same user/pass, open a fileLuke Leighton2000-03-071-0/+72
* Fixed smbpasswd crash bugs found by Giulio.Jeremy Allison2000-03-011-3/+2
* client/client.c:Jeremy Allison2000-02-251-53/+43
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-9/+35
* the beginnings of a fnmatch() based wildcard matching routineAndrew Tridgell2000-02-101-20/+66
* update masktest for new make_nmb_name() syntaxAndrew Tridgell2000-02-091-3/+3
* added masktest to head branch, in preparation for another assault onAndrew Tridgell2000-02-091-0/+435
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-2/+2
* renamed DENY to DENY1Andrew Tridgell2000-01-161-5/+95
* use GET_DENY_MODE() macroAndrew Tridgell2000-01-161-2/+1
* added code to allow traversal of the byte range lock databaseAndrew Tridgell2000-01-161-1/+29
* casts and defines to make solaris happyAndrew Tridgell2000-01-142-3/+3
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-14/+12
* some more work on the byte range lockingAndrew Tridgell2000-01-141-14/+16
* greatly expanded the lock4 locking test. we now pass all but one testAndrew Tridgell2000-01-131-45/+93
* I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-101-21/+129
* extent smbtorture to test with both an exe file and a dat fileAndrew Tridgell2000-01-081-37/+43
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-081-1/+1
* added a DENY test that tests deny mode handling. It produces a matrixAndrew Tridgell2000-01-081-2/+86
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-072-8/+8
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-4/+4
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-4/+4
* improved error message in case the lock list is truncatedAndrew Tridgell1999-12-221-1/+8
* changed message is connections.tdb doesn't existAndrew Tridgell1999-12-211-1/+1
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-24/+9
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-192/+192
* this was left out from the 2.0.6 mergeAndrew Tridgell1999-12-211-0/+236
* more files from 2.0.6Andrew Tridgell1999-12-171-0/+308
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-132-680/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1311-1534/+1224
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-2/+0
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-0/+2
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-41/+28
* created create_pipe_socket() function.Luke Leighton1999-12-052-94/+5
* argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1999-12-041-7/+10
* even more cool! nmb-agent moved over to new vagent style, too!Luke Leighton1999-12-041-229/+46
* cool! created higher-order function table for agent redirection.Luke Leighton1999-12-041-216/+37
* more similar agent codeLuke Leighton1999-12-042-47/+43
* nmb agent memory free problemsLuke Leighton1999-12-041-7/+6
* trying to make redirector agent code same base.Luke Leighton1999-12-042-62/+78
* jeremy is going to hate me for this.Luke Leighton1999-12-042-11/+530
* argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1999-12-041-14/+96
* argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1999-12-031-143/+225
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-031-74/+122
* smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1999-12-031-16/+72
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-031-0/+347
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-33/+0
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-2/+2