summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r24630: Store Samba configuratin options only under the default name, not as ...Michael Adam2007-10-101-3/+152
* r24629: Make read_sock return the total number of bytes read insteadMichael Adam2007-10-101-3/+3
* r24627: merge from SAMBA_4_0:Stefan Metzmacher2007-10-101-2/+12
* r24625: add '-D' option to winbinddStefan Metzmacher2007-10-101-0/+1
* r24621: - deferr calling build_options();exit(0);Stefan Metzmacher2007-10-103-9/+16
* r24618: move printing out the version string and exit()Stefan Metzmacher2007-10-101-3/+12
* r24616: In set_boolean(), only pass the result back to the callerMichael Adam2007-10-101-1/+2
* r24615: Say for which domain the getdcname request failed.Günther Deschner2007-10-101-1/+2
* r24610: Add a debug message that the workaround has been activated...Michael Adam2007-10-101-0/+2
* r24609: Fix the fix of r23668 for win2k giving one zero byteMichael Adam2007-10-101-1/+1
* r24605: remove some stuff samba3 doesn't need any moreStefan Metzmacher2007-10-103-79/+0
* r24603: In case of error we need to free prefix_cache otherwise on re-init th...Simo Sorce2007-10-101-0/+1
* r24602: Add function lp_string_is_valid_boolean() to check if a stringMichael Adam2007-10-101-2/+18
* r24601: Fix if statements where we still expected cli_connect() to return BOOL.Lars Müller2007-10-102-2/+2
* r24599: patch from Karolin Seeger <ks@sernet.de>:Stefan Metzmacher2007-10-103-6/+23
* r24597: - talloc request structure for the samba3 server bindingsStefan Metzmacher2007-10-1012-7435/+9997
* r24595: Fix Coverity ID 393Volker Lendecke2007-10-101-2/+1
* r24594: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2007-10-1013-371/+376
* r24590: Reformatting to coding standards. Added my (C) in places it already s...Jeremy Allison2007-10-102-191/+271
* r24589: Refactor our vuid code so that we keep the sameJeremy Allison2007-10-103-176/+245
* r24584: Merge all pam post-processing code (in particular all extra_data code...Günther Deschner2007-10-101-147/+179
* r24583: Make sure we don't accept invalid request options.Günther Deschner2007-10-101-0/+41
* r24579: Merge error reporting to the end of winbindd_pam_auth().Günther Deschner2007-10-101-16/+14
* r24578: Fix build warning.Günther Deschner2007-10-101-1/+1
* r24573: Fix build without LDAP. Thanks Volker for pointing this out.Günther Deschner2007-10-103-16/+13
* r24572: Allow for functions map_parameter_canonical() and is_synonym_of() toMichael Adam2007-10-101-11/+33
* r24571: Only look at errno if the close call actually failedVolker Lendecke2007-10-101-1/+4
* r24564: regenerate after pidl changes...Stefan Metzmacher2007-10-1012-12/+0
* r24561: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1053-1192/+1192
* r24558: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1026-38/+38
* r24552: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1028-51/+46
* r24550: Attempt to fix the non-LDAP buildVolker Lendecke2007-10-101-0/+4
* r24549: Fix unix_convert to return the already converted partVolker Lendecke2007-10-101-4/+10
* r24548: Fix the case-changing renamesVolker Lendecke2007-10-102-15/+29
* r24547: Fix #4897, patch from David S. Collier-Brown <davecb@spamcop.net> -- ...Volker Lendecke2007-10-101-6/+6
* r24543: Apply missing portion of correction for bug 4750Derrell Lipman2007-10-101-0/+5
* r24541: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1014-36/+31
* r24538: merge from SAMBA_4_0:Stefan Metzmacher2007-10-1015-27/+24
* r24537: regenerate after pidl fixesStefan Metzmacher2007-10-102-2/+2
* r24533: merge from SAMBA_4_0:Stefan Metzmacher2007-10-105-10/+15
* r24527: Add a function lp_canonicalize_parameter_with_value that turnsMichael Adam2007-10-102-33/+55
* r24526: Refactor determiniation of the index of the canonical form of aMichael Adam2007-10-101-15/+35
* r24525: Add output of synonym information to show_parameter_list().Michael Adam2007-10-101-8/+52
* r24519: Refactor printing of one parameter into a helper function of its own.Michael Adam2007-10-101-30/+42
* r24513: Reformatting: eliminate trailing spaces, overly long linesMichael Adam2007-10-101-69/+64
* r24512: Fix RAW-NOTIFYVolker Lendecke2007-10-101-2/+10
* r24510: Fix logic. Thanks to Volker for the hint!Michael Adam2007-10-101-1/+1
* r24501: Added bcc test for reply_tcon & removed Vl's comment :-).Jeremy Allison2007-10-101-6/+5
* r24500: Add check that bcc is correct in an incoming packet.Jeremy Allison2007-10-101-1/+10
* r24498: More extra code into a function, reply_openerror.Jeremy Allison2007-10-104-155/+96