summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3633: - moved module init functions to after smb.conf and command lineAndrew Tridgell9-14/+182
2007-10-10r3632: added an index on "member" in default provision. This speeds up myAndrew Tridgell1-0/+1
2007-10-10r3631: a couple of tweaks to the talloc hierarchy for async requests inAndrew Tridgell2-1/+3
2007-10-10r3630: More work on DCOM server sideJelmer Vernooij5-15/+46
2007-10-10r3629: A bit of work on the DCOM server architecture, small fixesJelmer Vernooij6-41/+95
2007-10-10r3626: More minor DCOM fixesJelmer Vernooij5-71/+48
2007-10-10r3625: Couple of minor DCOM bugfixesJelmer Vernooij4-63/+100
2007-10-10r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell9-59/+156
2007-10-10r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell12-208/+310
2007-10-10r3613: fixed a typoAndrew Tridgell1-2/+2
2007-10-10r3612: This appears to be the 'offical' way to initialise this struct.Andrew Bartlett1-1/+1
2007-10-10r3611: DCOM client support works!!Jelmer Vernooij11-22/+61
2007-10-10r3610: prevent segv with heimdal and password krb5 initAndrew Tridgell1-2/+5
2007-10-10r3609: Lets spew out a few less error messages for tridge, and hope to getAndrew Bartlett2-10/+3
2007-10-10r3608: added BASE-DENYDOS testAndrew Tridgell2-0/+126
2007-10-10r3607: EnumDomainAlises doesn't take a max_size parameter.Tim Potter1-1/+0
2007-10-10r3606: More DCOM fixes:Jelmer Vernooij9-48/+311
2007-10-10r3602: Add looking up transport by endpoint protocolJelmer Vernooij1-0/+16
2007-10-10r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, properJelmer Vernooij10-72/+274
2007-10-10r3600: fixed two debug typosAndrew Tridgell1-2/+2
2007-10-10r3599: fixed a couple of memory errors in the rpc netlogon serverAndrew Tridgell2-2/+10
2007-10-10r3598: hopefully fix the build on stratosAndrew Tridgell1-0/+1
2007-10-10r3597: implement a suggestion from abartlet. By taking a refernce to theAndrew Tridgell1-1/+1
2007-10-10r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left toAndrew Tridgell1-1/+5
2007-10-10r3595: - fixed a talloc_free ordering problem on cleanup with pending requestsAndrew Tridgell5-6/+46
2007-10-10r3594: continue conversion to __location__ from __LINE__ for error reportingAndrew Tridgell1-9/+9
2007-10-10r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...Andrew Tridgell1-4/+6
2007-10-10r3592: auto-cleanup the test.$$ log files in these test scripts on control-CAndrew Tridgell3-0/+4
2007-10-10r3591: to get a bit more useful info from valgrind I'm disabling theAndrew Tridgell2-2/+2
2007-10-10r3590: Add some more commands to rpcclient from a patch by jbm. AddTim Potter2-6/+186
2007-10-10r3589: Add some extra status codes.Tim Potter1-0/+2
2007-10-10r3588: Fix bug in converting SIDs containing large unsigned integers from Pyt...Tim Potter2-3/+15
2007-10-10r3587: Add status_codes.i as a dependencies for dcerpc.iTim Potter1-1/+1
2007-10-10r3586: Fix some of the issues with the module init functions.Jelmer Vernooij49-154/+186
2007-10-10r3585: check sscanf return codeStefan Metzmacher1-1/+5
2007-10-10r3584: fix referral handlingStefan Metzmacher2-5/+13
2007-10-10r3583: - seperate the ldap client code and the ldap parsing codeStefan Metzmacher6-665/+707
2007-10-10r3582: more gcc-4.0 signedness fixesStefan Metzmacher1-5/+5
2007-10-10r3581: fix some signedness warnings with gcc-4.0Stefan Metzmacher1-2/+1
2007-10-10r3580: - on file overwrite in ntcreatex we need to replace the file permissions.Andrew Tridgell3-10/+26
2007-10-10r3579: with the gcc warning flag from abartlet we don't need sys_strftime()Andrew Tridgell2-12/+2
2007-10-10r3578: a couple of include changes that should help with FreeBSDAndrew Tridgell2-5/+5
2007-10-10r3577: add a torture_join_domain_ads_dc() function,Stefan Metzmacher1-0/+94
2007-10-10r3576: don't consider short share delay timeouts to be an error, so we canAndrew Tridgell1-2/+0
2007-10-10r3575: fixed attribute normalisation in xattr code. RAW-SEARCH now passes again.Andrew Tridgell2-1/+19
2007-10-10r3574: the RAW-OPEN test changes broke a couple of the other tests. ThisAndrew Tridgell9-71/+158
2007-10-10r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell7-58/+176
2007-10-10r3572: Thanks to tridge for his patience with my build breakage.Andrew Bartlett3-6/+9
2007-10-10r3571: rough guesses at what abartlet really wanted to do in his last commitAndrew Tridgell4-0/+16
2007-10-10r3570: Export the user's group list from ntlm_auth, via a new command 'UG'Andrew Bartlett1-2/+30