Age | Commit message (Expand) | Author | Files | Lines |
2002-11-22 | Add support for 'restrict anonymous=2' and make the doco give a slight hint | Andrew Bartlett | 2 | -25/+9 |
2002-11-22 | Add support for new 'F' format, which is a string in the default | Martin Pool | 1 | -34/+64 |
2002-11-21 | If you don't specify --with-python, we assume "python" anyhow, because | Martin Pool | 2 | -1613/+491 |
2002-11-21 | get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This shoul... | Jim McDonough | 1 | -1/+1 |
2002-11-21 | merge get_friendly_nt_err_msg() from app_head | Gerald Carter | 1 | -0/+50 |
2002-11-20 | fixed a number of places where we can try to free a wild pointer or | Andrew Tridgell | 1 | -2/+14 |
2002-11-20 | Ignore automatically generated Makefile. | Tim Potter | 1 | -0/+1 |
2002-11-20 | Spelling fix. | Tim Potter | 4 | -4/+4 |
2002-11-20 | more %U fixes for head | Andrew Tridgell | 2 | -0/+4 |
2002-11-19 | a better for for using %U in smb.conf | Andrew Tridgell | 3 | -8/+32 |
2002-11-19 | Fixed two very, very minor typos (that sort of just annoyed me). | Christopher R. Hertel | 1 | -2/+2 |
2002-11-19 | Very curious. It turns out attribute matching on truncate only matters | Jeremy Allison | 1 | -2/+2 |
2002-11-19 | Merge from appliance: | Tim Potter | 1 | -6/+16 |
2002-11-19 | Fix typo in docstring. | Tim Potter | 1 | -1/+1 |
2002-11-18 | Added HIDDEN/NORMAL attribute test. | Jeremy Allison | 1 | -1/+49 |
2002-11-18 | Bug fix from appliance - we must initialise the winbindd server state | Tim Potter | 1 | -2/+2 |
2002-11-18 | Don't pass a function to ADS_ERR_OK(). | Jim McDonough | 1 | -6/+13 |
2002-11-18 | Revert ADS_ERR_OK change. Some compilers didn't like it. | Jim McDonough | 1 | -1/+1 |
2002-11-18 | Back out some goofs that accidentally checked in with printer publishing. | Jim McDonough | 1 | -3/+3 |
2002-11-18 | Next step of printer publishing. | Jim McDonough | 3 | -196/+280 |
2002-11-18 | bad date string in specfile | Gerald Carter | 1 | -1/+1 |
2002-11-18 | sync packaging changes with SAMBA_3_0 | Gerald Carter | 5 | -161/+172 |
2002-11-18 | use ${RPM} for rpm v4.1 | Gerald Carter | 1 | -14/+66 |
2002-11-18 | formatting fix | Gerald Carter | 1 | -35/+35 |
2002-11-18 | the change in the way %U is handled to use current_user has broken | Andrew Tridgell | 1 | -0/+3 |
2002-11-17 | Renamed uuid_to_string() to guid_to_string() to avoid conflict with OSF DEC | Tim Potter | 1 | -1/+1 |
2002-11-16 | Added for the people who want to use Windows XP with plaintext | Tim Potter | 1 | -0/+0 |
2002-11-16 | Update docs status document | Jelmer Vernooij | 1 | -4/+0 |
2002-11-16 | Update for 3.0 | Jelmer Vernooij | 1 | -5/+18 |
2002-11-16 | Update for 3.0 | Jelmer Vernooij | 2 | -30/+5 |
2002-11-15 | /bin/sh on solaris swallows the failure code, so exec this directly. | Andrew Bartlett | 1 | -1/+1 |
2002-11-15 | One more small fix in tree.c | Richard Sharpe | 1 | -2/+2 |
2002-11-15 | Fix some problems with tree.c reported by users. | Richard Sharpe | 3 | -125/+6 |
2002-11-15 | Remove the assumption that all Solaris has -lsendfile. | Andrew Bartlett | 3 | -2/+69 |
2002-11-15 | Add samdump and vampire to 'net rpc help' | Andrew Bartlett | 1 | -0/+2 |
2002-11-15 | Add const to PACKS() | Andrew Bartlett | 1 | -2/+2 |
2002-11-15 | Include the hostname we are trying to match with $@, to allow easier debugging. | Andrew Bartlett | 1 | -1/+1 |
2002-11-15 | Small auth updates: | Andrew Bartlett | 4 | -11/+6 |
2002-11-15 | patch from aedil@alchar.org to correctly detect solaris workshop CC's ability | Andrew Bartlett | 2 | -475/+1625 |
2002-11-15 | Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group | Jeremy Allison | 1 | -0/+16 |
2002-11-15 | fix segfault | Gerald Carter | 1 | -1/+3 |
2002-11-15 | enable enumeration of domain local groups using LDAP (and in a native mode do... | Gerald Carter | 1 | -5/+30 |
2002-11-15 | Update to use smb_register_passdb() | Jelmer Vernooij | 2 | -47/+13 |
2002-11-15 | Rename pdb_mysql and pdb_xml to 'mysql' and 'xml' | Jelmer Vernooij | 2 | -1615/+479 |
2002-11-15 | Use smb_register_passdb() - plus some small fixes | Jelmer Vernooij | 5 | -24/+32 |
2002-11-15 | Add smb_register_passdb() | Jelmer Vernooij | 3 | -86/+60 |
2002-11-15 | Add the rename torture test. | Andrew Bartlett | 2 | -1/+4 |
2002-11-15 | Rerun autoconf | Andrew Bartlett | 1 | -471/+1607 |
2002-11-15 | When testing for /usr/include/heimdal, don't include /usr/heimdal/include | Andrew Bartlett | 1 | -2/+2 |
2002-11-15 | Add const to DEBUG() macro. | Andrew Bartlett | 2 | -6/+6 |