r14996: Fix compilation of gencache
[bbaumbach/samba-autobuild/.git] / source4 / smb_server /
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
2007-10-10 Stefan Metzmacherr13860: - add support for SMB2 ("SMB 2.001") negotiatio...
2007-10-10 Stefan Metzmacherr13858: - use req_pull_ascii4() instead of doing strlen...
2007-10-10 Stefan Metzmacherr13857: add "Windows for Workgroups 3.1a" support to...
2007-10-10 Andrew Tridgellr13856: fixed a misleading comment
2007-10-10 Jelmer Vernooijr13658: More moving around of files:
2007-10-10 Stefan Metzmacherr13620: initialize the CMD with 0 too
2007-10-10 Andrew Bartlettr13403: Try to better handle a case where SPNEGO isn...
2007-10-10 Andrew Bartlettr13204: Remove extra newline we don't need.
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Jelmer Vernooijr12801: Some more include/ cleanups (remove unused...
2007-10-10 Stefan Metzmacherr12725: some minor updates
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr12126: get rid of the local ->terminate hacks, we...
2007-10-10 Stefan Metzmacherr12115: bring SMB sesssetup_spnego in sync with SMB2...
2007-10-10 Stefan Metzmacherr12113: in SMB2 we should only allocate a new session
2007-10-10 Stefan Metzmacherr12102: for SMB2 we need to allocate tcons per session
2007-10-10 Stefan Metzmacherr12095: the most SMB2 opcodes need a valid session...
2007-10-10 Stefan Metzmacherr12094: - implement dummy smb2srv_tcon()
2007-10-10 Stefan Metzmacherr12093: add missing file
2007-10-10 Stefan Metzmacherr12092: - add dummy functions for the missing SMB2...
2007-10-10 Stefan Metzmacherr12091: the SMB2 specific level are not available via SMB
2007-10-10 Andrew Tridgellr12082: fixed a valgrind error found by kukks in the...
2007-10-10 Andrew Bartlettr11992: Potentially allow SPNEGO to be disabled (as...
2007-10-10 Tim Potterr11968: More warning fixes. We're on track to getting...
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Stefan Metzmacherr11789: - add the start of a SMB2 server
2007-10-10 Stefan Metzmacherr11788: remove unused header files
2007-10-10 Stefan Metzmacherr11787: add missing file
2007-10-10 Stefan Metzmacherr11786: move all SMB protocol specific stuff to smb_ser...
2007-10-10 Stefan Metzmacherr11785: rename conn.c into tcon.c
2007-10-10 Stefan Metzmacherr11783: - make the VIUD field in smbsrv_session 64bit...
2007-10-10 Stefan Metzmacherr11782: - make the TID 32bit in the smbsrv_tcon structu...
2007-10-10 Stefan Metzmacherr11781: rename tree to tcons to match the sessions...
2007-10-10 Stefan Metzmacherr11778: - remove unused memory contexts as req is alrea...
2007-10-10 Stefan Metzmacherr11774: - move SMB specific initialisation of the smbsr...
2007-10-10 Stefan Metzmacherr11759: fix up the SEC_SHARE handling, when we want...
2007-10-10 Stefan Metzmacherr11757: make smb_server.c independent from the protocol
2007-10-10 Stefan Metzmacherr11746: revert my last commits, I now understand how...
2007-10-10 Stefan Metzmacherr11745: one more check for a valid session
2007-10-10 Stefan Metzmacherr11744: make sure the session is completed authenticated!!!
2007-10-10 Stefan Metzmacherr11724: - move checks packet size and protocol version,
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Stefan Metzmacherr11650: - as every call that goes down to the ntvfs...
2007-10-10 Stefan Metzmacherr11646: fix typos
2007-10-10 Stefan Metzmacherr11643: fix compiler warnings
2007-10-10 Stefan Metzmacherr11641: remove unused parameter vuid
2007-10-10 Stefan Metzmacherr11640: just a nicer format, and make adding more speci...
next