Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add lp_modules() | Jelmer Vernooij | 2002-11-13 | 1 | -0/+3 |
| | |||||
* | Don't crash when there are no arguments specified | Jelmer Vernooij | 2002-11-13 | 1 | -1/+4 |
| | |||||
* | Ignore Makefile | Jelmer Vernooij | 2002-11-13 | 1 | -0/+2 |
| | |||||
* | Add a DEBUG() that gives the number of successfully loaded modules - useful ↵ | Jelmer Vernooij | 2002-11-13 | 1 | -0/+2 |
| | | | | for debugging | ||||
* | Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if | Jelmer Vernooij | 2002-11-13 | 3 | -9/+13 |
| | | | | the libs they depend on are available | ||||
* | Don't build Makefile.in in examples/VFS/ | Jelmer Vernooij | 2002-11-13 | 2 | -1606/+469 |
| | |||||
* | Add make target 'modules' that currently builds vfs_audit, vfs_recycle and ↵ | Jelmer Vernooij | 2002-11-13 | 1 | -3/+19 |
| | | | | vfs_netatalk | ||||
* | Move working VFS modules to source/modules/ | Jelmer Vernooij | 2002-11-13 | 3 | -0/+0 |
| | |||||
* | Move VFS documentation to the HOWTO collection | Jelmer Vernooij | 2002-11-13 | 3 | -117/+9 |
| | |||||
* | Move VFS documentation to SGML | Jelmer Vernooij | 2002-11-13 | 2 | -0/+197 |
| | |||||
* | Try to bring libsmbclient in line with the new global_myname stuff | Andrew Bartlett | 2002-11-13 | 1 | -3/+2 |
| | |||||
* | Undo the new --enable-developer flags that caused breakage on gcc != 3.2, and | Andrew Bartlett | 2002-11-13 | 2 | -470/+1623 |
| | | | | rerun autoconf | ||||
* | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 2002-11-13 | 1 | -1/+1 |
| | | | | | to ensure the malloc is done. Jeremy. | ||||
* | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 2002-11-13 | 1 | -2/+1 |
| | |||||
* | - Add some more warning flags for --enable-developer. | Andrew Bartlett | 2002-11-13 | 1 | -2/+16 |
| | | | | - patch from SUSE for hiemdal headers in /usr/include/heimdal | ||||
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 102 | -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 consistent | Martin Pool | 2002-11-12 | 1 | -15/+16 |
| | | | | | | Decode CP850 strings when unpacking Add variable giving default encoding name | ||||
* | Rename pytdbpack_unpack -> pytdbunpack | Martin Pool | 2002-11-12 | 1 | -7/+7 |
| | |||||
* | Just reorder functions to put related ones together | Martin Pool | 2002-11-12 | 1 | -40/+38 |
| | |||||
* | Remove dead code for packing buffers which has now been reimplemented. | Martin Pool | 2002-11-12 | 1 | -94/+0 |
| | |||||
* | Remove dead code for packing buffers which has now been reimplemented. | Martin Pool | 2002-11-12 | 1 | -36/+0 |
| | |||||
* | Remove non-integer Pointer values, which are no longer supported. | Martin Pool | 2002-11-12 | 1 | -2/+0 |
| | |||||
* | Don't throw out WEIRD - yet (I committed my local changes together with my ↵ | Jelmer Vernooij | 2002-11-12 | 1 | -0/+108 |
| | | | | last fix. D'oh!) | ||||
* | Fix segfault with high debug levels | Jelmer Vernooij | 2002-11-12 | 1 | -109/+1 |
| | |||||
* | Add smb_register_charset() and use it | Jelmer Vernooij | 2002-11-12 | 2 | -33/+81 |
| | |||||
* | Fix all returns to be size_t (they are all unsigned). Fixup strlen being | Jeremy Allison | 2002-11-11 | 1 | -213/+244 |
| | | | | | done on ucs2 strings. Jeremy. | ||||
* | fix for CR 601. Only call addprinter command when the port, driver, ↵ | Gerald Carter | 2002-11-11 | 1 | -2/+8 |
| | | | | comment, or location field changed | ||||
* | fix typo(s/plaintext pass column/plain pass column/) | Jelmer Vernooij | 2002-11-11 | 1 | -3/+3 |
| | |||||
* | 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 |