| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Small auth updates: | Andrew Bartlett | 2002-11-15 | 4 | -11/+6 |
| * | patch from aedil@alchar.org to correctly detect solaris workshop CC's ability | Andrew Bartlett | 2002-11-15 | 2 | -475/+1625 |
| * | Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group | Jeremy Allison | 2002-11-15 | 1 | -0/+16 |
| * | fix segfault | Gerald Carter | 2002-11-15 | 1 | -1/+3 |
| * | enable enumeration of domain local groups using LDAP (and in a native mode do... | Gerald Carter | 2002-11-15 | 1 | -5/+30 |
| * | Rename pdb_mysql and pdb_xml to 'mysql' and 'xml' | Jelmer Vernooij | 2002-11-15 | 2 | -1615/+479 |
| * | Use smb_register_passdb() - plus some small fixes | Jelmer Vernooij | 2002-11-15 | 5 | -24/+32 |
| * | Add smb_register_passdb() | Jelmer Vernooij | 2002-11-15 | 3 | -86/+60 |
| * | Rerun autoconf | Andrew Bartlett | 2002-11-15 | 1 | -471/+1607 |
| * | When testing for /usr/include/heimdal, don't include /usr/heimdal/include | Andrew Bartlett | 2002-11-15 | 1 | -2/+2 |
| * | Add const to DEBUG() macro. | Andrew Bartlett | 2002-11-15 | 2 | -6/+6 |
| * | A cool idea from mbp: create a big shared library of all Samba objects | Tim Potter | 2002-11-15 | 1 | -1/+17 |
| * | A cool idea from mbp: create a big shared library of all Samba objects | Tim Potter | 2002-11-15 | 1 | -4/+3 |
| * | Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions a... | Jelmer Vernooij | 2002-11-14 | 1 | -4/+0 |
| * | Quieten status message when linking libsmbclient.so | Tim Potter | 2002-11-14 | 1 | -1/+1 |
| * | 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 the global_* changes. | Jeremy Allison | 2002-11-13 | 2 | -4/+4 |
| * | Add installmodules and uninstallmodules targets | Jelmer Vernooij | 2002-11-13 | 1 | -1/+7 |
| * | Remove obsolete scripts and put in module install/uninstall | Jelmer Vernooij | 2002-11-13 | 6 | -171/+65 |
| * | Add debug2html and *.so | Jelmer Vernooij | 2002-11-13 | 1 | -0/+2 |
| * | Move 'weird' character set into new 'developer' module | Jelmer Vernooij | 2002-11-13 | 3 | -111/+135 |
| * | Load modules in lp_modules() after fork() | Jelmer Vernooij | 2002-11-13 | 1 | -0/+4 |
| * | 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 |
| * | Add a DEBUG() that gives the number of successfully loaded modules - useful f... | Jelmer Vernooij | 2002-11-13 | 1 | -0/+2 |
| * | Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if | Jelmer Vernooij | 2002-11-13 | 3 | -9/+13 |
| * | 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 vf... | Jelmer Vernooij | 2002-11-13 | 1 | -3/+19 |
| * | Move working VFS modules to source/modules/ | Jelmer Vernooij | 2002-11-13 | 3 | -0/+1257 |
| * | 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 |
| * | 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 |
| * | union is better to avoid problems with pointers | Simo Sorce | 2002-11-11 | 1 | -21/+27 |