summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2000-05-10lib/util_unistr.c:Jeremy Allison2-49/+1
2000-05-10Ho hum - forgot timeout case.Jeremy Allison1-1/+5
2000-05-10Fix from David Collier-Brown - sys_select return was not being checked.Jeremy Allison1-1/+5
2000-05-10more mergingAndrew Tridgell2-4/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2-2/+2
2000-04-30 - added some error checkingAndrew Tridgell1-64/+66
2000-04-30fixed parsing of broken NT short nameAndrew Tridgell1-1/+1
2000-04-30- get the findclose code rightAndrew Tridgell1-9/+17
2000-04-30added cli_list_old() to allow for old style directory listing fromAndrew Tridgell1-2/+144
2000-04-30YIPEE!!!!!Andrew Tridgell1-0/+1
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-25split clientgen.c into several partsAndrew Tridgell10-3061/+3295
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-1/+1
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-7/+16
2000-03-27changed the definition of dos_PutUniCodeAndrew Tridgell1-2/+1
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton1-9/+203
2000-03-20Fix from christoph.pfisterer@rwg.de for large directory listing to OS/2Jeremy Allison1-2/+2
2000-02-25client/client.c:Jeremy Allison1-3/+7
2000-02-23Multiple-dot scope handling fix from Greg Bowering gb@pobox.comJeremy Allison1-2/+2
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-2/+2
2000-02-15Not enough args to DEBUG statement.Tim Potter1-1/+1
2000-02-14Ooops. Fixed stupid typo with missing ! in cli error code.Jeremy Allison1-1/+1
2000-02-09Correct for for core dump in smbpasswd with cli_errstr().Jeremy Allison1-8/+22
2000-02-09Defensive programming for cli_error().Jeremy Allison1-1/+7
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-10/+10
2000-01-16fixed a formatting errorAndrew Tridgell1-1/+1
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell1-1/+1
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-4/+3
2000-01-13the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell1-4/+4
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-4/+6
2000-01-10don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell1-1/+2
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-6/+5
2000-01-07fixed a commentAndrew Tridgell1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell4-15/+13
2000-01-06Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison1-1/+1
2000-01-05use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell1-1/+1
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+54
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell3-247/+225
2000-01-03the bulk of the unexpected packet handling code is in hereAndrew Tridgell1-0/+160
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell2-208/+223
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-127/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell9-2426/+1411
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-4/+2
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-4/+3
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-2/+4
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-56/+20
1999-12-05reenabled retry_time (commented out accidentally in name_status)Luke Leighton1-1/+1
1999-12-04argh! how horrible! spent ages working out why packets weren't beingLuke Leighton2-20/+40
1999-12-04argh. trying to get the nmb agent code to filter out "self" packets.Luke Leighton1-9/+3
1999-12-04jeremy is going to hate me for this.Luke Leighton3-39/+205