Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for new 'F' format, which is a string in the default | Martin Pool | 2002-11-22 | 1 | -34/+64 | |
| | | | | codepage. | |||||
* | If you don't specify --with-python, we assume "python" anyhow, because | Martin Pool | 2002-11-21 | 2 | -1613/+491 | |
| | | | | the extensions are not built until you specifically "make python_ext". | |||||
* | get_nt_error_msg from APPLIANCE_HEAD is called nt_errstr in HEAD. This ↵ | Jim McDonough | 2002-11-21 | 1 | -1/+1 | |
| | | | | should fix the build. | |||||
* | merge get_friendly_nt_err_msg() from app_head | Gerald Carter | 2002-11-21 | 1 | -0/+50 | |
| | ||||||
* | fixed a number of places where we can try to free a wild pointer or | Andrew Tridgell | 2002-11-20 | 1 | -2/+14 | |
| | | | | | look for the record count after an invalid search. This fixes a segv in ldapsam | |||||
* | Spelling fix. | Tim Potter | 2002-11-20 | 2 | -2/+2 | |
| | ||||||
* | more %U fixes for head | Andrew Tridgell | 2002-11-20 | 2 | -0/+4 | |
| | ||||||
* | a better for for using %U in smb.conf | Andrew Tridgell | 2002-11-19 | 3 | -8/+32 | |
| | | | | | this follows the method used for remote_machine and also fixes the problem of anonymous connections clobbering the string | |||||
* | Very curious. It turns out attribute matching on truncate only matters | Jeremy Allison | 2002-11-19 | 1 | -2/+2 | |
| | | | | | | when opening truncate with current SYSTEM|HIDDEN -> NONE. It's fine to truncate on open with current NONE -> SYSTEM | HIDDEN. Jeremy. | |||||
* | Merge from appliance: | Tim Potter | 2002-11-19 | 1 | -6/+16 | |
| | | | | >Fix memory leak in cli_ds_getprimarydominfo() | |||||
* | Fix typo in docstring. | Tim Potter | 2002-11-19 | 1 | -1/+1 | |
| | ||||||
* | Added HIDDEN/NORMAL attribute test. | Jeremy Allison | 2002-11-18 | 1 | -1/+49 | |
| | | | | Jeremy. | |||||
* | Bug fix from appliance - we must initialise the winbindd server state | Tim Potter | 2002-11-18 | 1 | -2/+2 | |
| | | | | before reading smb.conf parameters, not after. | |||||
* | Don't pass a function to ADS_ERR_OK(). | Jim McDonough | 2002-11-18 | 1 | -6/+13 | |
| | ||||||
* | Revert ADS_ERR_OK change. Some compilers didn't like it. | Jim McDonough | 2002-11-18 | 1 | -1/+1 | |
| | | | | | | The problem is that ADS_ERR_OK() run on a function that returns an ADS_STATUS causes the function to be run mulitple times...so you have to return a status, then check it with the macro. | |||||
* | Back out some goofs that accidentally checked in with printer publishing. | Jim McDonough | 2002-11-18 | 1 | -3/+3 | |
| | ||||||
* | Next step of printer publishing. | Jim McDonough | 2002-11-18 | 3 | -196/+280 | |
| | | | | | | | | net ads printer publish <printername> [servername] Will retreive the DsSpooler and DsDriver info by rpc for a remote server then publish it. Next comes doing it within smbd | |||||
* | formatting fix | Gerald Carter | 2002-11-18 | 1 | -35/+35 | |
| | ||||||
* | the change in the way %U is handled to use current_user has broken | Andrew Tridgell | 2002-11-18 | 1 | -0/+3 | |
| | | | | | | | some basic usages like 'include = smb.conf.%U' This changes fixes things again, by checking for reload after we setup current_user in tconx. | |||||
* | Renamed uuid_to_string() to guid_to_string() to avoid conflict with OSF DEC | Tim Potter | 2002-11-17 | 1 | -1/+1 | |
| | | | | headers. | |||||
* | Remove the assumption that all Solaris has -lsendfile. | Andrew Bartlett | 2002-11-15 | 3 | -2/+69 | |
| | | | | Andrew Bartlett | |||||
* | Add samdump and vampire to 'net rpc help' | Andrew Bartlett | 2002-11-15 | 1 | -0/+2 | |
| | | | | Andrew Bartlett | |||||
* | Add const to PACKS() | Andrew Bartlett | 2002-11-15 | 1 | -2/+2 | |
| | ||||||
* | Include the hostname we are trying to match with $@, to allow easier debugging. | Andrew Bartlett | 2002-11-15 | 1 | -1/+1 | |
| | ||||||
* | Small auth updates: | Andrew Bartlett | 2002-11-15 | 4 | -11/+6 | |
| | | | | | | | | | | | - add static remove unnneded prototype - move become_root() to just around pdb calls, so as to make it easier to remove when we kill off this silly idea - Change auth_sam to do 'account before password' rather than 'password before account'. This means that we match Win2k in giving 'account disabled' instead of 'wrong password' if the wrong password to a disabled account is used. Andrew Bartlett | |||||
* | patch from aedil@alchar.org to correctly detect solaris workshop CC's ability | Andrew Bartlett | 2002-11-15 | 2 | -475/+1625 | |
| | | | | | | to build shared libs (but not with .po suffix). Andrew Bartlett | |||||
* | Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group | Jeremy Allison | 2002-11-15 | 1 | -0/+16 | |
| | | | | | release. Jeremy. | |||||
* | fix segfault | Gerald Carter | 2002-11-15 | 1 | -1/+3 | |
| | ||||||
* | enable enumeration of domain local groups using LDAP (and in a native mode ↵ | Gerald Carter | 2002-11-15 | 1 | -5/+30 | |
| | | | | domain) | |||||
* | 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 | |
| | | | | instead :-) | |||||
* | 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 | |
| | | | | | | | | | which we can use to link against Samba unit test programs. Now we can compile and link unit tests without having to create 4MB executables for each program It's called libbigballofmud.so both to discourage casual usage and also to reflect what the dependencies within Samba have become. | |||||
* | A cool idea from mbp: create a big shared library of all Samba objects | Tim Potter | 2002-11-15 | 1 | -4/+3 | |
| | | | | | | | | | which we can use to link against Samba unit test programs. Now we can compile and link unit tests without having to create 4MB executables for each program It's called libbigballofmud.so both to discourage casual usage and also to reflect what the dependencies within Samba have become. | |||||
* | Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions ↵ | Jelmer Vernooij | 2002-11-14 | 1 | -4/+0 | |
| | | | | anymore | |||||
* | 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 ↵ | Jelmer Vernooij | 2002-11-13 | 4 | -0/+123 | |
| | | | | exist (e.g. in SuSE 8.1) (by metze) | |||||
* | Fix smbwrapper from the global_* changes. | Jeremy Allison | 2002-11-13 | 2 | -4/+4 | |
| | | | | Jeremy. | |||||
* | 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 ↵ | Jelmer Vernooij | 2002-11-13 | 1 | -0/+2 | |
| | | | | for debugging | |||||
* | Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if | Jelmer Vernooij | 2002-11-13 | 3 | -9/+13 | |
| | | | | the libs they depend on are available |