summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb
Commit message (Expand)AuthorAgeFilesLines
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-6/+6
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+2
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-133-27/+27
* s4:smb_server: s/private/private_dataStefan Metzmacher2009-02-023-6/+6
* Fix the build.Jelmer Vernooij2008-11-021-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-022-2/+2
* Remove unused include param/param.h.Jelmer Vernooij2008-10-242-2/+0
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-242-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...Stefan Metzmacher2008-09-301-5/+6
* NetApp found that we never set the smb signing flags2.Andrew Bartlett2008-09-291-0/+4
* s4:smb_server: remove the bogus smbsrv_signing_restart()Stefan Metzmacher2008-09-232-41/+2
* Explain why we use signing for DCs, but not file serversAndrew Bartlett2008-09-221-0/+9
* Move our DC to implement mandetory signing.Andrew Bartlett2008-09-052-4/+10
* With a windows 2008 client, even anonymous requires signing...Andrew Bartlett2008-09-051-6/+0
* initialise query_maximal_access here tooAndrew Tridgell2008-07-241-0/+1
* make sure we initialise query_maximal_accessAndrew Tridgell2008-07-241-0/+1
* smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher2008-07-071-16/+152
* smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher2008-07-071-3/+3
* smb_server/smb: trans(2) setup count is uint8_tStefan Metzmacher2008-07-071-2/+3
* smb_server/smb: transs and transs2 calls have different word countsStefan Metzmacher2008-07-071-1/+12
* smb_server/smb: fix crash bug with fragmented trans callsStefan Metzmacher2008-07-071-13/+20
* more updates for new info levelsAndrew Tridgell2008-06-021-3/+12
* make sure we send a reply packet for bad create optionsAndrew Tridgell2008-05-281-1/+2
* stricter checks for valid inputs in SMB2 open and lockAndrew Tridgell2008-05-261-0/+5
* Merge commit 'origin/v4-0-test' into vfs_smb2Andrew Tridgell2008-05-191-2/+2
|\
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+1
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* | fixed warningAndrew Tridgell2008-05-161-1/+2
|/
* Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez2008-04-181-10/+21
* Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez2008-04-181-99/+99
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-171-2/+3
|\
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+3
* | fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-171-3/+3
|/
* Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-6/+8
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-023-0/+3
* smb_server: pass down RAW_RENAME_NTTRANS to the ntvfs layerStefan Metzmacher2008-03-111-1/+24
* Use 32 bit storage for nttrans countsAmin Azez2008-03-071-5/+5
* ntvfs: pass down the client capabilities into the ntvfs layerStefan Metzmacher2008-03-061-0/+6
* Remove more global_loadparm instance.sJelmer Vernooij2008-02-211-1/+1
* Fix build with partial linking.Jelmer Vernooij2008-02-181-1/+0
* Remove type before variables in data.mkJelmer Vernooij2008-02-141-1/+1
* Fixed SMB2 rename operations from Vista clientsAndrew Tridgell2008-02-141-2/+5
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-147-94/+111
* fixed up the .in side of SMB2 negprotAndrew Tridgell2008-02-121-0/+1
* Fix sending of large nttrans responses.Amin Azez2008-02-011-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+2
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+1