summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Give warning if 'drvupgrade' doesn't get a parameterJelmer Vernooij2003-04-031-0/+5
|
* Add documentation for new messages in 3.0Jelmer Vernooij2003-04-031-102/+176
|
* Remove compile infoJelmer Vernooij2003-04-031-28/+4
|
* Fix typoJelmer Vernooij2003-04-031-1/+1
|
* More doco updates. Another few days and it will be cooked.John Terpstra2003-04-034-741/+914
|
* Fix a compile warning in slprintf format string.Tim Potter2003-04-031-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 McDonough2003-04-038-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 Allison2003-04-032-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 itJelmer Vernooij2003-04-021-3/+3
|
* More of coolo's changes for UTF-8 and some minor fixes of mine.Richard Sharpe2003-04-021-17/+37
|
* There's no need to use LDAP_CFLAGS, just use CFLAGSJelmer Vernooij2003-04-021-4/+4
|
* Only use cflags and libs from krb5 when they appear to be working - fixesJelmer Vernooij2003-04-021-3/+4
| | | | | build on BSD machines that have a krb5-config that returns @INCLUDE_des@ for --cflags
* Commit some more fixes for Coolo ...Richard Sharpe2003-04-024-52/+31
|
* Regenerate docsJelmer Vernooij2003-04-0230-2903/+1993
|
* Use entity for percent signJelmer Vernooij2003-04-021-0/+2
|
* Add staticJelmer Vernooij2003-04-022-2/+2
|
* Add const (from a patch by Stephan Kulow <coolo@kde.org>)Jelmer Vernooij2003-04-023-18/+20
|
* Add KRB5LIBS to smbmountJelmer Vernooij2003-04-021-1/+1
|
* Link in lib/snprintf.o with editreg for use on systems that don't have snprintfJelmer Vernooij2003-04-021-1/+1
|
* Add EDITREG_OBJJelmer Vernooij2003-04-021-2/+3
|
* Only link in popt when we need itJelmer Vernooij2003-04-022-22/+25
|
* Map a useless error code to a useful one...Andrew Bartlett2003-04-021-0/+5
|
* Print out the 'freindly' error message from winbind. Also print usefulAndrew Bartlett2003-04-023-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 onJelmer Vernooij2003-04-022-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 Vernooij2003-04-021-11/+18
| | | | patch by Stephan Kulow <coolo@kde.org>)
* Update ntlm_auth and winbind manpages.Andrew Bartlett2003-04-022-18/+17
| | | | Andrew Bartlett
* error_string, not error_message...Andrew Bartlett2003-04-021-1/+1
|
* Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check thatAndrew Bartlett2003-04-021-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 changesJelmer Vernooij2003-04-023-3850/+3592
|
* Add constJelmer Vernooij2003-04-021-1/+1
|
* THE Idmap patch :-)Simo Sorce2003-04-0217-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 Bartlett2003-04-021-18/+18
| | | | | Andrew Bartlett C VS: ----------------------------------------------------------------------
* Update to current projdoc level.John Terpstra2003-04-021-5228/+5250
|
* Fixing typos. Who put them typos in there? Argh!John Terpstra2003-04-024-7/+9
|
* Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-023-19/+183
| | | | Jeremy.
* And yet another doco update. Yet more to follow soon.John Terpstra2003-04-022-289/+779
|
* More of the documentation overhaul. More to follow.John Terpstra2003-04-028-1209/+428
|
* OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that usingAndrew Bartlett2003-04-021-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 Vernooij2003-04-014-29/+50
|
* Use <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output)Jelmer Vernooij2003-04-018-30/+29
|
* fix potential handle leak in _spoolss_open_printer_ex(); final fix for ↵Gerald Carter2003-04-011-1/+3
| | | | CR2102; reviewed by jra
* Fix build of shared xml/mysql modulesJelmer Vernooij2003-04-011-2/+4
|
* changed the order of checking whether a SID is a UID or a GID in posixAndrew Tridgell2003-04-011-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 win2003Andrew Tridgell2003-04-011-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-SambaJelmer Vernooij2003-03-311-7/+6
|
* More doc updates:Jelmer Vernooij2003-03-317-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.0Jelmer Vernooij2003-03-312-32/+15
|
* Add basic documentation on editregJelmer Vernooij2003-03-313-4/+87
|
* Add very basic documentation for ntlm_authJelmer Vernooij2003-03-312-1/+137
|
* Remove useless popt optionsJelmer Vernooij2003-03-311-2/+0
|