summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tridge the destroyer returns!Andrew Tridgell1998-09-0553-2783/+463
* Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1998-09-051-1/+1
* Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-056-15/+19
* got rid of interpret_security(). Thanks to Jean-Francois for pointingAndrew Tridgell1998-09-052-18/+0
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-0410-134/+443
* Fixed uppercasing of share name (pointed out by Jean-Francois).Jeremy Allison1998-09-041-1/+0
* More 64 bit stuff - now the fcntl locks are 64 bit clean.Jeremy Allison1998-09-0413-173/+298
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-0333-447/+632
* changed the SMBtrans reply code to align at the same alignment asAndrew Tridgell1998-09-031-13/+8
* we were setting the strings 1 too long in make_srv_share_info1_str()Andrew Tridgell1998-09-031-2/+2
* fixed a bug in the name mangling code. It implicitly assumed thatAndrew Tridgell1998-09-033-45/+43
* Fix for PR#9497 - not waiting for child.Jeremy Allison1998-09-021-2/+4
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-023-44/+5
* changed ref to samba.gif to use /swat/ prefixAndrew Tridgell1998-09-021-1/+1
* use /swat/ prefix in both inetd and cgi modes, to enable a static header.htmlAndrew Tridgell1998-09-022-19/+8
* Missed one struct stat.Jeremy Allison1998-09-011-2/+2
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-0132-185/+196
* Matthew is no longer wokring on SWATAndrew Tridgell1998-09-011-4/+3
* need to istall new filesAndrew Tridgell1998-09-011-1/+8
* spruced up SWAT a bit - it now uses the new Samba logo at the top andAndrew Tridgell1998-09-014-21/+40
* fixed a bug in the base64 hanlding that led to auth failures for someAndrew Tridgell1998-09-011-2/+6
* check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1998-09-011-0/+4
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-3116-336/+455
* I added notes about the changes I've made to 2.0.0. I put the change toChristopher R. Hertel1998-08-311-2/+29
* I looked at the refresh issue a bit more and discovered that SambaAndrew Tridgell1998-08-311-3/+4
* minor fixes to the DMB<->DMB sync code. We now get the dmb name fromAndrew Tridgell1998-08-311-5/+10
* if an address is ipzero in cli_connect() then do a name queryAndrew Tridgell1998-08-311-1/+2
* I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell1998-08-312-2/+20
* preparing for release of 2.0.0 alpha 1Samba Release Account1998-08-3153-53/+53
* preparing for release of 2.0.0 alphaSamba Release Account1998-08-3153-45/+69
* fixed a commentAndrew Tridgell1998-08-311-1/+1
* updated the WHATSNEW in preparation for an alpha releaseAndrew Tridgell1998-08-312-185/+52
* set a maximum name refresh time of 20 minutes.Andrew Tridgell1998-08-313-3/+7
* cast the qsort to prevent warningsAndrew Tridgell1998-08-311-1/+1
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-3121-107/+128
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-307-22/+27
* a couple of debug linesAndrew Tridgell1998-08-301-0/+2
* finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1998-08-305-142/+346
* This should fix the zombie problem that luke noticed.Andrew Tridgell1998-08-301-1/+1
* we we have successfully done a query on *<1b> from a wins server andAndrew Tridgell1998-08-301-7/+25
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-304-36/+54
* include our netbios names list and our workgroup in the wins.dat hashAndrew Tridgell1998-08-301-2/+22
* don't put two spaces at the start of lines if logging to stdoutAndrew Tridgell1998-08-301-1/+3
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-303-0/+39
* allow smbclient to connect to IPC$ as an IPC serviceAndrew Tridgell1998-08-301-2/+0
* - zero shared memory before freeing itAndrew Tridgell1998-08-302-6/+8
* added a function zero_free(void *, int size) that zeros an area ofAndrew Tridgell1998-08-301-0/+11
* changed the size of a char array in the userdata_struct from 1 to 16Andrew Tridgell1998-08-303-1/+11
* added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1998-08-309-13/+29
* got rid of calls to update_protected_database(). It was causing coreAndrew Tridgell1998-08-292-74/+0