summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-1/+0
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-1/+0
2008-04-17IDL: build generated nbt code.Günther Deschner1-0/+1
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-3/+7
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-0/+4
2008-03-31Patch from Nicholas Brealey <nick@brealey.org> to distinguish between WinXP a...Gerald W. Carter1-1/+1
2008-03-10Use a separate tdb for mutexesVolker Lendecke1-0/+1
2008-02-17Use pidl for NTSVCS.Günther Deschner1-0/+1
2008-02-17Add krb5pac IDL from samba4.Günther Deschner1-0/+1
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner1-1/+2
2008-01-24Re-run make idl and use generated ndr based on samba4 security.idl (except fo...Günther Deschner1-4/+1
2008-01-22Move samba_extended_info_version to smbd/trans2.cVolker Lendecke1-1/+0
2008-01-22Get Samba version or capability information from WindowsCorinna Vinschen1-0/+12
2008-01-22Hide streams from the EA APIVolker Lendecke1-0/+2
2008-01-19Add streams supportVolker Lendecke1-0/+5
2008-01-18Add the "allinfo" command to smbclientVolker Lendecke1-0/+10
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-25/+2
2008-01-17Use pidl generated data from misc.idl.Günther Deschner1-10/+10
2008-01-15Include libnet_join.h in the right places.Günther Deschner1-0/+2
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-0/+4
2008-01-02Happy new year !Günther Deschner1-1/+1
2007-12-27Add the capability to set "smb encrypt = required"Jeremy Allison1-0/+1
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+2
2007-12-22Cache the underlying filesystem capabilities at connection time.James Peach1-0/+4
2007-12-17Add combined flag LOOKUP_NAME_LOCAL.Michael Adam1-0/+4
2007-12-13Add flags for correctly implementing lsa_lookup_name levels.Michael Adam1-1/+9
2007-12-10Don't need an fstring here, we can talloc.Jeremy Allison1-1/+1
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-1/+1
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison1-4/+0
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-0/+1
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-6/+9
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-0/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-48/+48
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-3/+5
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-11/+6
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison1-12/+0
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-0/+4
2007-10-10r23986: Some constVolker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-0/+7
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+4
2007-10-10r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter1-0/+2
2007-10-10r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter1-6/+9
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-7/+4
2007-10-10r23163: Convert locking.tdb to dbwrapVolker Lendecke1-0/+1
2007-10-10r23100: Implement the delete on close semantics I've just tested forJeremy Allison1-1/+2
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-3/+2
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-0/+2