r13637: Adding more netr_UserFlags.
[samba.git] / source / smb_server /
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...
2007-10-10 Stefan Metzmacherr11637: we need a session and a tcon for ntioctl()...
2007-10-10 Andrew Tridgellr11621: some minor fixes from comments by metze
2007-10-10 Andrew Tridgellr11607: switched the smb server to use the generic...
2007-10-10 Andrew Tridgellr11603: converted the smb server to use the new generic...
2007-10-10 Andrew Bartlettr11367: Ensure to intialise the new logon_parameters...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Andrew Bartlettr11200: Reposition the creation of the kerberos keytab...
2007-10-10 Volker Lendecker11120: calling_name is used later in sesssetup_nt1...
2007-10-10 Andrew Bartlettr10946: Use the right name for the remote workstation...
2007-10-10 Jelmer Vernooijr10588: Remove more unused files, macros
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Jelmer Vernooijr10513: Reduce some use of pstring. The main reason...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Tim Potterr10256: Fix some unhandled enumeration warnings. There...
2007-10-10 Alexander Bokovoyr9321: Fix potential bug found by Coverity. src_len...
2007-10-10 Andrew Tridgellr8893: fixed the valgrind error on stream termination...
2007-10-10 Jelmer Vernooijr8811: Fix the build..
2007-10-10 Andrew Bartlettr8706: My previous patch oversimplied the previous...
2007-10-10 Andrew Bartlettr8700: Propmted by tridge's need to do plaintext auth...
2007-10-10 Andrew Tridgellr8658: move use of lp_security() and lp_nt_status_suppo...
2007-10-10 Andrew Tridgellr8627: fixed a big memory leak in the spnego gensec...
2007-10-10 Andrew Tridgellr8577: added management calls to list current tree...
2007-10-10 Andrew Tridgellr8574: added server side irpc calls for listing the...
2007-10-10 Andrew Tridgellr8527: found an uninitialised variable in 'make valgrin...
2007-10-10 Andrew Tridgellr8487: kfixed a typo
2007-10-10 Andrew Tridgellr8272: added the hooks for adding a name to a messaging...
2007-10-10 Andrew Tridgellr8119: fixed two error code returns in the smb server...
2007-10-10 Stefan Metzmacherr8028: fix a crash bug in ulogoff, when the tree_connec...
2007-10-10 Andrew Tridgellr7857: improved the handling of end-of-file on sockets...
2007-10-10 Andrew Tridgellr7782: fixed an ordering problem with smb requests...
2007-10-10 Andrew Bartlettr7676: Make VUID and TID choice random, as this gives...
2007-10-10 Andrew Bartlettr7675: Use correct memory context for anonymous session...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Stefan Metzmacherr7631: - remove unused function, as the disgn of samba4...
2007-10-10 Andrew Tridgellr7523: blergh
2007-10-10 Andrew Tridgellr7510: fixed error code for using a bad tid.
2007-10-10 Simo Sorcer7222: remove double call to the same function in the...
2007-10-10 Andrew Tridgellr6342: fixed a bad union assumption that caused ACLs...
2007-10-10 Andrew Bartlettr6313: Much better handling of LogoffAndX when the...
2007-10-10 Andrew Bartlettr6312: Metze reminds me this header is no longer required.
2007-10-10 Andrew Bartlettr6310: Rename password.c to session.c, and remove the...
2007-10-10 Andrew Bartlettr6309: Remove this file it is empty and unreferenced...
2007-10-10 Andrew Bartlettr6270: Move the VUID handling to a IDR tree. This...
2007-10-10 Andrew Tridgellr6031: don't try to send errors when the socket has...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Bartlettr5899: Fix spelling.
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5294: - added a separate NBT-WINS test for WINS operat...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5193: make sure we mark the event dead when we free...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
next