summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13693: More Solaris/LDAP fixes from Bjoern <bjoern@j3e.de>Volker Lendecke3-4/+10
2007-10-10r13690: Check in Björn's LDAP Solaris fix.Volker Lendecke1-0/+4
2007-10-10r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.Lars Müller3-17/+14
2007-10-10r13683: Fix the 'valid users = +users' problem I introduced.Volker Lendecke1-0/+19
2007-10-10r13682: Actually give a developer a prayer of finding out whereJeremy Allison1-16/+17
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter13-407/+292
2007-10-10r13678: Remove unneeded bracesVolker Lendecke1-5/+3
2007-10-10r13676: have to return a value from a non-void functionGerald Carter1-1/+1
2007-10-10r13675: * patch from Bjoern JACKE <samba@j3e.de> to remove theGerald Carter1-15/+4
2007-10-10r13671: fix return value in (void)fn()Gerald Carter1-1/+1
2007-10-10r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.Jeremy Allison1-39/+6
2007-10-10r13664: Fix the cli_error codes to always detect a socket error.Jeremy Allison1-39/+107
2007-10-10r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller12-136/+400
2007-10-10r13660: Attempt to better handle the failure that we cannot find our sid uponGünther Deschner2-6/+13
2007-10-10r13657: Let winbindd try to obtain the gecos field from the msSFU30GecosGünther Deschner4-12/+33
2007-10-10r13656: Use the new installdirs.sh syntax for all calls.Lars Müller1-4/+4
2007-10-10r13648: Duh.Tim Potter1-1/+1
2007-10-10r13647: Fix for standalone Samba servers and XP clients. RevertsJeremy Allison1-4/+15
2007-10-10r13645: Revert debug output.Lars Müller1-4/+0
2007-10-10r13644: Do not shift anything inside the for loop away. We ineterate over $@.Lars Müller1-5/+0
2007-10-10r13643: Enable script debug output to get some more details why some hostsLars Müller1-0/+4
2007-10-10r13642: Fix install* scripts to use DESTDIR.Lars Müller4-31/+37
2007-10-10r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2-22/+52
2007-10-10r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().Günther Deschner2-7/+2
2007-10-10r13625: Now that Heimdal 0.7.2 is released, we reenable our strict checking forGünther Deschner1-2/+1
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner6-15/+62
2007-10-10r13614: First part of the bugfix for #3510 - net join failsJeremy Allison2-15/+28
2007-10-10r13612: #define NO_SYSLOG is dead as a doornail.Tim Potter1-2/+0
2007-10-10r13610: Patch from Bjoern JACKE <samba@j3e.de>. Don't default toJeremy Allison1-4/+6
2007-10-10r13607: Fix compile - don't ref auto variable in a structure initialization.Jeremy Allison1-1/+1
2007-10-10r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause cli...Jeremy Allison1-22/+20
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter5-100/+18
2007-10-10r13600: Move functions local to tdbsam to pdb_tdb.cGerald Carter2-391/+406
2007-10-10r13599: krb5 error codes are defined as long. Also for the other direction.Lars Müller1-1/+1
2007-10-10r13598: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the caseLars Müller1-0/+4
2007-10-10r13597: krb5 error codes are defined as long.Lars Müller1-1/+1
2007-10-10r13594: Got sense of NTSTATUS check reversed.Jeremy Allison1-2/+2
2007-10-10r13593: consolidate pdb_set_sam_sids() into samu_set_unix() whichGerald Carter1-116/+84
2007-10-10r13591: I really have no idea how this code ever worked. And I haveGerald Carter1-19/+22
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter19-237/+198
2007-10-10r13589: Make sure we only try to close the tdbsam file in endsampwent() when weGerald Carter1-4/+11
2007-10-10r13588: Second attempt to fix Bug #3330 - treat the string as aJeremy Allison2-8/+8
2007-10-10r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison3-47/+12
2007-10-10r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner3-12/+47
2007-10-10r13579: Next try to fix the AIX build. Thanks to Björn for nagging...Volker Lendecke1-22/+20
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter31-917/+831
2007-10-10r13574: fix build; talloctort.c should not use the TALLOC_FREE() macroGerald Carter1-40/+40
2007-10-10r13573: removing wrepld from SAMBA_3_0. The Samba 4 work is more current and...Gerald Carter7-2862/+2
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter61-267/+268
2007-10-10r13566: Fix EA support for AIX.Günther Deschner3-1/+33