summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r3667: Small COM fixesJelmer Vernooij2007-10-109-39/+70
* r3660: This simulates the logon sequence of a XP login session I'm currently ...Volker Lendecke2007-10-104-24/+1204
* r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell2007-10-105-5/+5
* r3657: More netlogon torture. We now test both function calls (SamLogon and ...Andrew Bartlett2007-10-101-43/+102
* r3656: allow easy testing of the "realloc changes the pointer" type of proble...Andrew Tridgell2007-10-101-0/+13
* r3655: As required by the new torture test, add the LM session key outputAndrew Bartlett2007-10-102-2/+10
* r3654: Add static and fix indentation.Andrew Bartlett2007-10-102-2/+2
* r3653: Move Interactive login tests up with the rest of the logon tests.Andrew Bartlett2007-10-101-71/+126
* r3652: Fix malloc-history dependent failures in smbtorture.Andrew Bartlett2007-10-101-6/+7
* r3651: Add a new configure option --with-eparserdirAndrew Bartlett2007-10-103-1/+32
* r3636: Fix python buildJelmer Vernooij2007-10-101-0/+1
* r3635: fixed the crash from the BASE-DISCONNECT testAndrew Tridgell2007-10-101-1/+2
* r3634: - fixed BASE-DISCONNECT test to force the async packets to be sent byAndrew Tridgell2007-10-101-0/+7
* r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell2007-10-109-14/+182
* r3632: added an index on "member" in default provision. This speeds up myAndrew Tridgell2007-10-101-0/+1
* r3631: a couple of tweaks to the talloc hierarchy for async requests inAndrew Tridgell2007-10-102-1/+3
* r3630: More work on DCOM server sideJelmer Vernooij2007-10-105-15/+46
* r3629: A bit of work on the DCOM server architecture, small fixesJelmer Vernooij2007-10-106-41/+95
* r3626: More minor DCOM fixesJelmer Vernooij2007-10-105-71/+48
* r3625: Couple of minor DCOM bugfixesJelmer Vernooij2007-10-104-63/+100
* r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell2007-10-109-59/+156
* r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell2007-10-1012-208/+310
* r3613: fixed a typoAndrew Tridgell2007-10-101-2/+2
* r3612: This appears to be the 'offical' way to initialise this struct.Andrew Bartlett2007-10-101-1/+1
* r3611: DCOM client support works!!Jelmer Vernooij2007-10-1011-22/+61
* r3610: prevent segv with heimdal and password krb5 initAndrew Tridgell2007-10-101-2/+5
* r3609: Lets spew out a few less error messages for tridge, and hope to getAndrew Bartlett2007-10-102-10/+3
* r3608: added BASE-DENYDOS testAndrew Tridgell2007-10-102-0/+126
* r3607: EnumDomainAlises doesn't take a max_size parameter.Tim Potter2007-10-101-1/+0
* r3606: More DCOM fixes:Jelmer Vernooij2007-10-109-48/+311
* r3602: Add looking up transport by endpoint protocolJelmer Vernooij2007-10-101-0/+16
* r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, properJelmer Vernooij2007-10-1010-72/+274
* r3600: fixed two debug typosAndrew Tridgell2007-10-101-2/+2
* r3599: fixed a couple of memory errors in the rpc netlogon serverAndrew Tridgell2007-10-102-2/+10
* r3598: hopefully fix the build on stratosAndrew Tridgell2007-10-101-0/+1
* r3597: implement a suggestion from abartlet. By taking a refernce to theAndrew Tridgell2007-10-101-1/+1
* r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left toAndrew Tridgell2007-10-101-1/+5
* r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell2007-10-105-6/+46
* r3594: continue conversion to __location__ from __LINE__ for error reportingAndrew Tridgell2007-10-101-9/+9
* r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...Andrew Tridgell2007-10-101-4/+6
* r3592: auto-cleanup the test.$$ log files in these test scripts on control-CAndrew Tridgell2007-10-103-0/+4
* r3591: to get a bit more useful info from valgrind I'm disabling theAndrew Tridgell2007-10-102-2/+2
* r3590: Add some more commands to rpcclient from a patch by jbm. AddTim Potter2007-10-102-6/+186
* r3589: Add some extra status codes.Tim Potter2007-10-101-0/+2
* r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...Tim Potter2007-10-102-3/+15
* r3587: Add status_codes.i as a dependencies for dcerpc.iTim Potter2007-10-101-1/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-1049-154/+186
* r3585: check sscanf return codeStefan Metzmacher2007-10-101-1/+5
* r3584: fix referral handlingStefan Metzmacher2007-10-102-5/+13
* r3583: - seperate the ldap client code and the ldap parsing codeStefan Metzmacher2007-10-106-665/+707