summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* r13706: Fix typo in typo fix. (-:Tim Potter2007-10-101-1/+1
* r13705: Fix a typo (and janitor for myself).Tim Potter2007-10-101-1/+1
* r13704: Janitor for tpot.Jeremy Allison2007-10-101-50/+55
* r13697: Remove unneeded header (header not present on all Linux either) for u...Steve French2007-10-101-1/+0
* r13695: Make code consistent with documentation. :-)Alexander Bokovoy2007-10-101-5/+8
* r13694: Committing patch from Aleksey Fedoseev <aleksey at fedoseev dot net> ...Volker Lendecke2007-10-101-1/+1
* r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke2007-10-103-4/+10
* r13690: Check in Björn's LDAP Solaris fix.Volker Lendecke2007-10-101-0/+4
* r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller2007-10-103-17/+14
* r13683: Fix the 'valid users = +users' problem I introduced.Volker Lendecke2007-10-101-0/+19
* r13682: Actually give a developer a prayer of finding out whereJeremy Allison2007-10-101-16/+17
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-1013-407/+292
* r13678: Remove unneeded bracesVolker Lendecke2007-10-101-5/+3
* r13676: have to return a value from a non-void functionGerald Carter2007-10-101-1/+1
* r13675: * patch from Bjoern JACKE <samba@j3e.de> to remove theGerald Carter2007-10-101-15/+4
* r13671: fix return value in (void)fn()Gerald Carter2007-10-101-1/+1
* r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.Jeremy Allison2007-10-101-39/+6
* r13664: Fix the cli_error codes to always detect a socket error.Jeremy Allison2007-10-101-39/+107
* r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller2007-10-1012-136/+400
* r13660: Attempt to better handle the failure that we cannot find our sid uponGünther Deschner2007-10-102-6/+13
* r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner2007-10-104-12/+33
* r13656: Use the new installdirs.sh syntax for all calls.Lars Müller2007-10-101-4/+4
* r13648: Duh.Tim Potter2007-10-101-1/+1
* r13647: Fix for standalone Samba servers and XP clients. RevertsJeremy Allison2007-10-101-4/+15
* r13645: Revert debug output.Lars Müller2007-10-101-4/+0
* r13644: Do not shift anything inside the for loop away. We ineterate over $@.Lars Müller2007-10-101-5/+0
* r13643: Enable script debug output to get some more details why some hostsLars Müller2007-10-101-0/+4
* r13642: Fix install* scripts to use DESTDIR.Lars Müller2007-10-104-31/+37
* r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2007-10-102-22/+52
* r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().Günther Deschner2007-10-102-7/+2
* r13625: Now that Heimdal 0.7.2 is released, we reenable our strict checking forGünther Deschner2007-10-101-2/+1
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2007-10-106-15/+62
* r13614: First part of the bugfix for #3510 - net join failsJeremy Allison2007-10-102-15/+28
* r13612: #define NO_SYSLOG is dead as a doornail.Tim Potter2007-10-101-2/+0
* r13610: Patch from Bjoern JACKE <samba@j3e.de>. Don't default toJeremy Allison2007-10-101-4/+6
* r13607: Fix compile - don't ref auto variable in a structure initialization.Jeremy Allison2007-10-101-1/+1
* r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause cli...Jeremy Allison2007-10-101-22/+20
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2007-10-105-100/+18
* r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2007-10-102-391/+406
* r13599: krb5 error codes are defined as long. Also for the other direction.Lars Müller2007-10-101-1/+1
* r13598: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the caseLars Müller2007-10-101-0/+4
* r13597: krb5 error codes are defined as long.Lars Müller2007-10-101-1/+1
* r13594: Got sense of NTSTATUS check reversed.Jeremy Allison2007-10-101-2/+2
* r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter2007-10-101-116/+84
* r13591: I really have no idea how this code ever worked. And I haveGerald Carter2007-10-101-19/+22
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-1019-237/+198
* r13589: Make sure we only try to close the tdbsam file in endsampwent() when weGerald Carter2007-10-101-4/+11
* r13588: Second attempt to fix Bug #3330 - treat the string as aJeremy Allison2007-10-102-8/+8
* r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison2007-10-103-47/+12
* r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner2007-10-103-12/+47