summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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. (This used to be commit 266c3970df9f5f9f617c49eee666c1db8e10c855)
| * 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>) (This used to be commit 5c0e4b4dc630bd304f53c37f2340f954190b7aef)
| * Update ntlm_auth and winbind manpages.Andrew Bartlett2003-04-022-18/+17
| | | | | | | | | | Andrew Bartlett (This used to be commit 441d6952bdaff94e387a11f5f524359f3bbbeefb)
| * error_string, not error_message...Andrew Bartlett2003-04-021-1/+1
| | | | | | | | (This used to be commit ce197eae8d254114a295142b522cc028c375ae88)
| * 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 (This used to be commit fa47e44b9caba98e0b85782f3057e6cb8a5763ff)
| * Renegerate docs after John's changesJelmer Vernooij2003-04-023-3850/+3592
| | | | | | | | (This used to be commit 597b23e9fbbd4b5024d9d839151b9083efc02b5c)
| * Add constJelmer Vernooij2003-04-021-1/+1
| | | | | | | | (This used to be commit 7dccd144b74d8c752a4b8c80fa5b3e6b2d11eaa2)
| * 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. (This used to be commit 02781320476ed1b7ee5d943fa36f9a66ab67f208)
| * Fix a crash bug if LDAP doesn't fill in ld_error.Andrew Bartlett2003-04-021-18/+18
| | | | | | | | | | | | Andrew Bartlett C VS: ---------------------------------------------------------------------- (This used to be commit d84a3fc522a588bdcd36cb86df304572947a456a)
| * Update to current projdoc level.John Terpstra2003-04-021-5228/+5250
| | | | | | | | (This used to be commit 979283d6e91b68e1b52dbcffc52dd3750025fa23)
| * Fixing typos. Who put them typos in there? Argh!John Terpstra2003-04-024-7/+9
| | | | | | | | (This used to be commit 57d5a6862872be985bda67431f44a1f8491e3a81)
| * Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-023-19/+183
| | | | | | | | | | Jeremy. (This used to be commit 48f3bf0ea51b9fd09dfb017870e32ca4a8cc4b8c)
| * And yet another doco update. Yet more to follow soon.John Terpstra2003-04-022-289/+779
| | | | | | | | (This used to be commit d309f39f6422aabd4ee95753d7cf5d07512dd345)
| * More of the documentation overhaul. More to follow.John Terpstra2003-04-028-1209/+428
| | | | | | | | (This used to be commit 8333c4709e239a7b8bef6f7a5050a7f8a1ffbe7d)
| * 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 (This used to be commit 647a720cfb06bdf0dfc8fcdcab50aadcceb0494d)
| * - Update documentation of 'wins server' (add info about tags, namespaces)Jelmer Vernooij2003-04-014-29/+50
| | | | | | | | (This used to be commit 1a3f8a5f8ad97b2d431b22fbda74cc3f2400e2f9)
| * Use <note> instead of <emphasis>NOTE</emphasis> (gives much nicer output)Jelmer Vernooij2003-04-018-30/+29
| | | | | | | | (This used to be commit 3e10d92746c645ae22756bca92046b2e26087ad2)
| * fix potential handle leak in _spoolss_open_printer_ex(); final fix for ↵Gerald Carter2003-04-011-1/+3
| | | | | | | | | | | | CR2102; reviewed by jra (This used to be commit 3d37e1ece913707f346c3c2459c3c42192a3a1a7)
| * Fix build of shared xml/mysql modulesJelmer Vernooij2003-04-011-2/+4
| | | | | | | | (This used to be commit 860e4c45619bcd99c6e4a1eb980c5b8dac79b6c0)
| * 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. (This used to be commit b3edfa91964d2edfd1692fa58f98de00405e14c4)
| * 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 (This used to be commit 591a500ed77870bc72acb94f2fd24070b7d617b6)
| * Update some info and typos in PAM-Authentication-And-SambaJelmer Vernooij2003-03-311-7/+6
| | | | | | | | (This used to be commit a4bbe4acf7262361931764a6c6cdd56a05fe86d4)
| * 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) (This used to be commit efe3dd876ac61af0abc46539369860216eeca79b)
| * Update NT_Security for 3.0Jelmer Vernooij2003-03-312-32/+15
| | | | | | | | (This used to be commit 6cb01d215621af0cb6ecd3e503ca0182f448c4a2)
* | Merge from HEAD: 1.630 through 1.634:Martin Pool2003-04-041-30/+26
| | | | | | | | | | | | | | - build test harnesses for STF - "make check" runs STF (This used to be commit 1e198d314ff942f528a8d1be2997e8c4452a0674)
* | Fix the new storage code to correctly convert from system queue info toJeremy Allison2003-04-041-3/+15
| | | | | | | | | | | | pjob info. Ensure we retrieve more than one job from the storage code. Jeremy. (This used to be commit 59be98401c5a8b419597c18acbe996b469bbe89a)
* | better method of locating autoconf and autoheader; patch by Willi MannGerald Carter2003-04-041-16/+40
| | | | | | | | (This used to be commit 521ab105b2fb240c6e97b3e3d50a9e1590d14931)
* | Give warning if 'drvupgrade' doesn't get an argumentJelmer Vernooij2003-04-031-0/+5
| | | | | | | | (This used to be commit 38d03f4f1a23963fbbb9046ac9f5ccfa5e3ee7b7)
* | 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. (This used to be commit 8bbcb833317245d7f5b8695e4a5c676f67003937)
* | Fixup format warning.Jeremy Allison2003-04-031-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 32dc4ddb04f4d3eecfdd542cb3495830067a2eed)
* | nsswitch/winbind_nss.c doesn't existGerald Carter2003-04-021-1/+1
| | | | | | | | (This used to be commit 1370cc99a469511ee85373411647fb2c5c2f6180)
* | set version to alpha24 so we can distinguish from the alpha23 releaseGerald Carter2003-04-021-1/+1
| | | | | | | | (This used to be commit 11e3fe1a845ac6ad5edc54b39ff8a1e8d4c87352)
* | Forgot to merge configure.in changes for winbind client tidyup.Tim Potter2003-04-021-5/+14
| | | | | | | | (This used to be commit 5e9c494a241102805e76461197dc8b5afcac64d9)
* | Merge of Paul Green's make clean fixes.Tim Potter2003-04-021-2/+6
| | | | | | | | (This used to be commit d9e6f4259975ee4dfd3413fd0abb21321b81b4ed)
* | Merge of winbind nss library cleanup from HEAD.Tim Potter2003-04-029-1629/+373
| | | | | | | | (This used to be commit a4b5f2c01bae049edc4f385cb0441bbde4fb443b)
* | Whitespace syncup.Tim Potter2003-04-021-4/+4
| | | | | | | | (This used to be commit 2125b0b8ce2bfbb85f325ccbb2a455728ee3f135)
* | This file deleted in HEAD.Tim Potter2003-04-021-1338/+0
| | | | | | | | (This used to be commit 6174560e5010af20db125d273b2506efac70c643)
* | syncup with headTim Potter2003-04-021-2/+2
| | | | | | | | (This used to be commit aec6dcb143f630d8f217e58a27c9d1099939a1f1)
* | Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-023-19/+183
| | | | | | | | | | Jeremy. (This used to be commit e5e83544dc0acf812bfa5ea17960b5a6be954ca1)
* | Don't set zero length for the base64 decoded string (fixes swat auth).Andrew Bartlett2003-04-021-2/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 7ab39cba6a97ddd0879dd968167fc7809f87de6e)
* | Doing janitor work for tridge.Jeremy Allison2003-04-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "changed the order of checking whether a SID is a UID or a GID in posix 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." REMEMBER - 3.0 is the one we will SHIP ! Jeremy. (This used to be commit a4d7496994b740e074398d98c999a803afff4404)
* | Merge from HEAD to define variable port_to_use. Needed to compile.John Terpstra2003-04-011-0/+1
| | | | | | | | (This used to be commit b522892215b12d3f919cb4d1fb99721981710f2a)
* | fix potential handle leak in _spoolss_open_printer_ex(); final fix for ↵Gerald Carter2003-04-011-1/+3
| | | | | | | | | | | | CR2102; reviewed by jra (This used to be commit 50c25e54ff05bfb01a93e84afd2ad92e90d5a5c2)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-03-319-0/+1819
|\| | | | | | | used to be commit fd163bd94497534f9c80c205d44b30b72b81cbcd)
| * Add basic documentation on editregJelmer Vernooij2003-03-313-4/+87
| | | | | | | | (This used to be commit 137254a16cf48a37be53477713dd41af7a81f505)
| * Add very basic documentation for ntlm_authJelmer Vernooij2003-03-312-1/+137
| | | | | | | | (This used to be commit e09a6fe276f01890604f4af327a91a373a886d2c)
| * Remove useless popt optionsJelmer Vernooij2003-03-311-2/+0
| | | | | | | | (This used to be commit 861b2a464fed3a16f050972feed1900298fb0bcb)
| * fix potential smbd crash when we fail to alloacte a policy handle for a ↵Gerald Carter2003-03-311-8/+9
| | | | | | | | | | | | printer open; CR 2102 (reviewed by jreilly) (This used to be commit a179c2cefb15b1b8869a83fe5f14a85d1eb96114)
| * Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. ↵Alexander Bokovoy2003-03-311-3/+5
| | | | | | | | | | | | Based on patch from Metze (This used to be commit 2a86ef78282d33e16007d50095614713189ce4b5)
| * - Put -valid param back inJelmer Vernooij2003-03-311-3/+2
| | | | | | | | | | - Update info on some of the HOWTO docs (This used to be commit 05201bb3954f864c48e8bbeb852d1fec7683a663)