summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-2.0.0alpha0cvs2svn Import User1998-08-310-0/+0
|\
* | 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
* | don't exit on a SIGPIPEAndrew Tridgell1998-08-291-2/+1
* | This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-2810-44/+91
* | nmbd would core dump if a large number of netbios aliases is set. TheAndrew Tridgell1998-08-281-2/+3
* | Fixed stat cache statistics calculation. Oops.Jeremy Allison1998-08-271-1/+1
* | This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-2710-51/+327
* | oops - added /usr/include/rpc includes.Luke Leighton1998-08-261-1/+2
* | use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1998-08-263-2/+3
* | get includes right for systems that use getpwanam()Andrew Tridgell1998-08-261-0/+6
* | took all the rpc includes back out until we can work out _why_ freebsdAndrew Tridgell1998-08-261-24/+0
* | added a warning when loading a parameter that is deprecatedAndrew Tridgell1998-08-261-0/+5
* | Finally got around to updating the man pages for nmbd and smbd to reflectChristopher R. Hertel1998-08-252-3/+19
* | added loads of pointless rpcsvc/ and rpc/ include files, all becauseLuke Leighton1998-08-254-6/+41
* | note that "alternate permissions" is deprecated in man pageAndrew Tridgell1998-08-251-16/+2
* | proto changesAndrew Tridgell1998-08-251-1/+5
* | some smbtorture hacks (random IPC calls)Andrew Tridgell1998-08-252-9/+65
* | changed the default permissions code to do this:Andrew Tridgell1998-08-253-14/+3
* | Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison1998-08-252-2/+4
* | Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-2413-58/+58
* | resource.h on FreeBSD 2.1 requires sys/time.h to come first.Luke Leighton1998-08-241-11/+11
* | added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-2211-12/+106
* | expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)Andrew Tridgell1998-08-221-1/+1
* | Just tweaking.Christopher R. Hertel1998-08-211-2/+20
* | nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1998-08-212-12/+22
* | don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1998-08-211-0/+4
* | Adding first cut of the new Red Hat Linux packaging tools.John Terpstra1998-08-2112-0/+972
* | added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-216-20/+17
* | use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell1998-08-212-2/+60
* | added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1998-08-211-0/+3