summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/smb/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher2011-10-081-812/+53
* update/add my copyrightMatthieu Patou2011-07-211-1/+1
* dfsreferral: search client's site and use itMatthieu Patou2011-06-231-2/+2
* 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:smb_server/smb/trans2.c - "talloc_move" isn't strictly necessary hereMatthias Dieter Wallnöfer2011-03-301-1/+1
* 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-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-9/+9
* 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
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-3/+3
* s4-smbd: minimise includes in smbd/ and smb_serverAndrew Tridgell2009-09-191-2/+0
* s4:smb_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* 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
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-12/+12
* r25551: Convert to standard bool type.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23067: use 'const union smb_search_data *file' also in the server code to ge...Stefan Metzmacher2007-10-101-2/+2
* r19505: fixed a valgrind errorAndrew Tridgell2007-10-101-0/+4
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-101-25/+27
* r16815: split out search levels which are also used by smb2Stefan Metzmacher2007-10-101-127/+2
* r16621: split out passthru levels of setfileinfoStefan Metzmacher2007-10-101-55/+15
* r16449: move some code to a generic placeStefan Metzmacher2007-10-101-513/+56
* r16448: add more error checksStefan Metzmacher2007-10-101-53/+47
* r16444: - split out qfsinfo passthru levelsStefan Metzmacher2007-10-101-85/+83
* r16443: add push code for SMB2 levelsStefan Metzmacher2007-10-101-0/+36
* r16440: split out passthru level into a new functions,Stefan Metzmacher2007-10-101-71/+116
* r16403: remove dependency to smbsrv_request next part...Stefan Metzmacher2007-10-101-21/+27
* r16402: start to remove the dependecy to smbsrv_request from the parsing func...Stefan Metzmacher2007-10-101-57/+77
* r16401: keep the old pointer when realloc fails, this is needed for theStefan Metzmacher2007-10-101-2/+4
* r16400: add more error checksStefan Metzmacher2007-10-101-47/+55
* r16399: - split out pushing smb_fsinfo into a DATA_BLOBStefan Metzmacher2007-10-101-67/+76
* r16357: - start get rid of void parsing functionsStefan Metzmacher2007-10-101-223/+233
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-101-0/+1
* r15739: return False when the function is called with an invalid levelStefan Metzmacher2007-10-101-1/+1
* r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher2007-10-101-7/+11
* r14541: separate smbsrv_request and ntvfs_request,Stefan Metzmacher2007-10-101-72/+46
* r14504: make trans and trans2 able to use async ntvfs backendsStefan Metzmacher2007-10-101-408/+534
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-101-7/+7