summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-08s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher1-812/+53
2011-07-21update/add my copyrightMatthieu Patou1-1/+1
2011-06-23dfsreferral: search client's site and use itMatthieu Patou1-2/+2
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-03-30s4:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary hereMatthias Dieter Wallnöfer1-1/+1
2010-10-10samdb: Add flags argument to samdb_connect().Jelmer Vernooij1-1/+1
2010-10-05dfs: Fix wrong size of referral, change order of dc referralMatthieu Patou1-5/+12
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-9/+9
2010-05-18s4:smb_server/smb/trans2.c - remove unused define "DEFAULT_SITE_NAME"Matthias Dieter Wallnöfer1-1/+0
2010-05-18s4:smb_server: Implement GET_DFS_REFERRAL for domain referral requestsMatthieu Patou1-1/+871
2010-05-18s4:smb_server: fix trailling whitespace in trans2.cMatthieu Patou1-25/+25
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-3/+3
2009-09-19s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell1-2/+0
2009-02-02s4:smb_server: s/private/private_dataStefan Metzmacher1-2/+2
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-07-07smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher1-3/+3
2008-07-07smb_server/smb: trans(2) setup count is uint8_tStefan Metzmacher1-2/+3
2008-07-07smb_server/smb: transs and transs2 calls have different word countsStefan Metzmacher1-1/+12
2008-07-07smb_server/smb: fix crash bug with fragmented trans callsStefan Metzmacher1-13/+20
2008-06-02more updates for new info levelsAndrew Tridgell1-3/+12
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-02-14Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell1-12/+12
2007-10-10r25551: Convert to standard bool type.Jelmer Vernooij1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher1-2/+2
2007-10-10r19505: fixed a valgrind errorAndrew Tridgell1-0/+4
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher1-25/+27
2007-10-10r16815: split out search levels which are also used by smb2Stefan Metzmacher1-127/+2
2007-10-10r16621: split out passthru levels of setfileinfoStefan Metzmacher1-55/+15
2007-10-10r16449: move some code to a generic placeStefan Metzmacher1-513/+56
2007-10-10r16448: add more error checksStefan Metzmacher1-53/+47
2007-10-10r16444: - split out qfsinfo passthru levelsStefan Metzmacher1-85/+83
2007-10-10r16443: add push code for SMB2 levelsStefan Metzmacher1-0/+36
2007-10-10r16440: split out passthru level into a new functions,Stefan Metzmacher1-71/+116
2007-10-10r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher1-21/+27
2007-10-10r16402: start to remove the dependecy to smbsrv_request from the parsing func...Stefan Metzmacher1-57/+77
2007-10-10r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher1-2/+4
2007-10-10r16400: add more error checksStefan Metzmacher1-47/+55
2007-10-10r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher1-67/+76
2007-10-10r16357: - start get rid of void parsing functionsStefan Metzmacher1-223/+233
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-0/+1
2007-10-10r15739: return False when the function is called with an invalid levelStefan Metzmacher1-1/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-7/+11
2007-10-10r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher1-72/+46
2007-10-10r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher1-408/+534
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-7/+7