summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
1999-12-17client/smbspool.c from 2.0.6Andrew Tridgell1-0/+366
1999-12-17lib/fnmatch.c from 2.0.6Andrew Tridgell1-0/+200
1999-12-17 printing/print_cups.c from 2.0.6Andrew Tridgell1-0/+206
1999-12-17interfaces.h from 2.0.6Andrew Tridgell1-0/+10
1999-12-17interfaces.c from 2.0.6Andrew Tridgell1-0/+401
1999-12-17util_sec.c from 2.0.6Andrew Tridgell1-0/+326
1999-12-13Unicode conversion fix in Japanese environment from Motonobu TAKAHASHI.Jeremy Allison2-2/+1319
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell104-41410/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell221-45540/+37593
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton9-12/+34
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton31-1170/+2024
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton42-869/+1308
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter4-5/+16
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton4-17/+6
1999-12-08moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.hLuke Leighton4-662/+578
1999-12-08parsing code for transferring unix and nt security credentials over-the-wire.Luke Leighton2-0/+582
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton22-348/+423
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton18-550/+1904