summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-07-01fix typos in log messages and comments.Gerald Carter2-3/+3
2003-07-01* revert change to get_global_sam_name()Gerald Carter2-11/+28
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter6-39/+250
2003-07-01Fixed the latest complaint from jcmd :-). We were storing -1 for theJeremy Allison1-6/+10
2003-06-30Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison2-45/+45
2003-06-30Fix missing ret = found by Volker.Jeremy Allison1-1/+1
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter8-306/+167
2003-06-30Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison1-1/+1
2003-06-30Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison2-27/+125
2003-06-30removing old codeGerald Carter1-172/+0
2003-06-30* rename samstrict auth method to samGerald Carter6-137/+132
2003-06-30fix for platforms that don't have unsetenv().Gerald Carter2-5/+9
2003-06-30Add the 'guest' passdb backend automatically ifVolker Lendecke2-2/+27
2003-06-30Yet more shadow variable warnings.Tim Potter1-3/+3
2003-06-30Fix more shadow variable warnings.Tim Potter1-20/+20
2003-06-30Fix shadow variable warnings.Tim Potter1-8/+8
2003-06-30- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell4-3/+42
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter9-28/+108
2003-06-28add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter3-36/+50
2003-06-28cleaning up after the s/in_addr/ip_service/ switch for the get_dc_list() patchGerald Carter1-6/+18
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison10-95/+114
2003-06-26Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison4-16/+38
2003-06-26As has been pointed out, ordering here doesn't matter so use normalJeremy Allison1-2/+2
2003-06-26Remove the MODULES_CLEAN variable. It's no longer necessary sinceJelmer Vernooij3-5/+2
2003-06-26Move up intialisation of logging, so we catch errors in handling 'preload mod...Jelmer Vernooij1-4/+4
2003-06-26cleaning up more build issues. TestedGerald Carter2-17/+19
2003-06-26Fix immediate bug where the idmap can't tell the difference between an entryJeremy Allison2-17/+32
2003-06-25fix linking of some things that are not built by defaultGerald Carter1-14/+14
2003-06-25ifdef out some functions that are not used when HAVE_ADS is not definedGerald Carter1-1/+1
2003-06-25fix build on non-ldap platformsGerald Carter1-0/+3
2003-06-25Ensure idmap backends are added in the correct order (DLIST_ADD putsJeremy Allison3-8/+26
2003-06-25* fix typos in a few debug statementsGerald Carter3-5/+11
2003-06-25forgot one fileGerald Carter1-0/+158
2003-06-25large change:Gerald Carter24-767/+533
2003-06-25Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett4-738/+763
2003-06-25Metze assures me that this will fix Heimdal et al.Tim Potter1-1/+1
2003-06-25Fix a warning in a DEBUGVolker Lendecke1-12/+12
2003-06-25Tought I already done.Simo Sorce2-32/+22
2003-06-25Only append to KRB5_LIBS when doing AC_CHECK_LIB for libkrb5.Tim Potter1-1/+1
2003-06-25Don't trash the values of CFLAGS and LIBS while engaged in KerberosTim Potter1-2/+0
2003-06-25More debugs for this... (these should have been here already !).Jeremy Allison1-1/+8
2003-06-25More instrumentation tracking down this bug...Jeremy Allison1-1/+5
2003-06-25Start to instrument this code as I try and track down a nasty bug thatJeremy Allison1-3/+34
2003-06-24Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison2-7/+4
2003-06-24Explain why winbindd is exiting.Jeremy Allison1-2/+4
2003-06-24Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.Andrew Bartlett1-4/+3
2003-06-24do not forget the include file :-)Simo Sorce1-0/+23
2003-06-24add tdb backup function separation and winbind idmap upgrade code formSimo Sorce5-171/+413
2003-06-24More tuning of Kerberos detection - don't fall through to detect kerberos libsTim Potter1-3/+6
2003-06-24More sensible behaviour for bug 152. If we don't have krb5.h and were explic...Tim Potter1-10/+36