summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-016-20/+629
| | | | | | | | | Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl> This adds the 'net' tools to manipulate the trusted domains. Andrew Bartlett (This used to be commit 770c8a31d9804d3339ffa0de8b5072a5c7eb02df)
* Another comment fix for mirmirAndrew Bartlett2002-03-011-1/+1
| | | | (This used to be commit 7412890adc8f3dfddfabba545003715816e262bc)
* use the variable passed as a paramater, not just one randomly in our namespace.Andrew Bartlett2002-03-011-1/+1
| | | | | Andrew Bartlett (This used to be commit 18f6d476154163543e865b1fe200cd94288d5dc1)
* See if we can get a slight chance of this actually working...Andrew Bartlett2002-03-011-6/+6
| | | | (This used to be commit f1eb782eeeaca6efc0f89713ca449a379272eaad)
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-013-3/+3
| | | | (This used to be commit 3bf4b42771d115500941be374bfdd9b8c2fdba4a)
* Move wbinfo over to d_printf(). Patch by Hasch@t-online.de (Juergen Hasch)Andrew Bartlett2002-03-011-55/+55
| | | | | Andrew Bartlett (This used to be commit 5710e588ce19ff8fa2493a8d0fdbb6b793fd7c09)
* Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants.Andrew Bartlett2002-03-011-4/+14
| | | | | | | patch by Hasch@t-online.de (Juergen Hasch) Andrew Bartlett (This used to be commit ba2570f518e07c95b952fb824a2d0b040b912bcc)
* Attempt to fix Solaris winbind nss build.Jeremy Allison2002-03-013-30/+53
| | | | | Jeremy. (This used to be commit 10e3e6855be93b8c4d97d67a063d92ccee391fec)
* This should kill off the 'cannot convert' error messages on non-iconv hosts.Andrew Bartlett2002-03-011-1/+1
| | | | (This used to be commit 2a30960276ae65b60d01caf9464808d75a812e40)
* enable locking on the idmap database to make it safe to dump/restoreAndrew Tridgell2002-02-281-1/+1
| | | | | it externally while winbindd is running (This used to be commit cd3a7466dbf4491aba34197cd6f3cc4167c0c660)
* Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-283-47/+47
| | | | | | Fix bug where zeroip addresses were being checked. Jeremy. (This used to be commit 8ed49fe0df201833329c17b2afe1e3aa70646558)
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-276-119/+186
| | | | | | | | this means "xcopy /o" has a chance of working with ACLs that contain ACEs that use SIDs that the Samba server has no knowledge of. It's a bit hackish, Tim, can you look at my uid.c changes? (This used to be commit fe2db3148587937aa7b674c1c99036d42a3776b3)
* Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length ↵Jeremy Allison2002-02-271-1/+1
| | | | | | | DEVMODE as is the case with the Okidata Okipage 20 PCLXL Advanced printer driver. (This used to be commit 51c3d3536335a72aa264e3f4d62515f5c0b6d192)
* Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.Jeremy Allison2002-02-271-11/+11
| | | | | Jeremy. (This used to be commit 3f9063167f3fc9ae7e7fd753d76ece23c1d97800)
* Added "nt status support" parameter. Fix offline synchronisation.Jeremy Allison2002-02-276-28/+37
| | | | | Jeremy. (This used to be commit 9243a9778e52999d5c62cba484640637b24994d8)
* Fixed usage of uninitialised variable in strict_allocate_ftruncate()Tim Potter2002-02-271-1/+3
| | | | (This used to be commit b1d56956fec0de0e8591d85eb5eeec939494e6d4)
* Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison2002-02-271-0/+1
| | | | | Jeremy. (This used to be commit 9dae1398b45515e5b93de038ec18df297d73026d)
* Fixed dumb typo caught by Herb.Jeremy Allison2002-02-271-1/+1
| | | | | Jeremy. (This used to be commit f7c980d61439f42395a457a5b99b28f526cabe69)
* This should fix up the level 0 'convert_string' debug messages that we haveAndrew Bartlett2002-02-271-1/+1
| | | | | | | | | been seing since the unicode conversion. It looks like a simple oversight in the move away from StrnCpy (which takes amount of space -1 as an arg) to push_ascii etc which take the absolute amount of space. Andrew Bartlett (This used to be commit 4447c6bd4d9c273ef5bf4eb23726923ee58bf38d)
* "user doesn't exist" isn't worthy of a level 1 debug. Make it level 3.Andrew Bartlett2002-02-271-1/+1
| | | | (This used to be commit 339e3982bc1d2998022545e02456ec35c3b278a8)
* This apparently makes winbind work on Solaris againAndrew Bartlett2002-02-271-1/+1
| | | | (This used to be commit b179a5d85f2e364b26191adf0cb61fcf17ae7687)
* Make this function staticAndrew Bartlett2002-02-271-1/+1
| | | | (This used to be commit 85974e6c43b796649f04544eeffeba837cae963b)
* fix a few definesGerald Carter2002-02-271-0/+1
| | | | (This used to be commit 0a3363ae686205c416c75e16f8d6ee55dc4366b5)
* FIXME: Use next_token rather than strtok!Martin Pool2002-02-261-0/+1
| | | | (This used to be commit d56b8a30c5ca55b718ad706875aa6579a48a0768)
* merge from 2.2 - fix parsing of optionsHerb Lewis2002-02-261-14/+16
| | | | (This used to be commit c849e93392e3206b010949566a65a339f5064031)
* bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-264-9/+13
| | | | | | (and yes I know who you are..... :-). Jeremy. (This used to be commit 330b0df960329bcf4696b8fa4a7357e6c456f74e)
* This is a nasty hack to fix "xcopy /o" from win2000 on a Samba shareAndrew Tridgell2002-02-262-16/+53
| | | | | | | | | | | The hack passes the true ntcreate desired_access down to open_file_shared1() from the ntcreatex function. This is used to determine if share modes should be used in denying this open. This hack will become unnecessary when we redo open.c to use the proper NTCreateX semantics rather than trying to jam the ntcreate semantics into openX semantics. (This used to be commit d09ae0c667a94fcf870c0fc7f97119266a650d45)
* Fixup the sending of printer change messages from job changes.Jeremy Allison2002-02-263-28/+45
| | | | | Jeremy. (This used to be commit 28d4e7a3e2bd8f15ef807b821e4300a72bbc6904)
* Merge of printing performance fixes from appliance.Tim Potter2002-02-253-47/+68
| | | | (This used to be commit c8dc59dfe877f63bea6976b7d7fd448e0c8722ba)
* add required flags to "nt acl support" so it will show up in SWATHerb Lewis2002-02-251-1/+1
| | | | (This used to be commit d1ccdb5d1cb3d624285b13e662153e1e74ba3d71)
* Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-253-21/+346
| | | | | enumforms. (This used to be commit e69222f0816878e3211e3dedb049de50ca90fed0)
* Added error for invalid form size.Tim Potter2002-02-251-0/+1
| | | | (This used to be commit 9a3e127aeacb01f5a642013a46148eaa31f41482)
* This fixes 4 info levels in a trans2 find_first that should not be nullAndrew Tridgell2002-02-251-4/+6
| | | | | | | | | terminated for the filenames. this is what caused win2k to go into a loop sending 20000 packets to set an acl on a directory. It didn't recognise ".." with a null termination as being ".." (This used to be commit a75a2e9e2f11e27ca8a7fbad8c0108a2aee0a690)
* added a "XCOPY" test that simulates the open calls made by xcopy /OAndrew Tridgell2002-02-241-0/+45
| | | | | we currently fail this test (This used to be commit 8095375623cc19f7aad497bf39d5370d032ebdbf)
* Only set smb_read_error if not already set.Jeremy Allison2002-02-231-6/+20
| | | | | Jeremy. (This used to be commit 8220135fd16b4a1778e49f8315f64754924af0d8)
* Rerun configureAndrew Bartlett2002-02-221-310/+309
| | | | (This used to be commit a1952415f8c6712be316f2fa77405d06b5e305d7)
* We can't build shared libs on sco, so no point attempting to export dynamicAndrew Bartlett2002-02-221-1/+0
| | | | | | | symbols. In any case, it broke the build :-( Andrew Bartlett (This used to be commit 8c22ff75d732ed588f8e6d8339c7057bb147d2de)
* Get rid of the unused WL variable from the previous patch. I think these wereAndrew Bartlett2002-02-222-793/+813
| | | | | | | | | meant to be DYNEXP, but I'll confirm that with the original contributor. Thanks to vance for spotting this! Andrew Bartlett (This used to be commit cf9cae48e66a14530b5cc5452a4767479de7ef82)
* made the domain secret key in secrets.tdb domain specific. This allowsAndrew Tridgell2002-02-221-2/+14
| | | | | | you to join a 2nd domain then leave the old domain rather than the other way around (This used to be commit b26b6aef64e1042c9867a13761ded0c3c6f9670f)
* don't do an ADS init when not in ADS modeAndrew Tridgell2002-02-221-5/+4
| | | | (This used to be commit 68693ba4e80257bf895b1c8db18c138d5d9919bb)
* Also add the matching example pdb module.Andrew Bartlett2002-02-223-0/+161
| | | | (This used to be commit fbfb7ee896469e79043fab02481bacd2621a302d)
* Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett2002-02-225-20/+122
| | | | | | | | | | | | | | This allow the user to select 'passdb backend = plugin : /path/to/plugin.so : pluging args' And load any arbitary plugin. Apparently Jelmer has a mysql plugin in the works - hence this patch. We probably need to rework the interface a bit before 3.0 (add versioning of some kind) but this is a good start. Andrew Bartlett (This used to be commit d6d18b70f0c377344b0b3d9df5a11d209793bfe0)
* rerun autoconfAndrew Bartlett2002-02-221-649/+619
| | | | (This used to be commit 0ba24c91bf3f6e56e2bd32a6c4c1bbc23cb48527)
* Try to catch the compilers that don't handle immidiate structures as well as weAndrew Bartlett2002-02-221-2/+13
| | | | | | | | | | | would like. We use them to initialise other struct (lookup) tables, so test that as well. Also try not to segfault during our snprintf tests - test both with a 0 len buffer and without any buffer at all. Andrew Bartlett (This used to be commit 2d80ab7122f34d3bf31cddd26a63929f9c2ced77)
* merge from 2.2Gerald Carter2002-02-211-1/+1
| | | | (This used to be commit 505119f0a7c6f10fd7e580edfe1bd0fb6ec36428)
* added a cli_qfilename() test to the trans2 testsAndrew Tridgell2002-02-211-0/+13
| | | | (This used to be commit 81fb8845e5c9a321f113258a737ce5c6e799e505)
* this fixes the security tab on mapped drives for unicode clients.Andrew Tridgell2002-02-211-19/+12
| | | | | Jeremy, this is wrong in 2.2.x (This used to be commit 367358c7389555f413b3c690c012ef067859fc22)
* added cli_qfilename(), used in trans2 torture testAndrew Tridgell2002-02-211-0/+43
| | | | (This used to be commit d37905f20397911e4f74e672ebdee28f1ddf3c2c)
* merge from 2.2Gerald Carter2002-02-211-0/+5
| | | | (This used to be commit 63ab947fd9dd17a4c370402e74b389458bbd3a60)
* merge from 2.2Gerald Carter2002-02-201-5/+8
| | | | (This used to be commit 25fb4a8d110bcdcbe7822a833cab9cfdec8a1fb2)