| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Add make target 'modules' that currently builds vfs_audit, vfs_recycle and vf... | Jelmer Vernooij | 2002-11-13 | 1 | -3/+19 |
| * | 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 |
| * | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 2002-11-13 | 1 | -1/+1 |
| * | 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 |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 102 | -1895/+1662 |
| * | Rename unpack_* functions to be consistent | Martin Pool | 2002-11-12 | 1 | -15/+16 |
| * | 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 la... | Jelmer Vernooij | 2002-11-12 | 1 | -0/+108 |
| * | 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 |
| * | fix for CR 601. Only call addprinter command when the port, driver, comment,... | Gerald Carter | 2002-11-11 | 1 | -2/+8 |
| * | 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 connectio... | Jeremy Allison | 2002-11-10 | 2 | -54/+109 |
| * | 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 |
* | | There is support for the cups printing system now as well | Jelmer Vernooij | 2002-11-14 | 1 | -1/+1 |
* | | Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymore | Jelmer Vernooij | 2002-11-14 | 1 | -4/+0 |
* | | small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e... | Jelmer Vernooij | 2002-11-13 | 4 | -0/+123 |
* | | Fix smbwrapper from global* changes. | Jeremy Allison | 2002-11-13 | 2 | -4/+4 |
* | | Merge from HEAD | Andrew Bartlett | 2002-11-13 | 3 | -471/+1637 |
* | | Sorry Jim we can't assign to global_xxx(), we need to call set_global_xxx() | Jeremy Allison | 2002-11-13 | 1 | -1/+1 |
* | | Bring smbmount.c in line with jra's global-cide. global_scope was used here... | Jim McDonough | 2002-11-13 | 1 | -2/+1 |
* | | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 102 | -1895/+1662 |
* | | Updated build spec file - removed make_printerdef and modified DESTDIR handling | John Terpstra | 2002-11-12 | 1 | -19/+10 |
* | | Fix all returns to be size_t (they are all unsigned). Fixup strlen being | Jeremy Allison | 2002-11-11 | 1 | -213/+244 |
* | | fix for CR 601. Only call addprinter command when the port, driver, comment,... | Gerald Carter | 2002-11-11 | 1 | -2/+8 |
* | | Improve DEBUG output somewhat more | Jelmer Vernooij | 2002-11-11 | 1 | -2/+5 |
* | | Add more 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 |
* | | Sync with HEAD. | Tim Potter | 2002-11-11 | 1 | -174/+274 |
* | | First cut of fix for changenotify on a print server handle. Use the connectio... | Jeremy Allison | 2002-11-10 | 2 | -54/+109 |
* | | Print the number of returned rows, not the number of fields | Jelmer Vernooij | 2002-11-10 | 1 | -2/+2 |
* | | Sync with HEAD | Jelmer Vernooij | 2002-11-10 | 9 | -1757/+0 |