summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison2000-03-201-2/+2
* client/client.c:Jeremy Allison2000-02-251-3/+7
* Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison2000-02-231-2/+2
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-2/+2
* Not enough args to DEBUG statement.Tim Potter2000-02-151-1/+1
* Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison2000-02-141-1/+1
* Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison2000-02-091-8/+22
* Defensive programming for cli_error().Jeremy Allison2000-02-091-1/+7
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-10/+10
* fixed a formatting errorAndrew Tridgell2000-01-161-1/+1
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-141-1/+1
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-4/+3
* the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell2000-01-131-4/+4
* I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-101-4/+6
* don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell2000-01-101-1/+2
* cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-081-6/+5
* fixed a commentAndrew Tridgell2000-01-071-1/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-074-15/+13
* Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison2000-01-061-1/+1
* use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell2000-01-051-1/+1
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-0/+54
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-033-247/+225
* the bulk of the unexpected packet handling code is in hereAndrew Tridgell2000-01-031-0/+160
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-032-208/+223
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-127/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-139-2426/+1411
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-4/+2
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-4/+3
* OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1999-12-091-2/+4
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-56/+20
* reenabled retry_time (commented out accidentally in name_status)Luke Leighton1999-12-051-1/+1
* argh! how horrible! spent ages working out why packets weren't beingLuke Leighton1999-12-042-20/+40
* argh. trying to get the nmb agent code to filter out "self" packets.Luke Leighton1999-12-041-9/+3
* jeremy is going to hate me for this.Luke Leighton1999-12-043-39/+205
* argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1999-12-041-1/+1
* argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1999-12-032-3/+16
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-031-0/+20
* smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1999-12-031-2/+4
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-032-0/+119
* new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton1999-12-021-15/+14
* cleaning up: removing those horrible references to server listLuke Leighton1999-12-021-2/+1
* added get_any_dc_name() function.Luke Leighton1999-12-021-32/+122
* default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-021-3/+5
* clearing up connection-related stuff. password credentials were messingLuke Leighton1999-12-021-9/+1
* more cli_session_setup() calls. what the heck are these doing???Luke Leighton1999-12-011-1/+1
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-012-20/+79
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-013-105/+71
* this is going to sound _really_ weird, ok, but i had to implementLuke Leighton1999-11-291-3/+3
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-1/+2
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-96/+12