Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11759: fix up the SEC_SHARE handling, when we want to support that later | Stefan Metzmacher | 3 | -16/+14 |
2007-10-10 | r11757: make smb_server.c independent from the protocol | Stefan Metzmacher | 3 | -608/+637 |
2007-10-10 | r11746: revert my last commits, I now understand how we decide between | Stefan Metzmacher | 3 | -3/+3 |
2007-10-10 | r11745: one more check for a valid session | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11744: make sure the session is completed authenticated!!! | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r11724: - move checks packet size and protocol version, | Stefan Metzmacher | 1 | -53/+54 |
2007-10-10 | r11713: separate out the setting of the fde in the packet context from the | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r11650: - as every call that goes down to the ntvfs layer need a valid tcon a... | Stefan Metzmacher | 2 | -9/+51 |
2007-10-10 | r11646: fix typos | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11643: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11641: remove unused parameter vuid | Stefan Metzmacher | 1 | -8/+3 |
2007-10-10 | r11640: just a nicer format, and make adding more special cases easier | Stefan Metzmacher | 1 | -5/+8 |
2007-10-10 | r11637: we need a session and a tcon for ntioctl() and ntrename() | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r11621: some minor fixes from comments by metze | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r11607: switched the smb server to use the generic packet send code | Andrew Tridgell | 3 | -51/+13 |
2007-10-10 | r11603: converted the smb server to use the new generic packet code | Andrew Tridgell | 3 | -101/+36 |
2007-10-10 | r11367: Ensure to intialise the new logon_parameters (0 for session setups). | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -14/+14 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 | Andrew Bartlett | 3 | -6/+28 |
2007-10-10 | r11120: calling_name is used later in sesssetup_nt1, so hang the names to the... | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r10946: Use the right name for the remote workstation, and always initialise it. | Andrew Bartlett | 2 | -4/+7 |
2007-10-10 | r10588: Remove more unused files, macros | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10513: Reduce some use of pstring. The main reason some parts of the code still | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r10256: Fix some unhandled enumeration warnings. There's one still left, | Tim Potter | 1 | -0/+15 |
2007-10-10 | r9321: Fix potential bug found by Coverity. src_len has to be int but later w... | Alexander Bokovoy | 1 | -5/+5 |
2007-10-10 | r8893: fixed the valgrind error on stream termination due to prototol errors | Andrew Tridgell | 2 | -4/+12 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r8706: My previous patch oversimplied the previous change to session setup - | Andrew Bartlett | 1 | -3/+14 |
2007-10-10 | r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the | Andrew Bartlett | 1 | -54/+59 |
2007-10-10 | r8658: move use of lp_security() and lp_nt_status_support() into the connecti... | Andrew Tridgell | 3 | -2/+10 |
2007-10-10 | r8627: fixed a big memory leak in the spnego gensec code in session | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r8577: added management calls to list current tree connects | Andrew Tridgell | 3 | -0/+36 |
2007-10-10 | r8574: added server side irpc calls for listing the current sessions | Andrew Tridgell | 5 | -4/+101 |
2007-10-10 | r8527: found an uninitialised variable in 'make valgrindtest' | Andrew Tridgell | 1 | -10/+11 |
2007-10-10 | r8487: kfixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8272: added the hooks for adding a name to a messaging context, so we will | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8119: fixed two error code returns in the smb server now that we have | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r8028: fix a crash bug in ulogoff, when the tree_connect failed before | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r7857: improved the handling of end-of-file on sockets in the smb server | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r7782: fixed an ordering problem with smb requests. I found this when I had "... | Andrew Tridgell | 2 | -0/+16 |
2007-10-10 | r7676: Make VUID and TID choice random, as this gives us protection against | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r7675: Use correct memory context for anonymous session setup auth context | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 2 | -4/+11 |
2007-10-10 | r7631: - remove unused function, as the disgn of samba4 doesn't allow the old... | Stefan Metzmacher | 1 | -39/+2 |
2007-10-10 | r7523: blergh | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r7510: fixed error code for using a bad tid. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7222: remove double call to the same function in the same place, probable cu... | Simo Sorce | 1 | -6/+0 |