summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb
AgeCommit message (Expand)AuthorFilesLines
2015-04-28lib: Remove server_id_str()Volker Lendecke1-5/+5
2014-09-17lib: Move "large_file_support()" to the source4 smb serverVolker Lendecke1-0/+21
2014-04-02s4:smb_server/smb: fix invalid pointer type warnings in negprot.cStefan Metzmacher1-3/+3
2014-04-02s4:smb_server/smb: fix declaration after code warnings in negprot.cStefan Metzmacher1-2/+3
2014-03-27s4:smb_server: make use of gensec_update_ev()Stefan Metzmacher1-1/+1
2014-02-20s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam1-2/+3
2014-02-12lib/param: Normalise "read raw" and "write raw" parametersAndrew Bartlett1-5/+24
2014-02-07param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam1-3/+3
2014-02-07param: rename lp function and variable from "srv_minprotocol" to "server_min_...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "srv_maxprotocol" to "server_max_...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "maxmux" to "max_mux"Garming Sam1-3/+3
2014-01-14ntvfs: Remove CAP_UNIX from the ntvfs file server as it was never finishedAndrew Bartlett1-4/+0
2013-11-22lib/param: Consolidate code to enable smb signing on the server, always enabl...Andrew Bartlett1-38/+3
2013-11-08s4-smb_server: Fix a use after free.Andreas Schneider1-1/+5
2013-03-20s4:smb_server: fix large read_andx requestsStefan Metzmacher1-6/+12
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-05-24s4:smb_server/smb: fix talloc_free() bugStefan Metzmacher1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-1/+2
2012-05-09s4:smb_server/smb: only create a new session with vuid == 0Stefan Metzmacher1-3/+9
2012-04-02s4:smb_server/smb: remove a request from the list before adding the next one ...Stefan Metzmacher1-0/+1
2012-03-07s4-smb_server: Put error from share_get_config() into the logsAndrew Bartlett1-1/+1
2012-02-18auth: Reorder arguments to generate_session_infoAndrew Bartlett1-4/+4
2012-02-13auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett1-1/+3
2011-11-08s4-smb_server No longer follow the security=share smb.conf directiveAndrew Bartlett2-19/+2
2011-11-03nbt: trim down header dependencies of nbt.idl.Günther Deschner1-0/+1
2011-11-03s4:smb_server: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher1-1/+1
2011-11-03s4:smb_server: change the default for "server signing" to "default"Stefan Metzmacher1-1/+4
2011-11-03s4:smb_server/smb: make the SMB_SIGNING_AUTO behavior a bit easier to followStefan Metzmacher1-19/+25
2011-10-19s4:smb_server/smb: make use of _smb_setlen_nbt()Stefan Metzmacher1-1/+1
2011-10-19s4-smb_server do not set credentials on gensec twiceAndrew Bartlett1-4/+0
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-1/+1
2011-10-08s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher2-812/+54
2011-09-05s4:smb_server: make use of PROTOCOL_SMB2_02Stefan Metzmacher1-1/+1
2011-08-18credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij1-1/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-2/+3
2011-07-21update/add my copyrightMatthieu Patou1-1/+1
2011-07-12s4:libcli/raw: s/SMBchkpth/SMBcheckpathStefan Metzmacher1-1/+1
2011-07-12s4:smb_server: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher1-3/+3
2011-06-23dfsreferral: search client's site and use itMatthieu Patou1-2/+2
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett1-1/+1
2011-05-18s4-dfs: Add workaround so that XP really works wellMatthieu Patou1-13/+18
2011-05-17s4-dfs: Use a workaround for ndr relative pointer bug/limitationMatthieu Patou1-11/+8
2011-05-17s4-dfs: clean the codeMatthieu Patou1-44/+50
2011-05-17s4-dfs: fix bugs in idl and adapt code accordinglyMatthieu Patou1-17/+23
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-1/+1
2011-05-03s4:cluster Rename .id to .pid in server_idAndrew Bartlett2-6/+10
2011-04-29s4-param Rename lock_path() -> lpcfg_lock_path()Andrew Bartlett1-1/+1
2011-03-30s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary hereMatthias Dieter Wallnöfer1-1/+1
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison1-2/+4
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-2/+2