Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More improvement of DEBUG output | Jelmer Vernooij | 2002-11-11 | 1 | -2/+5 | |
| | ||||||
* | Add extra debug info | Jelmer Vernooij | 2002-11-11 | 1 | -2/+2 | |
| | ||||||
* | Add getdata and getdataex commands | Jim McDonough | 2002-11-11 | 1 | -38/+187 | |
| | ||||||
* | Fix typo | Jelmer Vernooij | 2002-11-11 | 1 | -1/+1 | |
| | ||||||
* | Add note about error that happens when the loopback device doesn't work | Jelmer Vernooij | 2002-11-11 | 1 | -0/+6 | |
| | ||||||
* | union is better to avoid problems with pointers | Simo Sorce | 2002-11-11 | 1 | -21/+27 | |
| | ||||||
* | First cut of fix for changenotify on a print server handle. Use the ↵ | Jeremy Allison | 2002-11-10 | 2 | -54/+109 | |
| | | | | | | | connections tdb with an snum of -1 and a special printername. Jeremy. | |||||
* | Print the number of returned rows, not the number of fields | Jelmer Vernooij | 2002-11-10 | 1 | -2/+2 | |
| | ||||||
* | Add $(POPT_LIB_OBJ) to PROTO_OBJ | Jelmer Vernooij | 2002-11-10 | 1 | -1/+1 | |
| | ||||||
* | Add example for MySQL | Jelmer Vernooij | 2002-11-10 | 2 | -0/+46 | |
| | ||||||
* | consolidate error mapping functions into a single file | Simo Sorce | 2002-11-10 | 3 | -76/+56 | |
| | ||||||
* | Fix for scalable printing noticed by tpot. Don't loop infinately | Jeremy Allison | 2002-11-10 | 1 | -13/+36 | |
| | | | | | when holding a mutex.... :-). Jeremy. | |||||
* | make sure we don't try to decode any null password buffers during a | Andrew Tridgell | 2002-11-10 | 1 | -11/+30 | |
| | | | | | SAM sync. This copes with both unset passwords from NT4 DCs and the null passwords you get from w2k domains. | |||||
* | make sure that if kerberos fails we can fall back on NTLMSSP for SASL | Andrew Tridgell | 2002-11-10 | 1 | -2/+5 | |
| | ||||||
* | Kill append_log from smbmount (thanks vance for reminding me). | Andrew Bartlett | 2002-11-09 | 1 | -2/+0 | |
| | | | | Andrew Bartlett | |||||
* | Add net help join text, from Steve Langasek. | Jim McDonough | 2002-11-09 | 1 | -15/+32 | |
| | | | | | | | Also update the other commands to his correct example of [<method>], since it is optional. Thanks, Steve. | |||||
* | deldriver fix | Gerald Carter | 2002-11-09 | 3 | -6/+18 | |
| | ||||||
* | re-enable ffpcn on print server handle | Gerald Carter | 2002-11-09 | 1 | -1/+1 | |
| | ||||||
* | remove accidental debug code.. | Gerald Carter | 2002-11-09 | 1 | -4/+0 | |
| | ||||||
* | Fix bug found by tpot with given password server. | Jeremy Allison | 2002-11-09 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Add chainlock_read functions to get a read lock. Used in *massively* | Jeremy Allison | 2002-11-09 | 2 | -5/+50 | |
| | | | | | contended tdb's (and I've got one :-). Jeremy. | |||||
* | Fix bug where not specifying '-S PDC' in 'net join' would cause it to attempt | Andrew Bartlett | 2002-11-09 | 1 | -0/+1 | |
| | | | | | | to contact a random IP address. Andrew Bartlett | |||||
* | Rewrite all the packing stuff so that it converts 'f' strings to CP850 | Martin Pool | 2002-11-09 | 1 | -174/+274 | |
| | | | | | | | | on encoding. (Tough luck if your Samba codepage is not 850.) It's much cleaner and possibly more efficient now too: just build one big list of strings, then zip it up at the end. Still need to do this for unpacking. | |||||
* | defunct winbindd fix from APP_HEAD | Gerald Carter | 2002-11-08 | 1 | -2/+7 | |
| | ||||||
* | Compleatly remove support for logfile truncation. All logs are opened for | Andrew Bartlett | 2002-11-08 | 5 | -36/+2 | |
| | | | | | | | | append writes. (blessed by jra) Andrew Bartlett | |||||
* | Make smbpasswd use the group mapping, and fix spelling in ldapsam. | Andrew Bartlett | 2002-11-08 | 2 | -30/+38 | |
| | | | | | | This gets user mangler for doamins working again. Andrew Bartlett | |||||
* | Make it easier to track things down here - add some debugs on failure. | Andrew Bartlett | 2002-11-08 | 1 | -0/+2 | |
| | ||||||
* | Make smbpasswd tell people to use 'net join', not 'net rpc join' now we have | Andrew Bartlett | 2002-11-08 | 1 | -1/+1 | |
| | | | | the automagic detection. | |||||
* | Add enumdataex command | Jim McDonough | 2002-11-08 | 1 | -0/+80 | |
| | ||||||
* | Implement enumdata command | Jim McDonough | 2002-11-08 | 1 | -2/+85 | |
| | ||||||
* | Add enumkey command (EnumPrinterKey api) | Jim McDonough | 2002-11-08 | 1 | -0/+76 | |
| | ||||||
* | patches from Urban | Gerald Carter | 2002-11-08 | 2 | -0/+5 | |
| | ||||||
* | Don't set global_machine_password_needs_changing if | Tim Potter | 2002-11-08 | 1 | -4/+6 | |
| | | | | lp_machine_password_timeout() is set to zero. | |||||
* | Fix crash bug with overwriting memory. | Jeremy Allison | 2002-11-07 | 1 | -5/+3 | |
| | | | | Jeremy. | |||||
* | Make append_log work again | Jelmer Vernooij | 2002-11-07 | 1 | -0/+3 | |
| | ||||||
* | Back out lp_modules() check - this one got in by accident when I added ↵ | Jelmer Vernooij | 2002-11-07 | 1 | -6/+0 | |
| | | | | poptSetOtherOptions | |||||
* | Fix small typo | Jelmer Vernooij | 2002-11-07 | 1 | -1/+1 | |
| | ||||||
* | What is wrong with you, Jim? Check in the final version, not an interim one... | Jim McDonough | 2002-11-07 | 1 | -139/+17 | |
| | ||||||
* | Fix the build. | Jim McDonough | 2002-11-07 | 1 | -1/+4 | |
| | | | | | | Build farm! Build farm! Please check the build farm! ...or at least run make torture. | |||||
* | Allow multiple fragment RPC's to be sent. | Jim McDonough | 2002-11-07 | 1 | -18/+175 | |
| | ||||||
* | Stop using hardcoded transact commands | Jim McDonough | 2002-11-07 | 1 | -3/+3 | |
| | ||||||
* | Add smbtrans subcommands so we can stop hardcoding them | Jim McDonough | 2002-11-07 | 1 | -0/+5 | |
| | ||||||
* | Remove lp_security() checks for winbindd as this is how we act as a PDC. | Tim Potter | 2002-11-07 | 1 | -6/+0 | |
| | | | | Keep the rest of the cleanups though. | |||||
* | Keeping branches in sync.... | Jeremy Allison | 2002-11-07 | 1 | -1/+2 | |
| | | | | Jeremy. | |||||
* | fixed some formatting errors and improved some debug statements in | Andrew Tridgell | 2002-11-07 | 1 | -7/+11 | |
| | | | | 'net rpc vampire' | |||||
* | when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create a | Andrew Tridgell | 2002-11-07 | 1 | -0/+3 | |
| | | | | | | | | | | sam account object, then pdb_update_sam_account() can be used to update an account. This code path could lead to the methods element of the account being used when uninitialised (leading to a segv) Easiest fix is to always make that that when creating a sam_account object we initialise the methods to null, so that the passdb code knows that it needs to be filled in. | |||||
* | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 2002-11-07 | 13 | -67/+370 | |
| | | | | | | | Also tidied up some of Richard's code (I don't think he uses the compiler flags -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual like I do :-) :-). Jeremy. | |||||
* | Call winbindd_param_init() earlier on in the piece so we don't get stuck in | Tim Potter | 2002-11-07 | 2 | -15/+22 | |
| | | | | | | the holding pattern when started up when security = user or security = ads. Clean up return value of winbindd_common_init() - what a mess! | |||||
* | For a BUFFER5, don't parse the buffer if the buffer length is zero. | Tim Potter | 2002-11-06 | 1 | -3/+4 | |
| | ||||||
* | Client side functions for enumprinterkey. | Tim Potter | 2002-11-06 | 2 | -0/+129 | |
| |