summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-2/+2
* lib/util_unistr.c:Jeremy Allison2000-05-102-49/+1
* Ho hum - forgot timeout case.Jeremy Allison2000-05-101-1/+5
* Fix from David Collier-Brown - sys_select return was not being checked.Jeremy Allison2000-05-101-1/+5
* more mergingAndrew Tridgell2000-05-102-4/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-022-2/+2
* - added some error checkingAndrew Tridgell2000-04-301-64/+66
* fixed parsing of broken NT short nameAndrew Tridgell2000-04-301-1/+1
* - get the findclose code rightAndrew Tridgell2000-04-301-9/+17
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-301-2/+144
* YIPEE!!!!!Andrew Tridgell2000-04-301-0/+1
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* split clientgen.c into several partsAndrew Tridgell2000-04-2510-3061/+3295
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-1/+1
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-7/+16
* changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-2/+1
* moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-9/+203
* 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