summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
AgeCommit message (Expand)AuthorFilesLines
2000-06-10a first pass at Linux kernel oplocks supportAndrew Tridgell1-4/+1
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell1-1/+13
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-1/+6
2000-06-09reverted jeremy's changes that removed NET_USER_INFO_3. will you pleaseLuke Leighton1-2/+1
2000-06-08include/smb.h: Removed NET_USER_3 struct from user struct. It doesn't belong ...Jeremy Allison1-1/+2
2000-06-08added a NET_USER_INFO_3 struct to user_struct.Luke Leighton1-18/+20
2000-06-08- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell1-2/+2
2000-05-28lp_server_role() + use in srv_reg.Luke Leighton1-0/+10
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-1/+2
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-0/+1
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-1/+1
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-3/+8
2000-04-28Ok - this is the *third* implementation of this (third time's the charm :-).Jeremy Allison1-13/+0
2000-04-28Added info level 1005 to netsharegetinfo (is the share a DFS root)Shirish Kalele1-0/+1
2000-04-27Ok - this is more subtle than it looks :-).Jeremy Allison1-1/+1
2000-04-27Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison1-0/+1
2000-04-27Did the rewrite Andrew wanted where all knowledge of POSIX locking isJeremy Allison1-3/+0
2000-04-27Fixed crash bugs Andrew pointed out with LOCK4 smbtortureJeremy Allison1-1/+1
2000-04-25Added the hard code :-).Jeremy Allison1-0/+12
2000-04-24Added the code that keeps fd's open across a close if there are other fsp'sJeremy Allison1-0/+2
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+0
2000-04-16added fdprintf()Andrew Tridgell1-0/+10
2000-04-16the fsp needs a jobid in it nowAndrew Tridgell1-2/+3
2000-04-12Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,Jeremy Allison1-4/+5
2000-04-10got rid of the file_fd_struct structure completely.Andrew Tridgell1-22/+4
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-0/+3
2000-03-13include/smb.h:Jeremy Allison1-0/+3
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-0/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-30/+3
2000-03-10you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton1-22/+29
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-3/+12
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-0/+4
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+1
2000-02-25client/client.c:Jeremy Allison1-0/+12
2000-02-18Fix for reporting file system attributes correctly.Jeremy Allison1-4/+11
2000-02-07spoolss include definitionsJean-François Micouleau1-2/+2
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-0/+14
2000-02-03Busting up of source/include/smb.h into smaller pieces which can beTim Potter1-324/+63
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-0/+5
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-0/+75
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton1-0/+2
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell1-1/+1
2000-01-13added Enosuchshare and a lock_type enumAndrew Tridgell1-0/+4
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+61
1999-12-22First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1-6/+10
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-0/+16
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-12/+16
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-407/+425
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-1/+1
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-6/+1