r16402: start to remove the dependecy to smbsrv_request from the parsing functions
[ira/wip.git] / source / smb_server /
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...
2007-10-10 Stefan Metzmacherr15709: - return an error is better than ignoring a...
2007-10-10 Stefan Metzmacherr15708: setup count is 8bit and param_count and data_co...
2007-10-10 Stefan Metzmacherr15656: for NT IOCTL's we need to control the max_data...
2007-10-10 Stefan Metzmacherr15640: - NT IOCTL calls also have an 'in' data_blob
2007-10-10 Stefan Metzmacherr15535: fix the build
2007-10-10 Stefan Metzmacherr15533: with this vista does a fine SMB2 TreeConnect...
2007-10-10 Stefan Metzmacherr15532: add a BOOL body_dynamic_present, because the...
2007-10-10 Jelmer Vernooijr15371: Revert some of my previous patch as it was...
2007-10-10 Jelmer Vernooijr15370: Fix more dependencies for shared libs
2007-10-10 Jelmer Vernooijr15314: Fix recursive dependency hack for static libs...
2007-10-10 Jelmer Vernooijr15313: Fix some dependencies in dso mode
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 Jelmer Vernooijr14997: Fix build of static libraries. Libraries build...
2007-10-10 Andrew Tridgellr14937: fix a crash that can be caused by a notify...
2007-10-10 Andrew Tridgellr14807: fixed the format of notify responses (forgot...
2007-10-10 Stefan Metzmacherr14739: keep the last request time for the smbsrv_conne...
2007-10-10 Stefan Metzmacherr14736: - the ntvfs subsystem should not know about...
2007-10-10 Stefan Metzmacherr14733: SMBtdis needs a TCON and doesn't need a SESSION,
2007-10-10 Stefan Metzmacherr14647: be a bit less verbose on common stuff
2007-10-10 Stefan Metzmacherr14644: fix SMBecho, used by w2k clients, failing this,
2007-10-10 Stefan Metzmacherr14638: we need to call smbsrv_setup_reply() before...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Stefan Metzmacherr14541: separate smbsrv_request and ntvfs_request,
2007-10-10 Andrew Tridgellr14539: get rid of a pointless union layer in struct...
2007-10-10 Stefan Metzmacherr14538: ok, I have better used make valgrindtest my...
2007-10-10 Stefan Metzmacherr14526: fix the size of the output buffer, we need...
2007-10-10 Stefan Metzmacherr14523: make async search request possible
2007-10-10 Jelmer Vernooijr14511: Install more headers
2007-10-10 Stefan Metzmacherr14504: make trans and trans2 able to use async ntvfs...
2007-10-10 Andrew Bartlettr14502: Supply both needed arguments for the backend...
2007-10-10 Stefan Metzmacherr14487: split smbsrv_request into two parts, one will...
2007-10-10 Stefan Metzmacherr14485: mark smb commands as need session and need...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14456: don't access the smbsrv_tcon inside the ntvfs...
2007-10-10 Stefan Metzmacherr14447: remove unused stuff
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Andrew Tridgellr14208: removed use of req->flags2 inside the ntvfs...
2007-10-10 Stefan Metzmacherr14205: move smb specific stuff out of includes.h ...
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Andrew Tridgellr14142: fixed ascii padding of nttrans create in server too
2007-10-10 Stefan Metzmacherr14096: setup a service task for smbsrv and dcesrv
2007-10-10 Stefan Metzmacherr14079: I just found the setproctitle library from...
2007-10-10 Stefan Metzmacherr14041: be a bit less verbose
2007-10-10 Andrew Tridgellr14016: use type safe talloc when constructing operatio...
2007-10-10 Andrew Tridgellr14013: added construction of the notify reply buffer...
2007-10-10 Andrew Tridgellr14011: - added a ntvfs_notify op to allow backends...
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Stefan Metzmacherr13937: fix the build
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13911: Make these debug messages clearer.
2007-10-10 Stefan Metzmacherr13877: remove smbsrv_send_dos_error() and use smbsrv_s...
2007-10-10 Stefan Metzmacherr13872: fix typo
2007-10-10 Stefan Metzmacherr13870: prefix more functions with smbsrv_
2007-10-10 Stefan Metzmacherr13868: remove useless talloc_free() wrapper
2007-10-10 Stefan Metzmacherr13866: prefix more functions with smbsrv_
2007-10-10 Stefan Metzmacherr13865: prefix functions with smbsrv_
2007-10-10 Stefan Metzmacherr13863: this can be static...
2007-10-10 Stefan Metzmacherr13862: rename chain_reply -> smbsrv_chain_reply
next