summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vf...Jelmer Vernooij2002-11-131-3/+19
| * Move working VFS modules to source/modules/Jelmer Vernooij2002-11-133-0/+0
| * Move VFS documentation to the HOWTO collectionJelmer Vernooij2002-11-133-117/+9
| * Move VFS documentation to SGMLJelmer Vernooij2002-11-132-0/+197
| * Try to bring libsmbclient in line with the new global_myname stuffAndrew Bartlett2002-11-131-3/+2
| * Undo the new --enable-developer flags that caused breakage on gcc != 3.2, andAndrew Bartlett2002-11-132-470/+1623
| * Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
| * Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
| * - Add some more warning flags for --enable-developer.Andrew Bartlett2002-11-131-2/+16
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-12102-1895/+1662
| * Rename unpack_* functions to be consistentMartin Pool2002-11-121-15/+16
| * 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 la...Jelmer Vernooij2002-11-121-0/+108
| * 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
| * fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter2002-11-111-2/+8
| * 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 connectio...Jeremy Allison2002-11-102-54/+109
| * 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
* | There is support for the cups printing system now as wellJelmer Vernooij2002-11-141-1/+1
* | Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymoreJelmer Vernooij2002-11-141-4/+0
* | small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e...Jelmer Vernooij2002-11-134-0/+123
* | Fix smbwrapper from global* changes.Jeremy Allison2002-11-132-4/+4
* | Merge from HEADAndrew Bartlett2002-11-133-471/+1637
* | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx()Jeremy Allison2002-11-131-1/+1
* | Bring smbmount.c in line with jra's global-cide. global_scope was used here...Jim McDonough2002-11-131-2/+1
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-12102-1895/+1662
* | Updated build spec file - removed make_printerdef and modified DESTDIR handlingJohn Terpstra2002-11-121-19/+10
* | Fix all returns to be size_t (they are all unsigned). Fixup strlen beingJeremy Allison2002-11-111-213/+244
* | fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter2002-11-111-2/+8
* | Improve DEBUG output somewhat moreJelmer Vernooij2002-11-111-2/+5
* | Add more debug infoJelmer Vernooij2002-11-111-2/+2
* | Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
* | Fix typoJelmer Vernooij2002-11-111-1/+1
* | Sync with HEAD.Tim Potter2002-11-111-174/+274
* | First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison2002-11-102-54/+109
* | Print the number of returned rows, not the number of fieldsJelmer Vernooij2002-11-101-2/+2
* | Sync with HEADJelmer Vernooij2002-11-109-1757/+0