possibly fix the 15000 user problem
[sfrench/samba-autobuild/.git] / source3 / nsswitch /
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...
2002-01-10 Herb Lewismerge tpots name changes into IRIX part of code. When...
2002-01-10 Andrew BartlettReturn the winbind separator over the socket, so progra...
2002-01-10 Andrew BartlettThis changes the winbind protcol a bit:
2002-01-10 Tim PotterA big tidyup while thinking about getting trusted domai...
2002-01-09 Jeremy AllisonFixed typo.
2002-01-09 Jeremy AllisonHPUX nss fix.
2002-01-08 Jeremy AllisonGetting ready to add winbindd support for HPUX 11.
2002-01-07 Tim PotterDon't log the password in pam_sm_authenticate() unless...
2002-01-01 Andrew BartlettFurther rpc_client removal, this time from winbindd.
2001-12-30 Jeremy AllisonWhen running interactive we want to set our own process...
2001-12-22 Herb Lewismerge Jeremy's gcc3 warning fix from 2.2
2001-12-22 Herb Lewismerge IRIX winbind support from Samba 2.2 branch
2001-12-21 Tim PotterAppend to log.winbindd instead of overwriting it so...
2001-12-20 Andrew Tridgelladded ads_domain_sid() function
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-20 Jeremy AllisonSetup global_myworkgroup. Needed for secrets fetch...
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
2001-12-19 Andrew Tridgelluse "ads server" option if set for primary domain
2001-12-19 Andrew Tridgelladd support for mixtures of ADS/NT4 domains, as long...
2001-12-19 Andrew Tridgellmuch better ADS error handling system
2001-12-19 Andrew Tridgelladded trusted realm support to ADS authentication
2001-12-19 Andrew Tridgell- added initial support for trusted domains in winbindd_ads
2001-12-18 Andrew Tridgellfixed handling of empty or dead domain in wbinfo -g
next