r24592: pass down the ndr_interface_table in the samba3 client bindings
[ira/wip.git] / source / smb_server /
2007-10-10 Stefan Metzmacherr24494: add comment to remind me to look at the flags...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23700: pre-open the sam in the parent smbd. This has...
2007-10-10 Andrew Bartlettr23680: Make it easier to setup a domain member server...
2007-10-10 Stefan Metzmacherr23067: use 'const union smb_search_data *file' also...
2007-10-10 Stefan Metzmacherr23045: forward SMB2 oplock breaks to the client
2007-10-10 Stefan Metzmacherr23044: - use uint32_t for handle id's
2007-10-10 Stefan Metzmacherr23043: allow more than UINT16_MAX - 1 handles on smb2...
2007-10-10 Andrew Tridgellr23020: a better fix for the memory leak - this one...
2007-10-10 Andrew Tridgellr23019: revert r23018 - this will require more thought.
2007-10-10 Andrew Tridgellr23018: fixed a memory leak in our server side session...
2007-10-10 Stefan Metzmacherr22866: handle incoming chained smb2 requests in our...
2007-10-10 Stefan Metzmacherr22843: pass smb2 lock requests to the ntvfs layer
2007-10-10 Stefan Metzmacherr22774: correctly initialize the smbsrv_connection...
2007-10-10 Stefan Metzmacherr22381: fix memory leak
2007-10-10 Andrew Tridgellr21206: - a couple more nttrans places were a memcpy...
2007-10-10 Volker Lendecker21183: Commit the big/little endian fix for nttrans...
2007-10-10 Stefan Metzmacherr20657: fix compiler warning and bug:-)
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Andrew Tridgellr19505: fixed a valgrind error
2007-10-10 Andrew Tridgellr19504: - fixed a free error in file_lines_parse
2007-10-10 Andrew Tridgellr18972: we don't need this now all builds in the build...
2007-10-10 Andrew Tridgellr18839: align all directory search blobs on an 8 byte...
2007-10-10 Volker Lendecker18686: Fix typo protocl->protocol
2007-10-10 Andrew Tridgellr18583: a nasty hack to allow me to monitor the number...
2007-10-10 Andrew Tridgellr18301: I discovered how to load the warnings from...
2007-10-10 Andrew Tridgellr18211: wct is not a size, so don't use size_t
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...
2007-10-10 Stefan Metzmacherr17361: check that file handles are only accessable
2007-10-10 Stefan Metzmacherr17360: add some comments
2007-10-10 Stefan Metzmacherr17341: pass a messaging context to auth_context_create()
2007-10-10 Andrew Bartlettr17297: Some compilers don't seem to like the ;;
2007-10-10 Stefan Metzmacherr17283: use the async calls of auth_check_password...
2007-10-10 Stefan Metzmacherr17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid...
2007-10-10 Stefan Metzmacherr17274: fix typos
2007-10-10 Stefan Metzmacherr17268: change the smb2 session setup to use the new...
2007-10-10 Simo Sorcer17206: Add a modular API for share configuration.
2007-10-10 Stefan Metzmacherr17084: implement SMB2 Cancel in the server,
2007-10-10 Stefan Metzmacherr17012: don't try to send any data when the socket...
2007-10-10 Stefan Metzmacherr17009: set the protocol version correct
2007-10-10 Stefan Metzmacherr16989: implement SMB2 Notify in the frontend
2007-10-10 Stefan Metzmacherr16980: - make struct smb_notify a union and add levels...
2007-10-10 Stefan Metzmacherr16979: - ntcancel should compare TID,UID,MID and PID
2007-10-10 Stefan Metzmacherr16950: remove the smb mid from the ntvfs layer and...
2007-10-10 Stefan Metzmacherr16923: remove unused substitude code
2007-10-10 Stefan Metzmacherr16918: the SMB2 Ioctls are sometimes called with a...
2007-10-10 Stefan Metzmacherr16913: better return the same values as vista beta2
2007-10-10 Stefan Metzmacherr16912: I messed up the numbers for ipc and print shares...
2007-10-10 Stefan Metzmacherr16911: the TID is only 32 bits...don't overwrite parts...
2007-10-10 Stefan Metzmacherr16910: - don't search the wildcard handle
2007-10-10 Stefan Metzmacherr16889: implement SMB2 Ioctl in the frontend
2007-10-10 Stefan Metzmacherr16875: implement SMB2 Find in the frontend
2007-10-10 Stefan Metzmacherr16872: when we know the data length we can preallocate...
2007-10-10 Stefan Metzmacherr16871: zero padding bytes
2007-10-10 Stefan Metzmacherr16870: copy over the status from the ntvfs request...
2007-10-10 Stefan Metzmacherr16869: - if we know the blob length, we can preallocat...
2007-10-10 Stefan Metzmacherr16834: split the level's of smb_search_first/smb_searc...
2007-10-10 Stefan Metzmacherr16815: split out search levels which are also used...
2007-10-10 Stefan Metzmacherr16740: just say the directory is empty
2007-10-10 Stefan Metzmacherr16738: vista beta2 use FILE_CLOSED as error for an...
2007-10-10 Stefan Metzmacherr16735: vista beta2 reuses the tcp connect where it...
2007-10-10 Stefan Metzmacherr16734: the 2 bytes after the opcode and before the...
2007-10-10 Stefan Metzmacherr16733: implement SMB2 SetInfo
2007-10-10 Stefan Metzmacherr16732: use the given macros
2007-10-10 Stefan Metzmacherr16731: send a better error code, required for vista...
2007-10-10 Stefan Metzmacherr16708: the packet format of SMB2 SessionSetup has...
2007-10-10 Stefan Metzmacherr16705: fix a bug found by valgrind...
2007-10-10 Stefan Metzmacherr16699: the layout of SMB2 Read and Write is identical...
2007-10-10 Stefan Metzmacherr16671: allow usage of smbsrv_pull_passthru_sfileinfo...
2007-10-10 Stefan Metzmacherr16670: try to match the vista error codes a bit more
2007-10-10 Stefan Metzmacherr16666: implement setting of security_descriptors via...
2007-10-10 Stefan Metzmacherr16621: split out passthru levels of setfileinfo
2007-10-10 Stefan Metzmacherr16568: add parsing code for SMB2 SetInfo
2007-10-10 Stefan Metzmacherr16520: move smb2srv_break_recv back to fileio.c
2007-10-10 Stefan Metzmacherr16467: implement SMB2 GetInfo server code
2007-10-10 Stefan Metzmacherr16466: for SMB2_ALL_EAS it's not valid for the ntvfs...
2007-10-10 Stefan Metzmacherr16464: split client and server min/max protocol settings
2007-10-10 Stefan Metzmacherr16457: fix typo
2007-10-10 Stefan Metzmacherr16456: return on error...
2007-10-10 Stefan Metzmacherr16450: fix the build...
2007-10-10 Stefan Metzmacherr16449: move some code to a generic place
2007-10-10 Stefan Metzmacherr16448: add more error checks
2007-10-10 Stefan Metzmacherr16444: - split out qfsinfo passthru levels
2007-10-10 Stefan Metzmacherr16443: add push code for SMB2 levels
2007-10-10 Stefan Metzmacherr16440: split out passthru level into a new functions,
2007-10-10 Stefan Metzmacherr16410: remove some warnings of talloc_steal() usage...
2007-10-10 Stefan Metzmacherr16407: add parsing code the SMB2 GetInfo in the server
2007-10-10 Stefan Metzmacherr16403: remove dependency to smbsrv_request next part...
2007-10-10 Stefan Metzmacherr16402: start to remove the dependecy to smbsrv_request...
2007-10-10 Stefan Metzmacherr16401: keep the old pointer when realloc fails, this...
2007-10-10 Stefan Metzmacherr16400: add more error checks
2007-10-10 Stefan Metzmacherr16399: - split out pushing smb_fsinfo into a DATA_BLOB
2007-10-10 Stefan Metzmacherr16357: - start get rid of void parsing functions
2007-10-10 Stefan Metzmacherr16023: we don't need a global variable here...
2007-10-10 Andrew Tridgellr15855: more talloc_set_destructor() typesafe fixes...
2007-10-10 Andrew Tridgellr15827: fixed a spelling error
2007-10-10 Stefan Metzmacherr15803: the SMB2 server gives NT_STATUS_NOT_FOUND inste...
2007-10-10 Stefan Metzmacherr15802: merge tridge's fix to the SMB2 server
next