Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating whatsnew and merging from SAMBA_2_2 | Gerald Carter | 2002-10-15 | 2 | -3/+36 |
| | |||||
* | always check for missing files | Gerald Carter | 2002-10-09 | 1 | -0/+104 |
| | |||||
* | more merges from SAMBA_2_2 | Gerald Carter | 2002-10-09 | 1 | -104/+0 |
| | |||||
* | sync with SAMBA_2_2 for 2.2.6rc1 | Gerald Carter | 2002-10-09 | 15 | -216/+426 |
| | |||||
* | merging for 2.2.6pre1 | Gerald Carter | 2002-07-27 | 1 | -3/+3 |
| | |||||
* | beginning to sync up for 2.2.5 release.... | Gerald Carter | 2002-06-17 | 14 | -53/+153 |
| | |||||
* | Added some of the newer files... | Jeremy Allison | 2002-04-30 | 1 | -9/+1 |
| | | | | Jeremy. | ||||
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 26 | -3004/+3292 |
| | | | | Jeremy. | ||||
* | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2002-04-14 | 1 | -0/+610 |
|\ | | | | | 'SAMBA_2_2_RELEASE'. | ||||
| * | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 2002-04-14 | 1 | -6/+4 |
| | | | | | | | | | | | | information when one or more of the names/sids being queried were not resolvable. We now return a list the same length as the parameters passed instead of an array of just the resolvable names/sids. | ||||
| * | pull_username() is a local function | Andrew Tridgell | 2002-04-14 | 1 | -1/+1 |
| | | |||||
| * | hanle the case where the win2000 username is completely different from | Andrew Tridgell | 2002-04-14 | 1 | -8/+3 |
| | | | | | | | | the pre-win2000 username | ||||
| * | modified the ADS backend to accept either the long or short versions | Andrew Tridgell | 2002-04-14 | 1 | -11/+44 |
| | | | | | | | | of long usernames (win2000 usernames can be longer than 20 characters) | ||||
| * | Tidy up winbindd debug. Added Bill Moran's hide unreadable fix. | Jeremy Allison | 2002-04-13 | 1 | -4/+3 |
| | | | | | | | | Jeremy. | ||||
| * | possibly fix the 15000 user problem | Andrew Tridgell | 2002-04-11 | 2 | -8/+8 |
| | | | | | | | | | | I think its caused by a rpc operation failing and us giving invalid data back to the cache layer. Using talloc_zero() should solve this. | ||||
| * | Moved definition of winbind username/password secrets into secrets.h | Tim Potter | 2002-04-10 | 1 | -6/+0 |
| | | |||||
| * | Spelling. | Tim Potter | 2002-04-07 | 1 | -1/+1 |
| | | |||||
| * | Spelling. | Tim Potter | 2002-04-04 | 1 | -1/+1 |
| | | |||||
| * | Call poptFreeContext() as appropriate. | Tim Potter | 2002-04-04 | 1 | -23/+30 |
| | | | | | | | | Clean up exit path code. | ||||
| * | Fix up conversion code from old winbindd versions (some testing needed). | Jeremy Allison | 2002-04-04 | 4 | -67/+179 |
| | | | | | | | | | | | | Added time based cache size check (#ifdef'ed out by default, just didn't want to lose the code). Jeremy. | ||||
| * | Fixed the handle leak in the connection management code (this code is crap | Jeremy Allison | 2002-04-04 | 2 | -2/+24 |
| | | | | | | | | | | and should be rewritten, just not now... :-). Jeremy. | ||||
| * | More winbind for HPUX updates from Don Mccall. I think JRA has already | Andrew Bartlett | 2002-04-03 | 2 | -4/+27 |
| | | | | | | | | | | | | applied these to 2.2. Andrew Bartlett | ||||
| * | merge winbindd WINS changes from 2.2 | Herb Lewis | 2002-03-29 | 6 | -47/+150 |
| | | |||||
| * | Unblock sigusr1 on startup. | Tim Potter | 2002-03-26 | 1 | -0/+1 |
| | | |||||
| * | Added code for smb messaging. winbindd now responds to the smbcontrol | Tim Potter | 2002-03-26 | 1 | -2/+15 |
| | | | | | | | | ping, debug and pool-usage messages. | ||||
| * | Don't do a zero-length malloc (caught with dmalloc library). | Jeremy Allison | 2002-03-26 | 1 | -1/+1 |
| | | | | | | | | Jeremy. | ||||
| * | Spelling fixes. | Tim Potter | 2002-03-24 | 1 | -1/+1 |
| | | |||||
| * | Various winbind updates: | Andrew Bartlett | 2002-03-23 | 4 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - pam_winbind updates from vance, fixing a typo and making some the options work properly. - Extra parinoia in the winbind connection loop - Allow pam_winbind to compile on HP-UX (Don Mcall, more work to do). - Fix up configure.in to use the same method for building the test .so as the Makefile uses. Andrew Bartlett | ||||
| * | Make debug statment less confusing. | Tim Potter | 2002-03-22 | 1 | -2/+5 |
| | | |||||
| * | Missed a couple of fetch/store_ints. | Jeremy Allison | 2002-03-21 | 1 | -4/+4 |
| | | | | | | | | Jeremy. | ||||
| * | Make winbindd_idmap tdb endian independent. This is very important for | Jeremy Allison | 2002-03-21 | 1 | -11/+46 |
| | | | | | | | | | | | | | | | | sharing between machines with rsync. Finally removed tdb_store_int/tdb_fetch_int. Now only tdb_store_int32/tdb_fetch_int32 which are endian independent are allowed. Jeremy. | ||||
| * | When upgrading from an old idmap tdb, remember to overwrite the reverse | Jeremy Allison | 2002-03-21 | 1 | -0/+5 |
| | | | | | | | | | | | | mapping as well as the forward one. Found this in doing the backport to 2.2.x. This is *essential* to upgrade an old idmap file to a new one. Jeremy. | ||||
| * | fixed the secondary group mappings for ADS users | Andrew Tridgell | 2002-03-21 | 1 | -8/+56 |
| | | |||||
| * | Cache call to winbind separator. | Tim Potter | 2002-03-20 | 1 | -46/+56 |
| | | | | | | | | | | | | Some random reformatting and cleanup. Display output of wbinfo -s using actual winbind separator. | ||||
| * | Merge of Richard's lookupsid fix. | Tim Potter | 2002-03-20 | 1 | -1/+4 |
| | | |||||
| * | updated winbindd to used paged ldap searches for all ldap queries | Andrew Tridgell | 2002-03-19 | 1 | -1/+1 |
| | | |||||
| * | Fix a double-free bug in wbinfo -t's call in winbindd. | Andrew Bartlett | 2002-03-19 | 2 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | I forgot to clean this up when netlogon move across to the connection cache arrangement. Also add some smb_panics to the connection_ok() code to try to catch this kind of thing better in future. Andrew Bartlett | ||||
| * | Allow us to see the difference between these two errors. (We need to chase | Andrew Bartlett | 2002-03-18 | 1 | -1/+7 |
| | | | | | | | | | | | | down some bugs with it...). Andrew Bartlett | ||||
| * | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 2 | -8/+8 |
| | | |||||
| * | enable locking on the winbindd cache tdb so it can be backed up and | Andrew Tridgell | 2002-03-15 | 1 | -1/+1 |
| | | | | | | | | manipulated externally | ||||
| * | added a -h usage option to winbindd | Andrew Tridgell | 2002-03-15 | 1 | -1/+16 |
| | | |||||
| * | Now we have reliable signals take SIGTERM inband. | Jeremy Allison | 2002-03-14 | 1 | -5/+4 |
| | | | | | | | | Jeremy. | ||||
| * | Fix typo in copyright | Andrew Bartlett | 2002-03-13 | 1 | -1/+1 |
| | | |||||
| * | fixed 2 reconnection bugs in the ADS backend support | Andrew Tridgell | 2002-03-12 | 1 | -7/+11 |
| | | |||||
| * | get the test for disconnection the right way around! | Andrew Tridgell | 2002-03-12 | 1 | -3/+3 |
| | | |||||
| * | Removed bogus calles to D() debugging function. Perhaps these should | Tim Potter | 2002-03-11 | 1 | -16/+1 |
| | | | | | | | | be replaced by DEBUG() calls? | ||||
| * | always make winbindd try for the PDC first before trying for a BDC | Andrew Tridgell | 2002-03-11 | 1 | -5/+7 |
| | | | | | | | | this prevents propogation delays in the SAM between the PDC and BDCs | ||||
| * | removed bogus prepend_domain() call which was screwing up getpwuid() | Andrew Tridgell | 2002-03-09 | 1 | -10/+2 |
| | | | | | | | | with the new default domain code | ||||
| * | prevent a segv when a trusted domain is unavailable at startup | Andrew Tridgell | 2002-03-09 | 1 | -3/+2 |
| | | |||||
| * | better detection of dead ADS connections, so we have some chance of | Andrew Tridgell | 2002-03-09 | 1 | -0/+6 |
| | | | | | | | | reconnecting |