summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-09-05ahh, the joy of deleting large chunks of code that someone else hasAndrew Tridgell5-77/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell53-2783/+463
1998-09-05Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1-1/+1
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison6-15/+19
1998-09-05got rid of interpret_security(). Thanks to Jean-Francois for pointingAndrew Tridgell2-18/+0
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison10-134/+443
1998-09-04Fixed uppercasing of share name (pointed out by Jean-Francois).Jeremy Allison1-1/+0
1998-09-04More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison13-173/+298
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison33-447/+632
1998-09-03changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1-13/+8
1998-09-03we were setting the strings 1 too long in make_srv_share_info1_str()Andrew Tridgell1-2/+2
1998-09-03fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell3-45/+43
1998-09-02Fix for PR#9497 - not waiting for child.Jeremy Allison1-2/+4
1998-09-02we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell3-44/+5
1998-09-02use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell2-19/+8
1998-09-01Missed one struct stat.Jeremy Allison1-2/+2
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison32-185/+196
1998-09-01need to istall new filesAndrew Tridgell1-1/+8
1998-09-01spruced up SWAT a bit - it now uses the new Samba logo at the top andAndrew Tridgell1-21/+27
1998-09-01fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1-2/+6
1998-09-01check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1-0/+4
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison16-336/+455
1998-08-31I looked at the refresh issue a bit more and discovered that SambaAndrew Tridgell1-3/+4
1998-08-31minor fixes to the DMB<->DMB sync code. We now get the dmb name fromAndrew Tridgell1-5/+10
1998-08-31if an address is ipzero in cli_connect() then do a name queryAndrew Tridgell1-1/+2
1998-08-31I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell2-2/+20
1998-08-31fixed a commentAndrew Tridgell1-1/+1
1998-08-31set a maximum name refresh time of 20 minutes.Andrew Tridgell3-3/+7
1998-08-31cast the qsort to prevent warningsAndrew Tridgell1-1/+1
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell21-107/+128
1998-08-30added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell7-22/+27
1998-08-30a couple of debug linesAndrew Tridgell1-0/+2
1998-08-30finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell5-142/+346
1998-08-30This should fix the zombie problem that luke noticed.Andrew Tridgell1-1/+1
1998-08-30we we have successfully done a query on *<1b> from a wins server andAndrew Tridgell1-7/+25
1998-08-30changed the way that name query records are sorted in replies. TheyAndrew Tridgell4-36/+54
1998-08-30include our netbios names list and our workgroup in the wins.dat hashAndrew Tridgell1-2/+22
1998-08-30don't put two spaces at the start of lines if logging to stdoutAndrew Tridgell1-1/+3
1998-08-30changed the format of the wins.dat file slightly.Andrew Tridgell3-0/+39
1998-08-30allow smbclient to connect to IPC$ as an IPC serviceAndrew Tridgell1-2/+0
1998-08-30- zero shared memory before freeing itAndrew Tridgell2-6/+8
1998-08-30added a function zero_free(void *, int size) that zeros an area ofAndrew Tridgell1-0/+11
1998-08-30changed the size of a char array in the userdata_struct from 1 to 16Andrew Tridgell3-1/+11
1998-08-30added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell9-13/+29
1998-08-29got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell2-74/+0
1998-08-29don't exit on a SIGPIPEAndrew Tridgell1-2/+1
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison10-44/+91
1998-08-28nmbd would core dump if a large number of netbios aliases is set. TheAndrew Tridgell1-2/+3
1998-08-27Fixed stat cache statistics calculation. Oops.Jeremy Allison1-1/+1
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison10-51/+327