summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Squelch one small compiler warningRichard Sharpe2003-06-161-1/+2
| | | | (This used to be commit d9ac2540dd0d56d97625fa02e55a57a1f5ac4abf)
* Patch from metze to update VFS docs to include notes on multiple instancesJelmer Vernooij2003-06-161-23/+43
| | | | | of the same VFS module (This used to be commit 32ef93d31c9e5bad290c9ac35ca59d8e5215811d)
* - Only put PNG files in CVS, not EPS.Jelmer Vernooij2003-06-162-1/+2
| | | | | - Remove tag that breaks tex build (This used to be commit 569675412675b864273a23794d423ac061fe20d5)
* Replace all use of bzero with memset ...Richard Sharpe2003-06-161-15/+15
| | | | (This used to be commit e21aab516b33b01536dd9ea067a16b94a38ff4b1)
* Fix some information, based on comments by Andrew Bartlett.Jelmer Vernooij2003-06-162-48/+26
| | | | (This used to be commit 443b00c949b37b2fe593adb9d46ad248e69f9deb)
* This glosses over John's problem at SambaXP 2003. When we want to joinVolker Lendecke2003-06-161-3/+17
| | | | | | | | | | | | | | a NT4 domain as a BDC with an existing workstation account (existing bdc is fine), we fail. Print a friendly error message in this case. The correct solution would probably be to delete the account and try again. But even this makes us better than NT: NT4 fails in this situation with an empty warning message box and an unusable BDC. It has unsuccessfully tried to suck down the domain database, and thus has no administrator account to log in after reboot.... Volker (This used to be commit 1ddeea2179b11cedccf205c7ffea523ee6750b24)
* Fix misleading debug message.Volker Lendecke2003-06-161-1/+1
| | | | | Volker (This used to be commit a4f76f2520515d820eb4a320036b998c88c596a8)
* Make net rpc vampire return an error if the sam sync RPC returns an error.Tim Potter2003-06-161-9/+29
| | | | | | E.g if we are pointing at a win2k native mode domain we are returned an NT_STATUS_NOT_SUPPORTED error. (This used to be commit 6053c30f26cdf60f2bbfa6fb58ced6f7bcbd2e83)
* Quieten another debug message.Tim Potter2003-06-161-1/+1
| | | | (This used to be commit 2c47893c7542889d9e2ee097897a1df248b1a5e2)
* Quieten debug message.Tim Potter2003-06-161-1/+1
| | | | (This used to be commit 02d12cc4b9b9c5cfb7a05a6c2cf71cc59144bec9)
* Update nsstest to cope with wins NSS module as well as winbind NSSTim Potter2003-06-161-12/+183
| | | | | | | | module. Use "wins" as the nss name to invoke this behaviour. Also, fixed nsstest so it doesn't segfault when a nss function can't be dlopened(). Log an error and abort the test gracefully instead. (This used to be commit 66bafbe371359bbdec402ae47bc15024bec33f4e)
* Build libnss_wins.so as part of nsswitch target. Fix for bug #160Tim Potter2003-06-162-15/+23
| | | | | found by andreas@conectiva.com.br (This used to be commit fa24fd6f5b9f3648ca0db393905b577f205c8ee0)
* we need to call ads_first_entry() before using a ldap result,Andrew Tridgell2003-06-161-5/+12
| | | | | otherwise we can segv or return garbage (This used to be commit d1316656b03e2bc85263b65d24977923ee6f39b7)
* reverted locale patch put in by jht (originally from vorlon).Andrew Tridgell2003-06-163-47/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are lots of things wrong with this patch, including: 1) it overrides a user chosen configuration option 2) it adds lots of complexity inside a loop when a tiny piece of code outside the loop would do the same thing 3) it does no error checking, and is sure to crash on some systems If you want this functionality then try something like this at the end of charset_name(): #ifdef HAVE_NL_LANGINFO if (strcasecmp(ret, "LOCALE") == 0) { const char *ln = nl_langinfo(CODESET); if (ln) { DEBUG(5,("Substituting charset '%s' for LOCALE\n", ln)); return ln; } } #endif then users can set 'display charset = LOCALE' to get the locale based charset. You could even make that the default for systems that have nl_langinfo(). (This used to be commit 382b9b806b1ecd227b1ea247e3825d6848090462)
* Fix some compiler warnings.Tim Potter2003-06-161-2/+0
| | | | (This used to be commit eec1758e048f38e2ac48a7dda96b90a74ec95449)
* another improved debug statementAndrew Tridgell2003-06-161-1/+1
| | | | (This used to be commit ac69b9c83cde306f89143fe43038adff876dd0b0)
* made a debug statement more usefulAndrew Tridgell2003-06-161-2/+3
| | | | (This used to be commit 3f7a24d183095a7e391fe35100a30fc572a8d769)
* Patch from vorlon@debian.org, see bugzilal #122John Terpstra2003-06-153-0/+47
| | | | | | Samba should preferentially use the locale information from the native system, and only fall back on 'display charset' if this is unavailable or unsupported. (This used to be commit 1e445fb4220cdf4700dd9d1850a42746a1065c5a)
* This patch is Vorlon's fault!John Terpstra2003-06-151-22/+34
| | | | (This used to be commit 56d2049561e5d5c22ac9d76cb013643083d9644e)
* Adding last two files.John Terpstra2003-06-142-0/+10
| | | | (This used to be commit 91c6570c47e06c042bb2ad198af0dd48efbac4c4)
* Adding missing docs to tree.John Terpstra2003-06-1430-229/+26347
| | | | | | These docs are needed for SWAT Support. Also, not everyone can build the docs so we do need to include them. (This used to be commit a1b6e7007b6257bc001e661c20fd20d4643b1eca)
* Adding missing documents and man page stothe tree.John Terpstra2003-06-149-594/+1039
| | | | (This used to be commit 7c65b3fc629e8ada61fb5ac16fcdcb6ef05d8b61)
* Updating html stuff.John Terpstra2003-06-1417-542/+3433
| | | | (This used to be commit ab1f2fe4a840c9603bf5da5c133c137542fe0319)
* Added missing man pages.John Terpstra2003-06-142-0/+321
| | | | (This used to be commit f65370b5c4fd4f5d4c4fdffd87a7cbe0bc2a7021)
* Updating smb.conf.5John Terpstra2003-06-141-0/+6075
| | | | (This used to be commit af10f7860a3d85d9e1c9ece11fb2aa7b7df80745)
* Fix typoJohn Terpstra2003-06-141-1/+1
| | | | (This used to be commit 4d86c66b8356899b7316b63a2005b7a4dbc16e45)
* Add 'net idmap restore'. This restores a broken idmap fileVolker Lendecke2003-06-143-1/+115
| | | | | | | | | from the output of 'net idmap dump'. 'net idmap dump' now also prints the USER/GROUP HWM. Volker (This used to be commit c0575be936572bb091a77c58361bd3a4fe9549ff)
* This patch modifies 'net rpc vampire' to add new and existing users to bothAndrew Bartlett2003-06-142-20/+43
| | | | | | | | | | | | | | | | | | | | | | | | the idmap and the SAM. The basic idea is this: Lookup the user with GetPwnam(), and if they exist then use that uid. This is what people expect. If the user does not exist, try and run the right script. This is also what people expect from previous Samba 3.0 behaviour, where the Get_Pwnam() was at runtime. If the idmap entry for this SID isn't valid, or isn't the right value, modify the idmap to account for this mapping. Also, the same logic is applied to the primary gid - if it has changed, update the user's primary unix group. This patch allows users to be added without a mapping - this is fine for machine accounts, for example. I've given it a quick test against my Win2k DC, and I *think* it's sane. Andrew Bartlett (This used to be commit d2a70bfff182352da50cd6c23ddfa80fe1b353c7)
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-135-38/+188
| | | | | Jeremy. (This used to be commit 8bcc3116a22ce11b55a35f3363230f54bc5735fc)
* Fix an spelling mistake.Richard Sharpe2003-06-131-1/+1
| | | | (This used to be commit 8e37c1d579ed801fd602d698174f981deff435d9)
* Trivial extension to 'net' to dump current local idmap.Volker Lendecke2003-06-132-0/+62
| | | | (This used to be commit 18f3a5efea7c60d764d5ed82f3a83e1608f8c34e)
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-134-6/+6
| | | | | versions. Fixes bug #154. (This used to be commit 986eae40f7669d15dc75aed340e628aa7efafddc)
* Fix shadow variable warning.Tim Potter2003-06-131-4/+4
| | | | (This used to be commit c22a4074bd2b998339826ba629fe48153639ec18)
* fix typo in descriptionGerald Carter2003-06-131-1/+1
| | | | (This used to be commit be82b3d9dfef938030731e1021076df4dcfdb443)
* Delete outdated file.Tim Potter2003-06-131-6/+0
| | | | (This used to be commit 406956645f8c713441040598c0c2849101d3fed7)
* Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke2003-06-122-16/+131
| | | | | Volker (This used to be commit e5664adc07307a066c5312d9224cef2c69a40f77)
* Working on bug#3. We want all of the aliases, so start with 0.Volker Lendecke2003-06-121-0/+2
| | | | | Volker (This used to be commit ec1a58d09e08583288b18747a0c82e5cf8139b63)
* Andrew's change to make 'security = domain' work again. Leave the user and groupVolker Lendecke2003-06-121-38/+88
| | | | | | | | | that has been authenticated unmapped. We need to make sure that every caller of idmap handles failure gracefully. Volker (This used to be commit 902d607b668b2e997778a0ca676ea689943c2817)
* check that an attribute is defined and not just non-zeroGerald Carter2003-06-121-1/+1
| | | | (This used to be commit 8c18174a899e9578e0e82d17c7602e84b342644c)
* fix broken linkGerald Carter2003-06-121-1/+1
| | | | (This used to be commit ab79fac6b0ca1e2c3a8a63408869865c6d7f4304)
* Fix some misleading debug messages.Volker Lendecke2003-06-121-2/+2
| | | | (This used to be commit 9c003ae4ff21040b55264f8b4c34bd5956c97dc6)
* Get rid of a const warning.Volker Lendecke2003-06-121-1/+1
| | | | | Volker (This used to be commit 6684f5b11f8498defa737e3ba85eb4e1f5b36202)
* Fix typo found by VanceVolker Lendecke2003-06-121-1/+1
| | | | (This used to be commit 678e68a295f899d0920e5a6ffe3f6ec3705828e2)
* Andrew is right, this is probably the wrong approach.Volker Lendecke2003-06-121-26/+5
| | | | | | | Take away the automatic mapping of users and groups again. Volker (This used to be commit 74510369d48545e813ac07e52814840803dd6ba2)
* Ignore generated filesJelmer Vernooij2003-06-113-0/+4
| | | | (This used to be commit a6f3598506c3d7031f339ec7f1eb9af5f963dc2c)
* Set the user's primary unix group from usrmgr.exe.Volker Lendecke2003-06-111-0/+41
| | | | | | | This part of a fix to bug#45. Volker (This used to be commit 43d306011fe0497dabdf6f43a0d120900fd96e6d)
* Sorry idra for messing around with your stuff, but this was obviously notVolker Lendecke2003-06-111-3/+3
| | | | | | | | | tested. Incrementing HWW_USER while allocating a GROUPID looked somewhat wrong. Volker (This used to be commit d1eac2c75856f8f1dec8d429feb24a5f05fa6ca8)
* avoid races in getting high watermarkSimo Sorce2003-06-111-6/+32
| | | | (This used to be commit df0df941d84386a7de5c97149c6c06d01a8720d0)
* Fix 'security = domain' without winbind. This stores the sid we gotVolker Lendecke2003-06-111-32/+60
| | | | | | | | | | | | | from the PDC as a mapping to the uid we got from getpwnam in the local idmap. This should not be worse than the current state, so I decided to commit it. It is different from abartlet's preliminary patch, but I believe this is the better solution. Feel free to comment and/or revert it. Volker (This used to be commit 0c16965e6f49a2c0d73b1392e9f8cfc7449e2e59)
* Remove obvious question that's answered better in the HOWTOJelmer Vernooij2003-06-111-7/+0
| | | | (This used to be commit 3404fa3108394a3a25d4e635f5b662252656a2a1)