summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2-13/+75
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton3-1/+9
2000-01-17SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton1-1/+0
2000-01-16proto updateAndrew Tridgell1-2/+4
2000-01-16make a br_off a SMB_BIG_UINTAndrew Tridgell1-1/+1
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell2-8/+7
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-3/+5
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-1/+3
2000-01-13added Enosuchshare and a lock_type enumAndrew Tridgell1-0/+4
2000-01-13new prototypesAndrew Tridgell1-5/+22
2000-01-13defined br_off as a type for byte range offsets. For now I've set itAndrew Tridgell1-0/+3
2000-01-12Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison2-0/+9
2000-01-11modified smbd/msrpc credential transfer system. user session keyLuke Leighton1-1/+3
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-2/+5
2000-01-08smbd/mangle.cJeremy Allison1-1/+0
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-1/+1
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison1-0/+1
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison3-0/+9
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell3-0/+40
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton5-22/+268
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-2/+4
2000-01-03got rid of mem_manAndrew Tridgell1-4/+0
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell2-5/+15
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-2/+2
1999-12-29Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison4-13/+60
1999-12-23Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1-0/+13
1999-12-23Upper to lower case map table for unicode.Jeremy Allison1-0/+65536
1999-12-22include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1-3/+1
1999-12-22First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison3-6/+54
1999-12-22Ok - we now have the following functions for UNICODE support :Jeremy Allison1-0/+2
1999-12-21Added new unicode functions - not used yet, but are the basis for theJeremy Allison1-17/+3
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell2-9/+28
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell2-12/+22
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell2-0/+12
1999-12-17update version to pre-3.0.0Andrew Tridgell1-1/+1
1999-12-17interfaces.h from 2.0.6Andrew Tridgell1-0/+10
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell16-3010/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell23-4963/+2237
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1-1/+9
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton2-29/+72
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton5-46/+81
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1-2/+2
1999-12-08moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.hLuke Leighton2-1/+7
1999-12-08parsing code for transferring unix and nt security credentials over-the-wire.Luke Leighton1-0/+88
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton4-88/+84
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton2-16/+46
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton2-2/+46
1999-12-05created create_pipe_socket() function.Luke Leighton2-8/+10
1999-12-04cool! created higher-order function table for agent redirection.Luke Leighton3-0/+60
1999-12-04jeremy is going to hate me for this.Luke Leighton3-1/+10