summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
...
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-1/+1
* r11789: - add the start of a SMB2 serverStefan Metzmacher2007-10-109-1/+814
* r11788: remove unused header filesStefan Metzmacher2007-10-101-3/+0
* r11787: add missing fileStefan Metzmacher2007-10-101-0/+20
* r11786: move all SMB protocol specific stuff to smb_server/smb/Stefan Metzmacher2007-10-1012-12/+3
* r11785: rename conn.c into tcon.cStefan Metzmacher2007-10-102-1/+1
* r11783: - make the VIUD field in smbsrv_session 64bit, as SMB2 needs itStefan Metzmacher2007-10-105-100/+134
* r11782: - make the TID 32bit in the smbsrv_tcon structure, as SMB2 usesStefan Metzmacher2007-10-104-16/+49
* r11781: rename tree to tcons to match the sessions substructure of smbsrv_con...Stefan Metzmacher2007-10-104-24/+24
* r11778: - remove unused memory contexts as req is already the temporary conte...Stefan Metzmacher2007-10-101-47/+21
* r11774: - move SMB specific initialisation of the smbsrv_connection out of sm...Stefan Metzmacher2007-10-104-27/+73
* r11759: fix up the SEC_SHARE handling, when we want to support that laterStefan Metzmacher2007-10-103-16/+14
* r11757: make smb_server.c independent from the protocolStefan Metzmacher2007-10-103-608/+637
* r11746: revert my last commits, I now understand how we decide betweenStefan Metzmacher2007-10-103-3/+3
* r11745: one more check for a valid sessionStefan Metzmacher2007-10-101-1/+1
* r11744: make sure the session is completed authenticated!!!Stefan Metzmacher2007-10-102-2/+2
* r11724: - move checks packet size and protocol version,Stefan Metzmacher2007-10-101-53/+54
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11650: - as every call that goes down to the ntvfs layer need a valid tcon a...Stefan Metzmacher2007-10-102-9/+51
* r11646: fix typosStefan Metzmacher2007-10-101-2/+2
* r11643: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r11641: remove unused parameter vuidStefan Metzmacher2007-10-101-8/+3
* r11640: just a nicer format, and make adding more special cases easierStefan Metzmacher2007-10-101-5/+8
* r11637: we need a session and a tcon for ntioctl() and ntrename()Stefan Metzmacher2007-10-101-3/+3
* r11621: some minor fixes from comments by metzeAndrew Tridgell2007-10-101-0/+4
* r11607: switched the smb server to use the generic packet send codeAndrew Tridgell2007-10-103-51/+13
* r11603: converted the smb server to use the new generic packet codeAndrew Tridgell2007-10-103-101/+36
* r11367: Ensure to intialise the new logon_parameters (0 for session setups).Andrew Bartlett2007-10-101-0/+2
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-14/+14
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-5/+0
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-103-6/+28
* r11120: calling_name is used later in sesssetup_nt1, so hang the names to the...Volker Lendecke2007-10-101-2/+4
* r10946: Use the right name for the remote workstation, and always initialise it.Andrew Bartlett2007-10-102-4/+7
* r10588: Remove more unused files, macrosJelmer Vernooij2007-10-101-2/+0
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-1/+1
* r10513: Reduce some use of pstring. The main reason some parts of the code stillJelmer Vernooij2007-10-101-0/+3
* r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij2007-10-101-0/+5
* r10256: Fix some unhandled enumeration warnings. There's one still left,Tim Potter2007-10-101-0/+15
* r9321: Fix potential bug found by Coverity. src_len has to be int but later w...Alexander Bokovoy2007-10-101-5/+5
* r8893: fixed the valgrind error on stream termination due to prototol errorsAndrew Tridgell2007-10-102-4/+12
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8706: My previous patch oversimplied the previous change to session setup -Andrew Bartlett2007-10-101-3/+14
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-54/+59
* r8658: move use of lp_security() and lp_nt_status_support() into the connecti...Andrew Tridgell2007-10-103-2/+10
* r8627: fixed a big memory leak in the spnego gensec code in sessionAndrew Tridgell2007-10-101-2/+3
* r8577: added management calls to list current tree connectsAndrew Tridgell2007-10-103-0/+36
* r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell2007-10-105-4/+101
* r8527: found an uninitialised variable in 'make valgrindtest'Andrew Tridgell2007-10-101-10/+11
* r8487: kfixed a typoAndrew Tridgell2007-10-101-1/+1
* r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2007-10-101-0/+3