Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make signal handling safer (handle EINTR on read/write/accept), don't | Jeremy Allison | 2001-11-14 | 1 | -38/+52 |
| | | | | | call slprintf within a signal handler. Jeremy. | ||||
* | Got ready to implement Martin's idea, but request doesn't have a length | Jeremy Allison | 2001-11-14 | 2 | -10/+24 |
| | | | | | field.... well, now at least the code is there when it does :-). Jeremy. | ||||
* | Random connection robustness related fixes. Display some debugs about | Tim Potter | 2001-11-14 | 5 | -31/+122 |
| | | | | | | | the currently open connections when winbindd receives a USR1 signal. Hmm - I've just realised this will conflict with the messaging code but we don't use that yet. | ||||
* | Give sensible defaults to some variables that are set by the build | Martin Pool | 2001-11-14 | 1 | -0/+32 |
| | | | | farm but not present in Make. | ||||
* | Close the socket and set the file descriptor to -1 if there was a socket | Tim Potter | 2001-11-14 | 1 | -0/+9 |
| | | | | error in cli_receive_smb() and cli_send_smb(). | ||||
* | Clean up message. | Martin Pool | 2001-11-14 | 1 | -4/+4 |
| | |||||
* | #ifdef'd out suggestion for tim on making the winbindd protocol more | Martin Pool | 2001-11-14 | 1 | -1/+13 |
| | | | | robust. | ||||
* | Little note about what's happening with Satyr. | Martin Pool | 2001-11-14 | 1 | -0/+4 |
| | |||||
* | Doc. | Martin Pool | 2001-11-14 | 1 | -0/+35 |
| | | | | | | | Try not to run tests if the user specified --prefix=/usr* or something similar, because it would not be nice(!) to clobber their configuration file and passwords. Eventually I think we want to run the installed versions, but specify different paths for everything. | ||||
* | Added needed debugs... | Jeremy Allison | 2001-11-14 | 1 | -25/+39 |
| | | | | Jeremy. | ||||
* | Removed the "reestablish" code. Tridge - scream if this was needed.... | Jeremy Allison | 2001-11-14 | 2 | -60/+2 |
| | | | | Jeremy. | ||||
* | Too much of samba depends on finding files in their installed | Martin Pool | 2001-11-14 | 1 | -5/+11 |
| | | | | locations, so we can't do "make check" yet, only "make installcheck". | ||||
* | Fix from Herb. mincount/maxcount need to be ssize_t for comparisons. | Jeremy Allison | 2001-11-14 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Removed unused variable. | Tim Potter | 2001-11-14 | 1 | -1/+0 |
| | |||||
* | Reformatted to 75 columns. | Tim Potter | 2001-11-14 | 1 | -86/+114 |
| | | | | | | Converted from DOS CRLF format (hmm). Added suggestion about C vs C++ comments. | ||||
* | Add basic "make check" and "make installcheck" targets, using the | Martin Pool | 2001-11-14 | 1 | -15/+57 |
| | | | | | | | | | Satyr framework from the buildfarm. This will eventually be copied into the Samba source tree, but it is not yet. See cvs://samba.org:/data/cvs/satyr Add "make showlayout" target to show where installation will put things. | ||||
* | Cosmetic fix for libpopt-checking test. | Martin Pool | 2001-11-14 | 2 | -630/+633 |
| | |||||
* | Look for DOMAIN\group in group lists and ask winbind. | Jeremy Allison | 2001-11-13 | 1 | -68/+89 |
| | | | | Jeremy. | ||||
* | Fix winbind client code so that winbind calls are not made if the | Jeremy Allison | 2001-11-13 | 2 | -15/+43 |
| | | | | | | | requested name does not have a winbind separator character. This makes the intent explicit. Tim, contact me if this is not what you indended. Jeremy. | ||||
* | List of coding suggestions for submitters | Steve French | 2001-11-13 | 1 | -0/+86 |
| | |||||
* | verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx() | Gerald Carter | 2001-11-13 | 1 | -6/+3 |
| | |||||
* | Fix typo. | Martin Pool | 2001-11-13 | 1 | -2/+0 |
| | |||||
* | new Win2k spoolss rpc opnum (unknown right now). | Gerald Carter | 2001-11-13 | 1 | -0/+6 |
| | |||||
* | Formatting fixes only. | Jeremy Allison | 2001-11-13 | 2 | -58/+57 |
| | | | | Jeremy. | ||||
* | Minor fixes to help display, and domain enumeration , and also preparation ↵ | Steve French | 2001-11-12 | 1 | -19/+35 |
| | | | | for new command option | ||||
* | Spelling fixes. | Tim Potter | 2001-11-12 | 1 | -6/+6 |
| | |||||
* | Don't check space on every extend if strict allocate not set. | Jeremy Allison | 2001-11-12 | 1 | -5/+3 |
| | | | | Jeremy | ||||
* | messed up with patches, this should be the right one, | Simo Sorce | 2001-11-12 | 1 | -2/+1 |
| | | | | sorry | ||||
* | Fixed allocation bug in database prog. Some format fixes. | Jeremy Allison | 2001-11-12 | 4 | -997/+985 |
| | | | | Jeremy. | ||||
* | some bugfix and new functions, | Simo Sorce | 2001-11-12 | 4 | -41/+98 |
| | | | | | modified mangle.c to use mosltly acnv_????() functions. this should make also build farm happy | ||||
* | Code duplication is bad. So add an add_signiture() function and just refernce | Andrew Bartlett | 2001-11-12 | 1 | -23/+17 |
| | | | | that. | ||||
* | Kill off 'restrict anonymous' becouse it is useless in its current form. | Andrew Bartlett | 2001-11-11 | 1 | -47/+0 |
| | | | | | | | To be replaced with a real restriction in consultation with jra. (Hence why I've not touched loadparm.c). Andrew Bartlett | ||||
* | Fix up some DEBUG()s | Andrew Bartlett | 2001-11-11 | 2 | -34/+74 |
| | | | | | | Add and fix comments Add 'const' to some more input paramaters. | ||||
* | Add back the not null checks in a better place. | Andrew Bartlett | 2001-11-11 | 2 | -2/+14 |
| | | | | Check the pdb_init_sam() for failure. | ||||
* | make sam_account_ok static. | Andrew Bartlett | 2001-11-11 | 2 | -64/+58 |
| | | | | | | remove rudundent not null checks fix indenting | ||||
* | This extra check isn't needed, we can only get here if secuirty=domain | Andrew Bartlett | 2001-11-11 | 2 | -6/+0 |
| | |||||
* | Minor updates. A small dose of const. | Andrew Bartlett | 2001-11-11 | 6 | -6/+6 |
| | |||||
* | autoconf | Andrew Bartlett | 2001-11-11 | 1 | -794/+755 |
| | |||||
* | Remove built-in support for clear-text kerberos authentication. | Andrew Bartlett | 2001-11-11 | 3 | -279/+16 |
| | | | | | | | | | | This should remove some confusion from the ./configure, but does not affect the 'real' kerberos support currently residing in smbd/sesssetup.c. This code is vunerable to a spoofed KDC, and is best replaced by --with-pam and the pam_krb5 module. This module includes measures to prevent such spoofing. Andrew Bartlett | ||||
* | fixed, moved and added some functions | Simo Sorce | 2001-11-10 | 3 | -99/+154 |
| | | | | note the useful acnv_uxu2 and acnv_u2ux functions in charcnv.c | ||||
* | Use defined constants not integers. | Jeremy Allison | 2001-11-10 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | As pdb_ldap.c does not compile in HEAD anyway, a not-compiled merge | Volker Lendecke | 2001-11-09 | 1 | -2/+6 |
| | | | | | | from 2_2. Volker | ||||
* | Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the | Gerald Carter | 2001-11-09 | 2 | -3/+10 |
| | | | | rpc_spoolss.h header file. | ||||
* | Fixup __LPID -> _LPID. | Jeremy Allison | 2001-11-09 | 2 | -2/+2 |
| | | | | Jeremy. | ||||
* | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 2001-11-09 | 7 | -28/+21 |
| | | | | | | | | | | | | | | | | per-share. I beleive that almost all the things that this could have done on a per-share basis can be done with other tools, like 'force user'. Almost all the user's of this paramater used it as a global anyway... While this is one step at a time, I hope it will allow me to considerably simplfy the make_connection() code, particularly for the user-level security case. This already removes an absolute truckload of extra attempted password lookups on the guest account. Andrew Bartlett | ||||
* | fix the tree so it compiles again | Andrew Tridgell | 2001-11-09 | 1 | -1/+1 |
| | | | | grumble, mumble, ... | ||||
* | Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist() | Tim Potter | 2001-11-09 | 2 | -13/+5 |
| | | | | so that tdbtool can be compiled without having to make clean. | ||||
* | Change to guest logon code. | Andrew Bartlett | 2001-11-08 | 10 | -156/+292 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This changes the way we process guest logons - we now treat them as normal logons, but set the 'guest' flag. In particular this is needed becouse Win2k will do an NTLMSSP login with username "", therefore missing our previous guest connection code - this is getting a pain to do as a special case all over the shop. Tridge: We don't seem to be setting a guest bit for NTLMSSP, in either the anonymous or authenticated case, can you take a look at this? Also some cleanups in the check_password() code that should make some of the debugs clearer. Various other minor cleanups: - change the session code to just take a vuser, rather than having to do a vuid lookup on vuser.vuid - Change some of the global_client_caps linking - Better debug in authorise_login(): show the vuid. Andrew Bartlett | ||||
* | Fixed incorrect debug message. )-: | Tim Potter | 2001-11-08 | 1 | -1/+1 |
| | |||||
* | spoolss_io_devmode private data is binary and should be shown in hex, | Martin Pool | 2001-11-08 | 1 | -1/+2 |
| | | | | not ascii. |