summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner2-34/+129
2007-10-10r24738: Fix one more use of pwrite in tdb code in the spirit of r23972 and r2...Michael Adam1-6/+25
2007-10-10r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...Günther Deschner4-99/+138
2007-10-10r24734: Move nss_err_str() to a more public place.Günther Deschner3-19/+21
2007-10-10r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torture...Günther Deschner2-0/+198
2007-10-10r24722: Squashed commit of the following:Gerald Carter4-3/+127
2007-10-10r24714: Fix confusing indent.Günther Deschner1-6/+7
2007-10-10r24713: Fix obvious error in enum_dom_groups. We were returning NT_STATUS_OK ...Günther Deschner1-2/+1
2007-10-10r24711: Remove unused talloc context from query_user_list rpc.Günther Deschner1-7/+0
2007-10-10r24702: Remove the old API pointersVolker Lendecke8-537/+337
2007-10-10r24701: Fix the swat buildVolker Lendecke3-6/+35
2007-10-10r24699: Actually write 24 zeros instead of zero 24's...Volker Lendecke1-1/+1
2007-10-10r24661: Fix some obvious diffs between 3_2 and 3_2_0Volker Lendecke1-3/+5
2007-10-10r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke3-16/+15
2007-10-10r24654: Adapt to coding conventions.Günther Deschner1-21/+25
2007-10-10r24649: Attempt to fix bug 4917. Simo, please check!Volker Lendecke1-2/+2
2007-10-10r24639: Add parameter "directory name cache size" - parameterizeJeremy Allison2-21/+41
2007-10-10r24638: Remove redundent setting of vuid.Jeremy Allison1-3/+1
2007-10-10r24637: In order for "net rpc registry" to be able to write toMichael Adam1-4/+7
2007-10-10r24636: Raise one debug level, since the callers (that want to do so)Michael Adam1-1/+1
2007-10-10r24632: Fix build warnings.Günther Deschner1-2/+2
2007-10-10r24630: Store Samba configuratin options only under the default name, not as ...Michael Adam1-3/+152
2007-10-10r24629: Make read_sock return the total number of bytes read insteadMichael Adam1-3/+3
2007-10-10r24627: merge from SAMBA_4_0:Stefan Metzmacher1-2/+12
2007-10-10r24625: add '-D' option to winbinddStefan Metzmacher1-0/+1
2007-10-10r24621: - deferr calling build_options();exit(0);Stefan Metzmacher3-9/+16
2007-10-10r24618: move printing out the version string and exit()Stefan Metzmacher1-3/+12
2007-10-10r24616: In set_boolean(), only pass the result back to the callerMichael Adam1-1/+2
2007-10-10r24615: Say for which domain the getdcname request failed.Günther Deschner1-1/+2
2007-10-10r24610: Add a debug message that the workaround has been activated...Michael Adam1-0/+2
2007-10-10r24609: Fix the fix of r23668 for win2k giving one zero byteMichael Adam1-1/+1
2007-10-10r24605: remove some stuff samba3 doesn't need any moreStefan Metzmacher3-79/+0
2007-10-10r24603: In case of error we need to free prefix_cache otherwise on re-init th...Simo Sorce1-0/+1
2007-10-10r24602: Add function lp_string_is_valid_boolean() to check if a stringMichael Adam1-2/+18
2007-10-10r24601: Fix if statements where we still expected cli_connect() to return BOOL.Lars Müller2-2/+2
2007-10-10r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher3-6/+23
2007-10-10r24597: - talloc request structure for the samba3 server bindingsStefan Metzmacher12-7435/+9997
2007-10-10r24595: Fix Coverity ID 393Volker Lendecke1-2/+1
2007-10-10r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher13-371/+376
2007-10-10r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2-191/+271
2007-10-10r24589: Refactor our vuid code so that we keep the sameJeremy Allison3-176/+245
2007-10-10r24584: Merge all pam post-processing code (in particular all extra_data code...Günther Deschner1-147/+179
2007-10-10r24583: Make sure we don't accept invalid request options.Günther Deschner1-0/+41
2007-10-10r24579: Merge error reporting to the end of winbindd_pam_auth().Günther Deschner1-16/+14
2007-10-10r24578: Fix build warning.Günther Deschner1-1/+1
2007-10-10r24573: Fix build without LDAP. Thanks Volker for pointing this out.Günther Deschner3-16/+13
2007-10-10r24572: Allow for functions map_parameter_canonical() and is_synonym_of() toMichael Adam1-11/+33
2007-10-10r24571: Only look at errno if the close call actually failedVolker Lendecke1-1/+4
2007-10-10r24564: regenerate after pidl changes...Stefan Metzmacher12-12/+0
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher53-1192/+1192