summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-101-0/+1
* r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2007-10-101-7/+7
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-102-85/+8
* r1514: close stuff from the server_connection not in theStefan Metzmacher2007-10-101-4/+1
* r1508: simple fix for broken server side signing. This may need more work forAndrew Tridgell2007-10-101-1/+1
* r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell2007-10-102-17/+33
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-107-89/+88
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-107-103/+114
* r1479: print out domain tooStefan Metzmacher2007-10-101-0/+1
* r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke2007-10-101-1/+1
* r1337: use sess->nt1. in sesssetup_nt1 :-)Stefan Metzmacher2007-10-101-1/+1
* r1336: check the vuid in old style sessionsetup tooStefan Metzmacher2007-10-101-0/+3
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-1/+1
* r1293: IndentAndrew Bartlett2007-10-101-3/+5
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-1015-373/+349
* r1281: move include/context.h to smb_server/smb_server.hStefan Metzmacher2007-10-101-0/+375
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-1010-170/+170
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-108-154/+154
* r1278: rename struct user_context to smbsrv_userStefan Metzmacher2007-10-101-5/+5
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-1014-207/+207
* r1268: varient -> variantTim Potter2007-10-102-7/+7
* r1233: -move smb related code to smb_server/*Stefan Metzmacher2007-10-101-0/+98
* r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2007-10-102-14/+25
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-102-2/+2
* r1044: don't use sub_get_remote_machine()Andrew Tridgell2007-10-101-3/+2
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-102-36/+23
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-102-12/+12
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-103-5/+5
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-2/+2
* r898: - remove some unused macrosAndrew Tridgell2007-10-101-4/+0
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-109-19/+19
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-1011-70/+70
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-106-15/+15
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-103-71/+44
* r861: remove the next round of unused stuffStefan Metzmacher2007-10-102-92/+0
* r847: convert SMB SERVER SUBSYSTEM to a config.mk fileStefan Metzmacher2007-10-102-15/+27
* r818: added server side SMB signing to Samba4Andrew Tridgell2007-10-107-8/+196
* r815: include our netbios name in the negprot response (this matches win2003)Andrew Tridgell2007-10-101-0/+1
* r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett2007-10-101-8/+1
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-14/+13
* r622: removed some unused functions to make smbd compile again afterAndrew Tridgell2007-10-101-169/+0
* r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.Andrew Bartlett2007-10-101-73/+1
* r612: fixed a timezone call typo noticed by abartletAndrew Tridgell2007-10-101-3/+3
* r549: added support for DOS error codes in NTSTATUS returns. This uses aAndrew Tridgell2007-10-102-2/+17
* r508: fixed a place where we used free() on memory from a talloc(). The newAndrew Tridgell2007-10-101-2/+1
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-102-5/+26
* r152: a quick airport commit ....Andrew Tridgell2007-10-107-71/+137
* copy with a null volume name in a trans2 QFSINFO callAndrew Tridgell2004-03-261-1/+1
* fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2004-03-251-1/+2
* put the "max xmit" option back into Samba4Andrew Tridgell2004-03-231-1/+1