Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Passdb changes: | Andrew Bartlett | 2002-01-25 | 3 | -11/+30 |
| | | | | | | | | | | Modules now name themselves, which should allow for sane behaviour when we get an 'extern' passdb module (which in turn loads a .so). Fix up tdbsam for non-unix-accounts. Not sure if this fixes idra's bug, but its a start... Andrew Bartlett | ||||
* | Fix a 'const' warning. | Andrew Bartlett | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | Bring auth_winbind into line with the protocol changes | Andrew Bartlett | 2002-01-25 | 1 | -0/+3 |
| | | | | Andrew Bartlett | ||||
* | micro fix :-) | Simo Sorce | 2002-01-25 | 1 | -0/+1 |
| | |||||
* | Removed dodgy init of local variable. | Tim Potter | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | Return correct RPC fault PDU on bad handle incoming. | Jeremy Allison | 2002-01-25 | 3 | -0/+15 |
| | | | | Jeremy. | ||||
* | Much more useful handling of backup domain controllers in winbindd. Honour | Tim Potter | 2002-01-25 | 1 | -25/+51 |
| | | | | | | | | the "password server" smb.conf parameter when choosing a DC to connect to. Due to the origin of the code in cm_get_dc_name() it wouldn't try additional DCs if the first DC didn't work. This would wedge winbindd if you had "password server = foo1, foo2" and foo1 was down. | ||||
* | Remove check for passwordserver = "*" as we now initialise it. | Tim Potter | 2002-01-25 | 1 | -1/+6 |
| | | | | | Added TODO about perhaps doing a SAMLOGON udp/138 request before a cli_full_connection in connect_to_domain_password_server() | ||||
* | Initialise password server to "*" in init_globals() | Tim Potter | 2002-01-25 | 1 | -0/+1 |
| | |||||
* | Removed unused static variable. | Tim Potter | 2002-01-25 | 1 | -1/+0 |
| | |||||
* | minor fixes | Simo Sorce | 2002-01-25 | 4 | -12/+15 |
| | |||||
* | merge from 2.2 | Gerald Carter | 2002-01-24 | 13 | -1018/+397 |
| | |||||
* | handle filenames like .bashrc better in the new mangling code | Andrew Tridgell | 2002-01-24 | 1 | -8/+12 |
| | |||||
* | Check request flag for unicode capability and respond accordingly, rather ↵ | Jim McDonough | 2002-01-23 | 1 | -1/+2 |
| | | | | than only doing unicode. smbfs didn't work. | ||||
* | Oops... | Andrew Bartlett | 2002-01-23 | 1 | -1/+1 |
| | |||||
* | getpwnam -> getpwnam_alloc. | Andrew Bartlett | 2002-01-23 | 6 | -13/+27 |
| | | | | idra has promised not to revert these this time :-) | ||||
* | Change the order of this a bit - as unix password change can fail. | Andrew Bartlett | 2002-01-23 | 1 | -11/+12 |
| | | | | | | This due for abstraction into chgpasswd.c shortly. Andrew Bartlett | ||||
* | Sync up startpageprinter with appliance. | Tim Potter | 2002-01-23 | 1 | -5/+5 |
| | |||||
* | merge from 2.2 | Gerald Carter | 2002-01-23 | 1 | -3/+3 |
| | |||||
* | Merge of fixes from 2.2. | Jeremy Allison | 2002-01-22 | 3 | -15/+15 |
| | | | | Jeremy. | ||||
* | merge from appliance_head | Gerald Carter | 2002-01-22 | 1 | -2/+5 |
| | |||||
* | merge from 2.2. of | Gerald Carter | 2002-01-22 | 2 | -20/+23 |
| | | | | | * PRINTER_ATTRIBUTE's * "default devmode" parameter | ||||
* | Ensure fsp->size is correct so readraw's return correct data. | Jeremy Allison | 2002-01-22 | 1 | -9/+14 |
| | | | | Jeremy. | ||||
* | Add more string explanations of RAP errors that are already documented | Martin Pool | 2002-01-22 | 1 | -8/+17 |
| | | | | in clirap2. | ||||
* | We have to do some initialization before the string conversion | Martin Pool | 2002-01-22 | 1 | -13/+15 |
| | | | | | | routines can work. The code was copied into both convert_string and convert_string_allocate -- I split it into a little static function, and removed an apparently duplicate call to init_valid_table(). | ||||
* | Raise log level of warning produced when the open() of the tdb fails. | Tim Potter | 2002-01-22 | 1 | -1/+1 |
| | | | | Sometimes an open error is OK. | ||||
* | Display tdb name of "unknown" in logging debug when tdb has not been named. | Tim Potter | 2002-01-22 | 1 | -1/+1 |
| | |||||
* | Added comment about running lp_load() before calling pidfile_create(). | Tim Potter | 2002-01-22 | 1 | -1/+4 |
| | |||||
* | Call pidfile_create() as part of init sequence. | Tim Potter | 2002-01-22 | 1 | -0/+3 |
| | |||||
* | Having a const parameter for set_socket_options() causes too much confusion. | Tim Potter | 2002-01-22 | 1 | -1/+1 |
| | |||||
* | Removed freebsd hack. Not correct. | Jeremy Allison | 2002-01-21 | 1 | -4/+0 |
| | | | | Jeremy. | ||||
* | Found and fixed the logic bug in write cache code. Amazingly helpful | Jeremy Allison | 2002-01-21 | 1 | -4/+10 |
| | | | | | work from Juergen.Hasch@de.bosch.com in tracking this down. Jermy. | ||||
* | getpwnam_alloc -> getpwnam | Simo Sorce | 2002-01-21 | 1 | -9/+8 |
| | | | | | | same reason as per pdb_tdb.c there isn't (and will never be probably) another call to any getpw* fn, let's use getpwnam_alloc only when needed. | ||||
* | hmm, get it right this time. | Simo Sorce | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | fix also the comment. | Simo Sorce | 2002-01-21 | 1 | -2/+5 |
| | |||||
* | replace getpwnam_alloc with plain getpwnam. | Simo Sorce | 2002-01-21 | 1 | -2/+1 |
| | | | | | We are not going to reuse any getpw* call, so the extra alloc,copy and free only uses extra memory and extra cpu time for nothing. | ||||
* | Make the -L option to smbclient slightly less gross: | Martin Pool | 2002-01-21 | 1 | -4/+22 |
| | | | | | | smbclient -L //nautilus1/ should definitely not say "unknown host "nautilus1/". Sheesh. | ||||
* | Spelling fix. | Tim Potter | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | getpwnam -> getpwnam_alloc | Andrew Bartlett | 2002-01-21 | 1 | -2/+3 |
| | |||||
* | getpwnam -> getpwnam_alloc | Andrew Bartlett | 2002-01-21 | 1 | -1/+2 |
| | |||||
* | One less Get_Pwnam_Modify call! | Andrew Bartlett | 2002-01-21 | 1 | -5/+0 |
| | | | | | | (the passdb backend is case-insensitive, so there isn't any point to this). Andrew Bartlett | ||||
* | Add the -s command to keep smbpasswd quiet during the tests. | Andrew Bartlett | 2002-01-21 | 1 | -2/+2 |
| | | | | Andrew Bartlett | ||||
* | Inititialise the gid to what standard_sub_advanced wants for 'no value'. | Andrew Bartlett | 2002-01-20 | 1 | -1/+1 |
| | | | | Andrew Bartlett | ||||
* | Fix the negation of the extra parinoia check on machine password changes. | Andrew Bartlett | 2002-01-20 | 1 | -1/+1 |
| | | | | | | I *love* automated testing - this one got picked up by the build farm. Andew Bartlett | ||||
* | Also echo the smbpasswd command line | Andrew Bartlett | 2002-01-20 | 1 | -0/+1 |
| | |||||
* | Spelling fixes. | Tim Potter | 2002-01-20 | 3 | -13/+15 |
| | |||||
* | This should get the oldstyle domain join tests working again. | Andrew Bartlett | 2002-01-20 | 1 | -1/+1 |
| | |||||
* | A couple more little fixes for the domain security tests. | Andrew Bartlett | 2002-01-20 | 2 | -5/+5 |
| | |||||
* | Vance and his eagle eyes spotted a copy and paste error in my smb.conf updates. | Andrew Bartlett | 2002-01-20 | 1 | -11/+0 |
| | | | | | | Thanks! Andrew Bartlett | ||||
* | Try to see if we can get these tests working... | Andrew Bartlett | 2002-01-20 | 2 | -5/+1 |
| |