Make --with-ldapsam 'go away'. This is now a standard, stable, feature
[kai/samba.git] / source3 / nsswitch /
2002-05-17 Andrew BartlettA few more trusted domains updates from mimir.
2002-05-17 Richard SharpeChanges to allow head to translate NMB flags ...
2002-05-13 Tim PotterDon't store domain with username in secrets.tdb
2002-05-13 Tim PotterMerge of --set-auth-user updates from 2.2
2002-05-13 Tim PotterMerge of secrets_init() paranoia fix from 2.2
2002-05-10 Tim PotterFix for Solaris nscd issue pointed out by Mike Gerdts
2002-05-09 Gerald Cartermerge freom SAMBA_2_2
2002-05-09 Gerald CarterHP-UX 10.20 compiles fixes from SAMBA_2_2
2002-05-08 Jeremy AllisonMerge in Jerry's called name fix.
2002-04-27 Jeremy AllisonMerge Herb's idmap endian fix.
2002-04-27 Jeremy AllisonAnother attempt at fixing the endian problem when upgra...
2002-04-26 Jeremy AllisonAttempt to fix big-endian upgrade problem (Herb, Jerry...
2002-04-25 Jeremy AllisonFix from Herb for upgrading from big-endian earlier...
2002-04-24 Andrew Tridgelldamn! I forgot to commit winbindd_dual.c
2002-04-24 Andrew Tridgellmain() needs to be indented to make sure it doesn't...
2002-04-24 Andrew Tridgella new "dual daemon" operating mode for winbindd
2002-04-19 Andrew Tridgellfixed trust relationships in ADS winbindd after breakin...
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-14 Tim PotterThe cli_lsa_lookup_{names,sids} functions were returnin...
2002-04-14 Andrew Tridgellpull_username() is a local function
2002-04-14 Andrew Tridgellhanle the case where the win2000 username is completely...
2002-04-14 Andrew Tridgellmodified the ADS backend to accept either the long...
2002-04-13 Jeremy AllisonTidy up winbindd debug. Added Bill Moran's hide unreada...
2002-04-11 Andrew Tridgellpossibly fix the 15000 user problem
2002-04-10 Tim PotterMoved definition of winbind username/password secrets...
2002-04-07 Tim PotterSpelling.
2002-04-04 Tim PotterSpelling.
2002-04-04 Tim PotterCall poptFreeContext() as appropriate.
2002-04-04 Jeremy AllisonFix up conversion code from old winbindd versions ...
2002-04-04 Jeremy AllisonFixed the handle leak in the connection management...
2002-04-03 Andrew BartlettMore winbind for HPUX updates from Don Mccall. I think...
2002-03-29 Herb Lewismerge winbindd WINS changes from 2.2
2002-03-26 Tim PotterUnblock sigusr1 on startup.
2002-03-26 Tim PotterAdded code for smb messaging. winbindd now responds...
2002-03-26 Jeremy AllisonDon't do a zero-length malloc (caught with dmalloc...
2002-03-24 Tim PotterSpelling fixes.
2002-03-23 Andrew BartlettVarious winbind updates:
2002-03-22 Tim PotterMake debug statment less confusing.
2002-03-21 Jeremy AllisonMissed a couple of fetch/store_ints.
2002-03-21 Jeremy AllisonMake winbindd_idmap tdb endian independent. This is...
2002-03-21 Jeremy AllisonWhen upgrading from an old idmap tdb, remember to overw...
2002-03-21 Andrew Tridgellfixed the secondary group mappings for ADS users
2002-03-20 Tim PotterCache call to winbind separator.
2002-03-20 Tim PotterMerge of Richard's lookupsid fix.
2002-03-19 Andrew Tridgellupdated winbindd to used paged ldap searches for all...
2002-03-19 Andrew BartlettFix a double-free bug in wbinfo -t's call in winbindd.
2002-03-18 Andrew BartlettAllow us to see the difference between these two errors...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-15 Andrew Tridgellenable locking on the winbindd cache tdb so it can...
2002-03-15 Andrew Tridgelladded a -h usage option to winbindd
2002-03-14 Jeremy AllisonNow we have reliable signals take SIGTERM inband.
2002-03-13 Andrew BartlettFix typo in copyright
2002-03-12 Andrew Tridgellfixed 2 reconnection bugs in the ADS backend support
2002-03-12 Andrew Tridgellget the test for disconnection the right way around!
2002-03-11 Tim PotterRemoved bogus calles to D() debugging function. Perhap...
2002-03-11 Andrew Tridgellalways make winbindd try for the PDC first before tryin...
2002-03-09 Andrew Tridgellremoved bogus prepend_domain() call which was screwing...
2002-03-09 Andrew Tridgellprevent a segv when a trusted domain is unavailable...
2002-03-09 Andrew Tridgellbetter detection of dead ADS connections, so we have...
2002-03-06 Andrew Tridgellnicer message for --sequence when the server is disconn...
2002-03-02 Andrew BartlettAllow Samba to trust NT4 Domains.
2002-03-01 Andrew BartlettMove wbinfo over to d_printf(). Patch by Hasch@t-onlin...
2002-02-28 Andrew Tridgellenable locking on the idmap database to make it safe...
2002-02-28 Jeremy AllisonEnsure that winbindd and smbd both use identical logic...
2002-02-27 Andrew Tridgellthis allows us to support foreign SIDs in winbindd...
2002-02-19 Tim Pottermake proto
2002-02-18 Andrew Tridgellfixed a memory leak thanks to dleducq@arkoon.net
2002-02-15 Andrew BartlettWinbind cleanup.
2002-02-11 Andrew BartlettA few small winbind updates:
2002-02-08 Andrew BartlettFix up some of the DEBUG lines in winbind_pam.c
2002-02-06 Tim Potter0x is the traditional prefix for displaying hex numbers.
2002-02-05 Andrew BartlettDrastic impromvents to pam_winbind.
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-31 Andrew Tridgellreduced memory usage in winbindd with a rpc backend...
2002-01-31 Tim PotterRemoved unused variables.
2002-01-31 Andrew Tridgelladded 'wbinfo --sequence' to show sequence numbers...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-30 Tim PotterFix for password change from Samuel Ziegler <sam@xpedio...
2002-01-30 Tim PotterRemoved silly fprintf(stderr, ...) debug.
2002-01-27 Andrew BartlettSome more 'winbind default domain' support patches...
2002-01-26 Andrew BartlettBack out some of the less well thought out ideas from...
2002-01-26 Andrew BartlettChange the winbind interface to use seperate 'domain...
2002-01-26 Andrew BartlettAllow a winbind client to obtain the server's domain...
2002-01-25 Tim PotterRemoved dodgy init of local variable.
2002-01-25 Tim PotterMuch more useful handling of backup domain controllers...
2002-01-22 Tim PotterCall pidfile_create() as part of init sequence.
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2002-01-19 Jeremy AllisonFix to close winbindd_idmap on exit. Pointed out by...
2002-01-19 Simo Sorcefixes (asprintf) from 2.2
2002-01-18 Andrew BartlettThis is the 'winbind default domain' patch from Alexand...
2002-01-15 Jim McDonoughFix from 2.2. It didn't break on HEAD because it isn...
2002-01-15 Herb Lewisadding wins commands to winbindd - will check in the...
2002-01-14 Andrew BartlettInitialise cli variables and try not to do a cli_shutdo...
2002-01-13 Andrew BartlettI'm doing some things towards the NamedPipes game with...
2002-01-12 Andrew BartlettMany thanks to Alexander Bokovoy <a.bokovoy@sam-solutio...
2002-01-11 Andrew Tridgellforce the time difference in cache comparisons to be...
2002-01-11 Andrew Tridgellmake the winbind sequence number code more robust
2002-01-11 Tim PotterAlways query the PDC for the list of trusted domains...
2002-01-11 Tim PotterSome memory leak fixes.
2002-01-10 Tim PotterSince AB has been changing the winbind interface it...
next