Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Give warning if 'drvupgrade' doesn't get a parameter | Jelmer Vernooij | 2003-04-03 | 1 | -0/+5 | |
| | ||||||
* | Add documentation for new messages in 3.0 | Jelmer Vernooij | 2003-04-03 | 1 | -102/+176 | |
| | ||||||
* | Remove compile info | Jelmer Vernooij | 2003-04-03 | 1 | -28/+4 | |
| | ||||||
* | Fix typo | Jelmer Vernooij | 2003-04-03 | 1 | -1/+1 | |
| | ||||||
* | More doco updates. Another few days and it will be cooked. | John Terpstra | 2003-04-03 | 4 | -741/+914 | |
| | ||||||
* | Fix a compile warning in slprintf format string. | Tim Potter | 2003-04-03 | 1 | -4/+4 | |
| | | | | | | Possible typo: winbind_idmap_methods -> winbindd_idmap_methods Fix wrong format char when generating a ldap filter string. | |||||
* | The ldap idmap backend from Anthony Liguori (aliguori@us.ibm.com): | Jim McDonough | 2003-04-03 | 8 | -713/+1282 | |
| | | | | | | | This patch moves the ldap routines out of passdb into a generic library and implements an LDAP backend for IDMAP. THe backend can be enabled with "idmap backend = ldap" in smb.conf. THere are also schema changes to make sure to update teh ldap schema files. | |||||
* | Fixup swat warning. | Jeremy Allison | 2003-04-03 | 2 | -1/+7 | |
| | | | | | | Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com> noticed the problem. Jeremy. | |||||
* | winbindd should depend on IDMAP_OBJ too, not just link with it | Jelmer Vernooij | 2003-04-02 | 1 | -3/+3 | |
| | ||||||
* | More of coolo's changes for UTF-8 and some minor fixes of mine. | Richard Sharpe | 2003-04-02 | 1 | -17/+37 | |
| | ||||||
* | There's no need to use LDAP_CFLAGS, just use CFLAGS | Jelmer Vernooij | 2003-04-02 | 1 | -4/+4 | |
| | ||||||
* | Only use cflags and libs from krb5 when they appear to be working - fixes | Jelmer Vernooij | 2003-04-02 | 1 | -3/+4 | |
| | | | | | build on BSD machines that have a krb5-config that returns @INCLUDE_des@ for --cflags | |||||
* | Commit some more fixes for Coolo ... | Richard Sharpe | 2003-04-02 | 4 | -52/+31 | |
| | ||||||
* | Regenerate docs | Jelmer Vernooij | 2003-04-02 | 30 | -2903/+1993 | |
| | ||||||
* | Use entity for percent sign | Jelmer Vernooij | 2003-04-02 | 1 | -0/+2 | |
| | ||||||
* | Add static | Jelmer Vernooij | 2003-04-02 | 2 | -2/+2 | |
| | ||||||
* | Add const (from a patch by Stephan Kulow <coolo@kde.org>) | Jelmer Vernooij | 2003-04-02 | 3 | -18/+20 | |
| | ||||||
* | Add KRB5LIBS to smbmount | Jelmer Vernooij | 2003-04-02 | 1 | -1/+1 | |
| | ||||||
* | Link in lib/snprintf.o with editreg for use on systems that don't have snprintf | Jelmer Vernooij | 2003-04-02 | 1 | -1/+1 | |
| | ||||||
* | Add EDITREG_OBJ | Jelmer Vernooij | 2003-04-02 | 1 | -2/+3 | |
| | ||||||
* | Only link in popt when we need it | Jelmer Vernooij | 2003-04-02 | 2 | -22/+25 | |
| | ||||||
* | Map a useless error code to a useful one... | Andrew Bartlett | 2003-04-02 | 1 | -0/+5 | |
| | ||||||
* | Print out the 'freindly' error message from winbind. Also print useful | Andrew Bartlett | 2003-04-02 | 3 | -11/+28 | |
| | | | | | | | | information into it re the privilaged pipe. Also clean up some bugs in winbindd_pam.c Andrew Bartlett | |||||
* | Only link in libs when they are actually used. Works great here and on | Jelmer Vernooij | 2003-04-02 | 2 | -36/+59 | |
| | | | | one of my other boxes. I'll watch the buildfarm. | |||||
* | Fix searching master ip by bcast when old master has gone away (based on ↵ | Jelmer Vernooij | 2003-04-02 | 1 | -11/+18 | |
| | | | | patch by Stephan Kulow <coolo@kde.org>) | |||||
* | Update ntlm_auth and winbind manpages. | Andrew Bartlett | 2003-04-02 | 2 | -18/+17 | |
| | | | | Andrew Bartlett | |||||
* | error_string, not error_message... | Andrew Bartlett | 2003-04-02 | 1 | -1/+1 | |
| | ||||||
* | Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check that | Andrew Bartlett | 2003-04-02 | 1 | -111/+417 | |
| | | | | | | | the returned session key is the one that we expect to get for that each of login. Andrew Bartlett | |||||
* | Renegerate docs after John's changes | Jelmer Vernooij | 2003-04-02 | 3 | -3850/+3592 | |
| | ||||||
* | Add const | Jelmer Vernooij | 2003-04-02 | 1 | -1/+1 | |
| | ||||||
* | THE Idmap patch :-) | Simo Sorce | 2003-04-02 | 17 | -164/+405 | |
| | | | | | | | | | | | | | | | | | | | includes a --with-idmap=no switch to disable idmap usage if you find problems. cosmetic fixes and param aliases to separate winbind from idamp roles. A temporarily remote idmap winbind compatibility backend. As I have time I will further change code to not call directly winbind (partly done but not tested) and a specilized module will be built in place for the current glue hack. The patch has been tested locally in my limited time, the patch is simple and clear and should not reserve problems, if any just disable it. As usual, comments and fisex are welcome :-) Simo. | |||||
* | Fix a crash bug if LDAP doesn't fill in ld_error. | Andrew Bartlett | 2003-04-02 | 1 | -18/+18 | |
| | | | | | Andrew Bartlett C VS: ---------------------------------------------------------------------- | |||||
* | Update to current projdoc level. | John Terpstra | 2003-04-02 | 1 | -5228/+5250 | |
| | ||||||
* | Fixing typos. Who put them typos in there? Argh! | John Terpstra | 2003-04-02 | 4 | -7/+9 | |
| | ||||||
* | Subtle changes to message handling after ENUMJOBS. | Jeremy Allison | 2003-04-02 | 3 | -19/+183 | |
| | | | | Jeremy. | |||||
* | And yet another doco update. Yet more to follow soon. | John Terpstra | 2003-04-02 | 2 | -289/+779 | |
| | ||||||
* | More of the documentation overhaul. More to follow. | John Terpstra | 2003-04-02 | 8 | -1209/+428 | |
| | ||||||
* | OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that using | Andrew Bartlett | 2003-04-02 | 1 | -2/+2 | |
| | | | | | | | decoded.length after it's been zero'ed out by data_blob_free() doesn't give you the original length... Andrew Bartlett | |||||
* | - Update documentation of 'wins server' (add info about tags, namespaces) | Jelmer Vernooij | 2003-04-01 | 4 | -29/+50 | |
| | ||||||
* | Use <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output) | Jelmer Vernooij | 2003-04-01 | 8 | -30/+29 | |
| | ||||||
* | fix potential handle leak in _spoolss_open_printer_ex(); final fix for ↵ | Gerald Carter | 2003-04-01 | 1 | -1/+3 | |
| | | | | CR2102; reviewed by jra | |||||
* | Fix build of shared xml/mysql modules | Jelmer Vernooij | 2003-04-01 | 1 | -2/+4 | |
| | ||||||
* | changed the order of checking whether a SID is a UID or a GID in posix | Andrew Tridgell | 2003-04-01 | 1 | -3/+3 | |
| | | | | | | | | acls. This is needed because sid_to_uid always claims that the sid is a user, due ot a change I made some months back. This change was suggested by Chere Zhou, but is really an interim measure. Chere is looking at a longer term solution. | |||||
* | reversed the sense of the TCON test, now that we know that win2003 | Andrew Tridgell | 2003-04-01 | 1 | -10/+10 | |
| | | | | | fixes this. This means that TCON fails on win2000, but passes on Samba and win2003 | |||||
* | Update some info and typos in PAM-Authentication-And-Samba | Jelmer Vernooij | 2003-03-31 | 1 | -7/+6 | |
| | ||||||
* | More doc updates: | Jelmer Vernooij | 2003-03-31 | 7 | -6005/+5951 | |
| | | | | | - Move information about compiling with ADS support to appendix about compiling - Make DOMAIN_MEMBER NT4-domain only (because current ADS info was incomplete and becoming an ADS domain member is documented more properly in ADS-HOWTO) | |||||
* | Update NT_Security for 3.0 | Jelmer Vernooij | 2003-03-31 | 2 | -32/+15 | |
| | ||||||
* | Add basic documentation on editreg | Jelmer Vernooij | 2003-03-31 | 3 | -4/+87 | |
| | ||||||
* | Add very basic documentation for ntlm_auth | Jelmer Vernooij | 2003-03-31 | 2 | -1/+137 | |
| | ||||||
* | Remove useless popt options | Jelmer Vernooij | 2003-03-31 | 1 | -2/+0 | |
| |