summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-11-13Ignore MakefileJelmer Vernooij1-0/+2
2002-11-13Add a DEBUG() that gives the number of successfully loaded modules - useful f...Jelmer Vernooij1-0/+2
2002-11-13Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target ifJelmer Vernooij3-9/+13
2002-11-13Don't build Makefile.in in examples/VFS/Jelmer Vernooij2-1606/+469
2002-11-13Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vf...Jelmer Vernooij1-3/+19
2002-11-13Move working VFS modules to source/modules/Jelmer Vernooij3-0/+0
2002-11-13Move VFS documentation to the HOWTO collectionJelmer Vernooij3-117/+9
2002-11-13Move VFS documentation to SGMLJelmer Vernooij2-0/+197
2002-11-13Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett1-3/+2
2002-11-13Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2-470/+1623
2002-11-13Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison1-1/+1
2002-11-13Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough1-2/+1
2002-11-13- Add some more warning flags for --enable-developer.Andrew Bartlett1-2/+16
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison102-1895/+1662
2002-11-12Rename unpack_* functions to be consistentMartin Pool1-15/+16
2002-11-12Rename pytdbpack_unpack -> pytdbunpackMartin Pool1-7/+7
2002-11-12Just reorder functions to put related ones togetherMartin Pool1-40/+38
2002-11-12Remove dead code for packing buffers which has now been reimplemented.Martin Pool1-94/+0
2002-11-12Remove dead code for packing buffers which has now been reimplemented.Martin Pool1-36/+0
2002-11-12Remove non-integer Pointer values, which are no longer supported.Martin Pool1-2/+0
2002-11-12Don't throw out WEIRD - yet (I committed my local changes together with my la...Jelmer Vernooij1-0/+108
2002-11-12Fix segfault with high debug levelsJelmer Vernooij1-109/+1
2002-11-12Add smb_register_charset() and use itJelmer Vernooij2-33/+81
2002-11-11Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison1-213/+244
2002-11-11fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter1-2/+8
2002-11-11fix typo(s/plaintext pass column/plain pass column/)Jelmer Vernooij1-3/+3
2002-11-11More improvement of DEBUG outputJelmer Vernooij1-2/+5
2002-11-11Add extra debug infoJelmer Vernooij1-2/+2
2002-11-11Add getdata and getdataex commandsJim McDonough1-38/+187
2002-11-11Fix typoJelmer Vernooij1-1/+1
2002-11-11Add note about error that happens when the loopback device doesn't workJelmer Vernooij1-0/+6
2002-11-11union is better to avoid problems with pointersSimo Sorce1-21/+27
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison2-54/+109
2002-11-10Print the number of returned rows, not the number of fieldsJelmer Vernooij1-2/+2
2002-11-10Add $(POPT_LIB_OBJ) to PROTO_OBJJelmer Vernooij1-1/+1
2002-11-10Add example for MySQLJelmer Vernooij2-0/+46
2002-11-10consolidate error mapping functions into a single fileSimo Sorce3-76/+56
2002-11-10Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison1-13/+36
2002-11-10make sure we don't try to decode any null password buffers during aAndrew Tridgell1-11/+30
2002-11-10make sure that if kerberos fails we can fall back on NTLMSSP for SASLAndrew Tridgell1-2/+5
2002-11-09Kill append_log from smbmount (thanks vance for reminding me).Andrew Bartlett1-2/+0
2002-11-09Add net help join text, from Steve Langasek.Jim McDonough1-15/+32
2002-11-09deldriver fixGerald Carter3-6/+18
2002-11-09re-enable ffpcn on print server handleGerald Carter1-1/+1
2002-11-09remove accidental debug code..Gerald Carter1-4/+0
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-09Add chainlock_read functions to get a read lock. Used in *massively*Jeremy Allison2-5/+50
2002-11-09Fix bug where not specifying '-S PDC' in 'net join' would cause it to attemptAndrew Bartlett1-0/+1
2002-11-09Rewrite all the packing stuff so that it converts 'f' strings to CP850Martin Pool1-174/+274
2002-11-08defunct winbindd fix from APP_HEADGerald Carter1-2/+7