r18489: dlopen is so amazingly broken on linux
[kai/samba.git] / source4 / smb_server /
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
2007-10-10 Andrew Tridgellr15799: fixed the problem with BASE-DISCONNECT after...
2007-10-10 Andrew Tridgellr15796: this talloc_reference() was causing a memory...
2007-10-10 Stefan Metzmacherr15771: this should be a o32s32 blob
2007-10-10 Stefan Metzmacherr15770: when there's a dynamic body, we need to send...
2007-10-10 Stefan Metzmacherr15769: this functions belong to params/ so move it.
2007-10-10 Stefan Metzmacherr15760: - add RAW_READ_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs...
2007-10-10 Stefan Metzmacherr15757: - add RAW_WRITE_SMB2 => generic mapping
2007-10-10 Stefan Metzmacherr15754: - implement SMB2 Close
2007-10-10 Stefan Metzmacherr15753: implement SMB2 Create
2007-10-10 Stefan Metzmacherr15751: thanks to talloc_get_type() I noticed that...
2007-10-10 Stefan Metzmacherr15749: - pass in a dummy oplock callback
2007-10-10 Stefan Metzmacherr15748: - implement SMB2 TreeConnect server code
2007-10-10 Stefan Metzmacherr15747: move some functions to the protocol independend...
2007-10-10 Stefan Metzmacherr15746: - reorder elements of smb2srv_request
2007-10-10 Stefan Metzmacherr15745: - reorder the elements of smbsrv_request
2007-10-10 Stefan Metzmacherr15743: use union smb_tcon
2007-10-10 Stefan Metzmacherr15742: use union smb_sessetup
2007-10-10 Stefan Metzmacherr15741: move smb2 request structures into the main...
2007-10-10 Stefan Metzmacherr15739: return False when the function is called with...
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr15718: - split the SMBflush with the 0xFFFF wildcard...
2007-10-10 Stefan Metzmacherr15715: add my copyright
2007-10-10 Stefan Metzmacherr15714: fix async handling of ntioctl calls and push...
2007-10-10 Stefan Metzmacherr15711: - make use of nttrans_setup_reply()
2007-10-10 Stefan Metzmacherr15710: - we no longer need to set the nttrans out...
next