summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10946: Use the right name for the remote workstation, and always initialise it.Andrew Bartlett2-4/+7
2007-10-10r10588: Remove more unused files, macrosJelmer Vernooij1-2/+0
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10513: Reduce some use of pstring. The main reason some parts of the code stillJelmer Vernooij1-0/+3
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-0/+5
2007-10-10r10256: Fix some unhandled enumeration warnings. There's one still left,Tim Potter1-0/+15
2007-10-10r9321: Fix potential bug found by Coverity. src_len has to be int but later w...Alexander Bokovoy1-5/+5
2007-10-10r8893: fixed the valgrind error on stream termination due to prototol errorsAndrew Tridgell2-4/+12
2007-10-10r8811: Fix the build..Jelmer Vernooij1-0/+1
2007-10-10r8706: My previous patch oversimplied the previous change to session setup -Andrew Bartlett1-3/+14
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-54/+59
2007-10-10r8658: move use of lp_security() and lp_nt_status_support() into the connecti...Andrew Tridgell3-2/+10
2007-10-10r8627: fixed a big memory leak in the spnego gensec code in sessionAndrew Tridgell1-2/+3
2007-10-10r8577: added management calls to list current tree connectsAndrew Tridgell3-0/+36
2007-10-10r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell5-4/+101
2007-10-10r8527: found an uninitialised variable in 'make valgrindtest'Andrew Tridgell1-10/+11
2007-10-10r8487: kfixed a typoAndrew Tridgell1-1/+1
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell1-0/+3
2007-10-10r8119: fixed two error code returns in the smb server now that we haveAndrew Tridgell2-2/+2
2007-10-10r8028: fix a crash bug in ulogoff, when the tree_connect failed beforeStefan Metzmacher1-0/+4
2007-10-10r7857: improved the handling of end-of-file on sockets in the smb serverAndrew Tridgell1-2/+8
2007-10-10r7782: fixed an ordering problem with smb requests. I found this when I had "...Andrew Tridgell2-0/+16
2007-10-10r7676: Make VUID and TID choice random, as this gives us protection againstAndrew Bartlett2-2/+2
2007-10-10r7675: Use correct memory context for anonymous session setup auth contextAndrew Bartlett1-2/+2
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2-4/+11
2007-10-10r7631: - remove unused function, as the disgn of samba4 doesn't allow the old...Stefan Metzmacher1-39/+2
2007-10-10r7523: blerghAndrew Tridgell1-1/+6
2007-10-10r7510: fixed error code for using a bad tid.Andrew Tridgell1-1/+1
2007-10-10r7222: remove double call to the same function in the same place, probable cu...Simo Sorce1-6/+0
2007-10-10r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell1-1/+1
2007-10-10r6313: Much better handling of LogoffAndX when the vuid is invalid (ie, don'tAndrew Bartlett1-12/+14
2007-10-10r6312: Metze reminds me this header is no longer required.Andrew Bartlett1-1/+0
2007-10-10r6310: Rename password.c to session.c, and remove the linked list of allAndrew Bartlett3-7/+3
2007-10-10r6309: Remove this file it is empty and unreferenced. (In preperation forAndrew Bartlett1-29/+0
2007-10-10r6270: Move the VUID handling to a IDR tree. This should avoid O(n)Andrew Bartlett4-119/+157
2007-10-10r6031: don't try to send errors when the socket has been destroyedAndrew Tridgell1-0/+5
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2-7/+7
2007-10-10r5899: Fix spelling.Andrew Bartlett1-1/+1
2007-10-10r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2-3/+4
2007-10-10r5294: - added a separate NBT-WINS test for WINS operations (register, refres...Andrew Tridgell1-1/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2-2/+2
2007-10-10r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell1-5/+5
2007-10-10r5193: make sure we mark the event dead when we free it on a dead connectionAndrew Tridgell1-0/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell2-3/+3
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell7-111/+68
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell6-21/+21
2007-10-10r4927: parse the NBT session request in the smb server. This gets rid of thatAndrew Tridgell2-7/+45
2007-10-10r4819: its just not my day today ....Andrew Tridgell1-0/+1
2007-10-10r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell1-4/+1
2007-10-10r4730: remove unused struct elementsStefan Metzmacher1-38/+1