summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb
Commit message (Expand)AuthorAgeFilesLines
* dfsreferral: search client's site and use itMatthieu Patou2011-06-231-2/+2
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-1/+1
* s4-dfs: Add workaround so that XP really works wellMatthieu Patou2011-05-181-13/+18
* s4-dfs: Use a workaround for ndr relative pointer bug/limitationMatthieu Patou2011-05-171-11/+8
* s4-dfs: clean the codeMatthieu Patou2011-05-171-44/+50
* s4-dfs: fix bugs in idl and adapt code accordinglyMatthieu Patou2011-05-171-17/+23
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-081-1/+1
* s4:cluster Rename .id to .pid in server_idAndrew Bartlett2011-05-032-6/+10
* s4-param Rename lock_path() -> lpcfg_lock_path()Andrew Bartlett2011-04-291-1/+1
* s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary hereMatthias Dieter Wallnöfer2011-03-301-1/+1
* Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison2011-03-291-2/+4
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-2/+2
* s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.cGünther Deschner2011-03-041-5/+5
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-11/+10
* credentials: Lowercase library name,Jelmer Vernooij2010-11-071-1/+1
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-22/+0
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* dfs: Fix wrong size of referral, change order of dc referralMatthieu Patou2010-10-051-5/+12
* s4-smb: serialise session setup operationsAndrew Tridgell2010-09-151-0/+7
* s4:auth Move struct auth_usersupplied_info to a common locationAndrew Bartlett2010-08-141-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-166-42/+42
* s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett2010-05-201-1/+13
* s4:smb_server/smb/trans2.c - remove unused define "DEFAULT_SITE_NAME"Matthias Dieter Wallnöfer2010-05-181-1/+0
* s4:smb_server: Implement GET_DFS_REFERRAL for domain referral requestsMatthieu Patou2010-05-181-1/+871
* s4:smb_server: fix trailling whitespace in trans2.cMatthieu Patou2010-05-181-25/+25
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+3
* s4:smb_server/smb: SMBreadX can return STATUS_BUFFER_OVERFLOWStefan Metzmacher2010-04-281-1/+5
* s4:smb_server: pass tsocket_addresses to the ntvfs layerStefan Metzmacher2010-04-271-2/+4
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-18/+61
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+10
* s4-pvfs: move the private ntcreatex flags to private_flagsAndrew Tridgell2010-03-052-6/+2
* Change uint_t to unsigned int in source4Matt Kraai2010-02-024-18/+18
* s4:auth: change auth_check_password_send/recv to tevent_reqStefan Metzmacher2009-12-241-13/+26
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-241-5/+15
* s4:smb_server: fix mixing socket_address and tsocket_addressStefan Metzmacher2009-12-241-6/+9
* s4:auth Change 'get_challenge' API to be more like Samba3Andrew Bartlett2009-12-221-4/+1
* s4-smbserver: removed bogus initialisation of two union armsAndrew Tridgell2009-10-172-2/+0
* s4-smb: fill in fnum as well for root_fidAndrew Tridgell2009-10-152-1/+3
* s4-smbserver: fixed root_fid in nttrans createAndrew Tridgell2009-10-151-1/+1
* s4-smb: declare root_fid as a file handleAndrew Tridgell2009-10-152-2/+2
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-196-9/+0
* changed BCC handling for SMBwriteX to handle broken MacOSX clientAndrew Tridgell2009-08-051-13/+8
* on buffer overflow windows gives SMBSRV:ERRerror hereAndrew Tridgell2009-08-051-1/+1
* fixed support for readx greater than 64kAndrew Tridgell2009-08-041-1/+2
* use the new talloc_reparent in two placesAndrew Tridgell2009-07-011-1/+1
* s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2009-05-261-1/+0
* Have ntvfs_connect() accept union smb_tcon *tcon instead of char* sharenameSam Liddicott2009-05-202-23/+4
* Add async support for reply_tcon* and ntvfs_connectSam Liddicott2009-04-232-70/+105