summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-01-05use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell1-1/+1
2000-01-04Added "crap" fix for rotating string buffers. (Increased to 20, added #define).Jeremy Allison1-4/+5
2000-01-04using read_with_timeout(), min data size 16 bytes (DCE/RPC header), maxLuke Leighton1-1/+5
2000-01-04oops, must use read_data() not read(), as read() may only provideLuke Leighton1-2/+2
2000-01-04Fixed getgrent() recurse problem.Jeremy Allison1-8/+45
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton24-1239/+3542
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell6-333/+329
2000-01-03ignore a few filesAndrew Tridgell3-1/+20
2000-01-03got rid of mem_manAndrew Tridgell7-857/+0
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 Tridgell10-221/+252
2000-01-03drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell1-1/+1
2000-01-03fixed active shares displayAndrew Tridgell1-2/+2
2000-01-03don't close the database after each claim_connection()Andrew Tridgell1-2/+0
2000-01-02updated docsAndrew Tridgell2-3/+7
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell12-67/+72
2000-01-02show test result in ops/secAndrew Tridgell1-2/+2
2000-01-02- optimise tdb_store() a littleAndrew Tridgell1-7/+15
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison8-468/+1388
1999-12-24a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1-0/+117
1999-12-24fixed more locking bugs - all seems OK nowAndrew Tridgell2-42/+67
1999-12-23Fixed range checking in unicode to multibyte function. Oops.Jeremy Allison1-9/+15
1999-12-23Added wtoupper/wtolower.Jeremy Allison1-0/+19
1999-12-23Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison3-1/+70
1999-12-23Upper to lower case map table for unicode.Jeremy Allison1-0/+65536
1999-12-23Awk script to create #include C code from unicode upper -> lower case map.Jeremy Allison1-0/+59
1999-12-23Unicode upper <--> lower character map. Needed for wisXXX functions.Jeremy Allison1-0/+10617
1999-12-23fixed locking codeAndrew Tridgell2-70/+195
1999-12-22include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison3-6/+19
1999-12-22improved error message in case the lock list is truncatedAndrew Tridgell1-1/+8
1999-12-22fixed a bug in the handling of tdb version number upgradeAndrew Tridgell1-0/+3
1999-12-22First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison5-7/+224
1999-12-22added some paranoia codeAndrew Tridgell1-41/+46
1999-12-22Ok - we now have the following functions for UNICODE support :Jeremy Allison2-0/+129
1999-12-22when no shares are returned the *shares pointer must be set to nullAndrew Tridgell1-0/+2
1999-12-21Added new unicode functions - not used yet, but are the basis for theJeremy Allison3-669/+212
1999-12-21Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1-1/+1
1999-12-21expanded the tdb documentationAndrew Tridgell1-0/+110
1999-12-21changed %g to %3.1f to be friendly to our poor snprintf() codeAndrew Tridgell1-2/+2
1999-12-21changed message is connections.tdb doesn't existAndrew Tridgell1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell19-3805/+428
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell11-423/+400
1999-12-21this was left out from the 2.0.6 mergeAndrew Tridgell1-0/+236
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell8-1/+1541
1999-12-21Fix based on code from monyo@home.monyo.com to fix multibyte continuationJeremy Allison1-17/+31
1999-12-21Fix from tulipant-gergely@dbrt.hu for returning incorrect error codeJeremy Allison1-1/+1
1999-12-20*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1-3/+14
1999-12-17added basic nsswitch support - this allows you to use a "wins" entryAndrew Tridgell2-0/+142
1999-12-17more files from 2.0.6Andrew Tridgell2-0/+1632
1999-12-17update version to pre-3.0.0Andrew Tridgell1-1/+1