summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-12102-1895/+1662
| | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy.
* Rename unpack_* functions to be consistentMartin Pool2002-11-121-15/+16
| | | | | | Decode CP850 strings when unpacking Add variable giving default encoding name
* Rename pytdbpack_unpack -> pytdbunpackMartin Pool2002-11-121-7/+7
|
* Just reorder functions to put related ones togetherMartin Pool2002-11-121-40/+38
|
* Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-94/+0
|
* Remove dead code for packing buffers which has now been reimplemented.Martin Pool2002-11-121-36/+0
|
* Remove non-integer Pointer values, which are no longer supported.Martin Pool2002-11-121-2/+0
|
* Don't throw out WEIRD - yet (I committed my local changes together with my ↵Jelmer Vernooij2002-11-121-0/+108
| | | | last fix. D'oh!)
* Fix segfault with high debug levelsJelmer Vernooij2002-11-121-109/+1
|
* Add smb_register_charset() and use itJelmer Vernooij2002-11-122-33/+81
|
* Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
| | | | | done on ucs2 strings. Jeremy.
* fix for CR 601. Only call addprinter command when the port, driver, ↵Gerald Carter2002-11-111-2/+8
| | | | comment, or location field changed
* fix typo(s/plaintext pass column/plain pass column/)Jelmer Vernooij2002-11-111-3/+3
|
* More improvement of DEBUG outputJelmer Vernooij2002-11-111-2/+5
|
* Add extra debug infoJelmer Vernooij2002-11-111-2/+2
|
* Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
|
* Fix typoJelmer Vernooij2002-11-111-1/+1
|
* Add note about error that happens when the loopback device doesn't workJelmer Vernooij2002-11-111-0/+6
|
* union is better to avoid problems with pointersSimo Sorce2002-11-111-21/+27
|
* First cut of fix for changenotify on a print server handle. Use the ↵Jeremy Allison2002-11-102-54/+109
| | | | | | | connections tdb with an snum of -1 and a special printername. Jeremy.
* Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
|
* Add $(POPT_LIB_OBJ) to PROTO_OBJJelmer Vernooij2002-11-101-1/+1
|
* Add example for MySQLJelmer Vernooij2002-11-102-0/+46
|
* consolidate error mapping functions into a single fileSimo Sorce2002-11-103-76/+56
|
* Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison2002-11-101-13/+36
| | | | | when holding a mutex.... :-). Jeremy.
* make sure we don't try to decode any null password buffers during aAndrew Tridgell2002-11-101-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 SASLAndrew Tridgell2002-11-101-2/+5
|
* Kill append_log from smbmount (thanks vance for reminding me).Andrew Bartlett2002-11-091-2/+0
| | | | Andrew Bartlett
* Add net help join text, from Steve Langasek.Jim McDonough2002-11-091-15/+32
| | | | | | | Also update the other commands to his correct example of [<method>], since it is optional. Thanks, Steve.
* deldriver fixGerald Carter2002-11-093-6/+18
|
* re-enable ffpcn on print server handleGerald Carter2002-11-091-1/+1
|
* remove accidental debug code..Gerald Carter2002-11-091-4/+0
|
* Fix bug found by tpot with given password server.Jeremy Allison2002-11-091-1/+1
| | | | Jeremy.
* Add chainlock_read functions to get a read lock. Used in *massively*Jeremy Allison2002-11-092-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 attemptAndrew Bartlett2002-11-091-0/+1
| | | | | | to contact a random IP address. Andrew Bartlett
* Rewrite all the packing stuff so that it converts 'f' strings to CP850Martin Pool2002-11-091-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_HEADGerald Carter2002-11-081-2/+7
|
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-085-36/+2
| | | | | | | | append writes. (blessed by jra) Andrew Bartlett
* Make smbpasswd use the group mapping, and fix spelling in ldapsam.Andrew Bartlett2002-11-082-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 Bartlett2002-11-081-0/+2
|
* Make smbpasswd tell people to use 'net join', not 'net rpc join' now we haveAndrew Bartlett2002-11-081-1/+1
| | | | the automagic detection.
* Add enumdataex commandJim McDonough2002-11-081-0/+80
|
* Implement enumdata commandJim McDonough2002-11-081-2/+85
|
* Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
|
* patches from UrbanGerald Carter2002-11-082-0/+5
|
* Don't set global_machine_password_needs_changing ifTim Potter2002-11-081-4/+6
| | | | lp_machine_password_timeout() is set to zero.
* Fix crash bug with overwriting memory.Jeremy Allison2002-11-071-5/+3
| | | | Jeremy.
* Make append_log work againJelmer Vernooij2002-11-071-0/+3
|
* Back out lp_modules() check - this one got in by accident when I added ↵Jelmer Vernooij2002-11-071-6/+0
| | | | poptSetOtherOptions
* Fix small typoJelmer Vernooij2002-11-071-1/+1
|