summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed unused variables.Tim Potter2003-04-041-2/+0
|
* Fixed compiler warning.Tim Potter2003-04-041-1/+1
|
* better method of locating autoconf and autoheader; patch by Willi MannGerald Carter2003-04-041-16/+40
|
* Abort configure if --with-ads and --without-ldap.Tim Potter2003-04-041-0/+5
|
* Convert RoutedNetworks to SGMLJelmer Vernooij2003-04-0310-178/+345
|
* Update docs status. We have only 1 program left to document (wrepld),Jelmer Vernooij2003-04-031-1/+1
| | | | and 3 manpages to finished (net, smb.conf, ntlm_auth)
* Document remaining commandsJelmer Vernooij2003-04-031-5/+42
|
* Fix formatting of rpcclient manpageJelmer Vernooij2003-04-031-122/+140
|
* - Use entities in smbsh.1Jelmer Vernooij2003-04-032-15/+85
| | | | - First update of commands in rpcclient.1
* Update manpages for 3.0Jelmer Vernooij2003-04-0335-7158/+7422
|
* Update to 3.0Jelmer Vernooij2003-04-032-2/+8
|
* Update for 3.0Jelmer Vernooij2003-04-031-7/+12
|
* Update for 3.0Jelmer Vernooij2003-04-031-8/+12
|
* 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
|