summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1998-08-26oops - added /usr/include/rpc includes.Luke Leighton1-1/+2
1998-08-26use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell3-2/+3
1998-08-26get includes right for systems that use getpwanam()Andrew Tridgell1-0/+6
1998-08-26took all the rpc includes back out until we can work out _why_ freebsdAndrew Tridgell1-24/+0
1998-08-26added a warning when loading a parameter that is deprecatedAndrew Tridgell1-0/+5
1998-08-25added loads of pointless rpcsvc/ and rpc/ include files, all becauseLuke Leighton4-6/+41
1998-08-25proto changesAndrew Tridgell1-1/+5
1998-08-25some smbtorture hacks (random IPC calls)Andrew Tridgell2-9/+65
1998-08-25changed the default permissions code to do this:Andrew Tridgell3-14/+3
1998-08-25Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison2-2/+4
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison13-58/+58
1998-08-24resource.h on FreeBSD 2.1 requires sys/time.h to come first.Luke Leighton1-11/+11
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell11-12/+106
1998-08-22expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)Andrew Tridgell1-1/+1
1998-08-21Just tweaking.Christopher R. Hertel1-2/+20
1998-08-21nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel2-12/+22
1998-08-21don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1-0/+4
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell6-20/+17
1998-08-21use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell2-2/+60
1998-08-21added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1-0/+3
1998-08-21Submitting the smbtar changes to the main branch as well.Richard Sharpe1-1/+6
1998-08-21Fix "make clean" to also delete SPROGS.John Terpstra1-1/+1
1998-08-21and get the message right ...Andrew Tridgell1-1/+1
1998-08-21silly me.Andrew Tridgell1-1/+1
1998-08-21fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1-0/+4
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison3-32/+51
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison8-89/+325
1998-08-20testparm now prints a warning if the lock directory doesn't have 0644Andrew Tridgell1-4/+15
1998-08-19added a test for a working setresuidAndrew Tridgell4-139/+176