summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* Different fix for memleak just committed. This belongs intoVolker Lendecke2003-07-013-4/+1
* Fix two memory leaks. tdb_search_keys allocates space for the keyVolker Lendecke2003-07-012-0/+4
* Fix a segfault found by metze & valgrind...Volker Lendecke2003-07-011-3/+5
* Don't set a mapping that is already there.Volker Lendecke2003-07-011-0/+15
* fix typos in log messages and comments.Gerald Carter2003-07-012-3/+3
* * revert change to get_global_sam_name()Gerald Carter2003-07-012-11/+28
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-016-39/+250
* Fixed the latest complaint from jcmd :-). We were storing -1 for theJeremy Allison2003-07-011-6/+10
* Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison2003-06-302-45/+45
* Fix missing ret = found by Volker.Jeremy Allison2003-06-301-1/+1
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-308-306/+167
* Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison2003-06-301-1/+1
* Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison2003-06-302-27/+125
* removing old codeGerald Carter2003-06-301-172/+0
* * rename samstrict auth method to samGerald Carter2003-06-306-137/+132
* fix for platforms that don't have unsetenv().Gerald Carter2003-06-302-5/+9
* Add the 'guest' passdb backend automatically ifVolker Lendecke2003-06-302-2/+27
* Yet more shadow variable warnings.Tim Potter2003-06-301-3/+3
* Fix more shadow variable warnings.Tim Potter2003-06-301-20/+20
* Fix shadow variable warnings.Tim Potter2003-06-301-8/+8
* - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell2003-06-304-3/+42
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-299-28/+108
* add check for NT_STATUS_NOT_IMPLEMENTED in auth check so thatGerald Carter2003-06-283-36/+50
* cleaning up after the s/in_addr/ip_service/ switch for the get_dc_list() patchGerald Carter2003-06-281-6/+18
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-2710-95/+114
* Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison2003-06-264-16/+38
* As has been pointed out, ordering here doesn't matter so use normalJeremy Allison2003-06-261-2/+2
* Remove the MODULES_CLEAN variable. It's no longer necessary sinceJelmer Vernooij2003-06-263-5/+2
* Move up intialisation of logging, so we catch errors in handling 'preload mod...Jelmer Vernooij2003-06-261-4/+4
* cleaning up more build issues. TestedGerald Carter2003-06-262-17/+19
* Fix immediate bug where the idmap can't tell the difference between an entryJeremy Allison2003-06-262-17/+32
* fix linking of some things that are not built by defaultGerald Carter2003-06-251-14/+14
* ifdef out some functions that are not used when HAVE_ADS is not definedGerald Carter2003-06-251-1/+1
* fix build on non-ldap platformsGerald Carter2003-06-251-0/+3
* Ensure idmap backends are added in the correct order (DLIST_ADD putsJeremy Allison2003-06-253-8/+26
* * fix typos in a few debug statementsGerald Carter2003-06-253-5/+11
* forgot one fileGerald Carter2003-06-251-0/+158
* large change:Gerald Carter2003-06-2524-767/+533
* Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-254-738/+763
* Metze assures me that this will fix Heimdal et al.Tim Potter2003-06-251-1/+1
* Fix a warning in a DEBUGVolker Lendecke2003-06-251-12/+12
* Tought I already done.Simo Sorce2003-06-252-32/+22
* Only append to KRB5_LIBS when doing AC_CHECK_LIB for libkrb5.Tim Potter2003-06-251-1/+1
* Don't trash the values of CFLAGS and LIBS while engaged in KerberosTim Potter2003-06-251-2/+0
* More debugs for this... (these should have been here already !).Jeremy Allison2003-06-251-1/+8
* More instrumentation tracking down this bug...Jeremy Allison2003-06-251-1/+5
* Start to instrument this code as I try and track down a nasty bug thatJeremy Allison2003-06-251-3/+34
* Sequence number was not getting updated with ldap hack. Only a bug in thisJeremy Allison2003-06-242-7/+4
* Explain why winbindd is exiting.Jeremy Allison2003-06-241-2/+4
* Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.Andrew Bartlett2003-06-241-4/+3