summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r10256: Fix some unhandled enumeration warnings. There's one still left,Tim Potter2007-10-101-0/+15
* r9321: Fix potential bug found by Coverity. src_len has to be int but later w...Alexander Bokovoy2007-10-101-5/+5
* r8893: fixed the valgrind error on stream termination due to prototol errorsAndrew Tridgell2007-10-102-4/+12
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8706: My previous patch oversimplied the previous change to session setup -Andrew Bartlett2007-10-101-3/+14
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-54/+59
* r8658: move use of lp_security() and lp_nt_status_support() into the connecti...Andrew Tridgell2007-10-103-2/+10
* r8627: fixed a big memory leak in the spnego gensec code in sessionAndrew Tridgell2007-10-101-2/+3
* r8577: added management calls to list current tree connectsAndrew Tridgell2007-10-103-0/+36
* r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell2007-10-105-4/+101
* r8527: found an uninitialised variable in 'make valgrindtest'Andrew Tridgell2007-10-101-10/+11
* r8487: kfixed a typoAndrew Tridgell2007-10-101-1/+1
* r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2007-10-101-0/+3
* r8119: fixed two error code returns in the smb server now that we haveAndrew Tridgell2007-10-102-2/+2
* r8028: fix a crash bug in ulogoff, when the tree_connect failed beforeStefan Metzmacher2007-10-101-0/+4
* r7857: improved the handling of end-of-file on sockets in the smb serverAndrew Tridgell2007-10-101-2/+8
* r7782: fixed an ordering problem with smb requests. I found this when I had "...Andrew Tridgell2007-10-102-0/+16
* r7676: Make VUID and TID choice random, as this gives us protection againstAndrew Bartlett2007-10-102-2/+2
* r7675: Use correct memory context for anonymous session setup auth contextAndrew Bartlett2007-10-101-2/+2
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-102-4/+11
* r7631: - remove unused function, as the disgn of samba4 doesn't allow the old...Stefan Metzmacher2007-10-101-39/+2
* r7523: blerghAndrew Tridgell2007-10-101-1/+6
* r7510: fixed error code for using a bad tid.Andrew Tridgell2007-10-101-1/+1
* r7222: remove double call to the same function in the same place, probable cu...Simo Sorce2007-10-101-6/+0
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-101-1/+1
* r6313: Much better handling of LogoffAndX when the vuid is invalid (ie, don'tAndrew Bartlett2007-10-101-12/+14
* r6312: Metze reminds me this header is no longer required.Andrew Bartlett2007-10-101-1/+0
* r6310: Rename password.c to session.c, and remove the linked list of allAndrew Bartlett2007-10-103-7/+3
* r6309: Remove this file it is empty and unreferenced. (In preperation forAndrew Bartlett2007-10-101-29/+0
* r6270: Move the VUID handling to a IDR tree. This should avoid O(n)Andrew Bartlett2007-10-104-119/+157
* r6031: don't try to send errors when the socket has been destroyedAndrew Tridgell2007-10-101-0/+5
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-102-7/+7
* r5899: Fix spelling.Andrew Bartlett2007-10-101-1/+1
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-102-3/+4
* r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell2007-10-101-1/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-102-2/+2
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-101-5/+5
* r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell2007-10-101-0/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-102-3/+3
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-107-111/+68
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-106-21/+21
* r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2007-10-102-7/+45
* r4819: its just not my day today ....Andrew Tridgell2007-10-101-0/+1
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-101-4/+1
* r4730: remove unused struct elementsStefan Metzmacher2007-10-101-38/+1
* r4728: split up server_services into:Stefan Metzmacher2007-10-105-106/+35
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-105-66/+33
* r4684: the smbsrv code should not know about rpc stuffStefan Metzmacher2007-10-102-5/+0
* r4620: - add interface functions to the auth subsystem so that callers doesn'...Stefan Metzmacher2007-10-102-55/+70
* r4611: - renamed add_socket() to smb_add_socket() as that is less confusingAndrew Tridgell2007-10-101-10/+6