summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r17612: Modify NTLMSSP session code so that it doesn't storeJeremy Allison2007-10-103-41/+86
* r17610: Added the ability for firefox to drive the winbinddJeremy Allison2007-10-109-15/+448
* r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff.Volker Lendecke2007-10-1035-45/+631
* r17606: Introduce krb5_to_ntstatus.Volker Lendecke2007-10-102-18/+54
* r17605: Some C++ warningsVolker Lendecke2007-10-1010-43/+63
* r17604: Fix a bug caught by g++.Volker Lendecke2007-10-101-1/+1
* r17603: Make net_ads_join_ok return NTSTATUS.Volker Lendecke2007-10-101-7/+12
* r17602: Make check_ads_config return NTSTATUS, set some error codes in net_ad...Volker Lendecke2007-10-101-10/+18
* r17595: Fix from Ben Winslow <rain@bluecherry.net> to allowJeremy Allison2007-10-101-0/+4
* r17592: Remove some unused functions pointed out by John E. Malmberg, makeVolker Lendecke2007-10-102-235/+46
* r17591: machine_account is unused, and ctx must be freed. Thanks MichaelVolker Lendecke2007-10-101-3/+2
* r17590: Some C++ WarningsVolker Lendecke2007-10-103-16/+16
* r17589: Check in the really uncontroversial patch from MichaelVolker Lendecke2007-10-101-0/+5
* r17585: Don't let ads_status throw away the error information.Volker Lendecke2007-10-101-38/+45
* r17584: Some C++ WarningsVolker Lendecke2007-10-105-10/+10
* r17583: Change internal cli_session_setup functions to NTSTATUS.Volker Lendecke2007-10-101-47/+56
* r17573: Fix typoVolker Lendecke2007-10-101-1/+1
* r17572: Fix the buildVolker Lendecke2007-10-101-5/+5
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-1012-129/+148
* r17569: Make 'max smbd processes' more robust. Counting on the child to decre...Volker Lendecke2007-10-104-88/+78
* r17568: Reformatting -- more than 100 cols is too much :-)Volker Lendecke2007-10-101-3/+6
* r17557: Change net_join_domain to return NTSTATUS instead of int.Volker Lendecke2007-10-101-15/+16
* r17556: Remove duplicate entries. Thanks to Michael Adam <ma@sernet.de>Volker Lendecke2007-10-101-2/+0
* r17555: CleanupVolker Lendecke2007-10-101-340/+0
* r17554: CleanupVolker Lendecke2007-10-1021-1513/+595
* r17552: Attempt to fix tdb transactions on IRIXVolker Lendecke2007-10-101-0/+1
* r17551: Move some DEBUG to d_printf in interactive functions and returnVolker Lendecke2007-10-102-8/+11
* r17550: Fix a few bugs in the tdb_multikey code. Thanks to tridge for pointin...Volker Lendecke2007-10-102-5/+5
* r17541: When returning a trans2 request, if the "max dataJeremy Allison2007-10-104-27/+47
* r17536: Add a debug message citing the reason why an LDAP connection failed, ...Volker Lendecke2007-10-101-0/+5
* r17535: Reformatting, this had many tabs instead of ^$Volker Lendecke2007-10-101-6/+6
* r17496: net groupmap add could add uninitialized sid_name_typeJeremy Allison2007-10-101-10/+27
* r17477: Add talloc_asprintf_len and make use of it.Volker Lendecke2007-10-102-6/+49
* r17470: This is the group mapping rewrite announced a few days ago. I'm afrai...Volker Lendecke2007-10-102-307/+475
* r17469: remove unused variableSimo Sorce2007-10-101-1/+0
* r17468: To minimize the diff later on, pre-commit some changes independently:...Volker Lendecke2007-10-106-131/+125
* r17465: Get rid of add_initial_entry. In the two places it was called in it s...Volker Lendecke2007-10-103-63/+40
* r17464: Ensure we use a hash16 data type, not a string,Jeremy Allison2007-10-101-3/+45
* r17463: A bit of cleanup work:Volker Lendecke2007-10-1010-121/+52
* r17462: Fix a cut&paste bug that caused us to return a null SID on some error...Simo Sorce2007-10-101-0/+6
* r17461: Ensure we never save a NULL SID mapping. || should be &&.Jeremy Allison2007-10-101-1/+1
* r17460: First step at fixing the build breakage with the groupmapping test. O...Volker Lendecke2007-10-101-0/+1
* r17459: As by Jerry's word commit this without his review.Simo Sorce2007-10-106-50/+246
* r17457: Add a test to do some operations on group mapping.Volker Lendecke2007-10-107-171/+625
* r17454: Adding dfs_EnumEx for rpcclient (Samba4 IDL to follow).Günther Deschner2007-10-104-4/+136
* r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner2007-10-107-29/+24
* r17452: Some C++ warningsVolker Lendecke2007-10-103-8/+9
* r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as anVolker Lendecke2007-10-1010-40/+39
* r17446: Fix some C++ warnings and two memleaks found by Coverity, IDs 304 and...Volker Lendecke2007-10-101-7/+13
* r17439: Fix logic error in checking TALLOC return. Spotted by Volker.Jeremy Allison2007-10-101-1/+1