summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Update from Stefan MetzmacherJelmer Vernooij2003-06-113-25/+14
| | | | (This used to be commit 9200b49de2967ddc3b8e8d1526a8a93d12b7ada0)
* Update VFS documentation (patch from Stefan Metzmacher)Jelmer Vernooij2003-06-111-6/+6
| | | | (This used to be commit 468a2e823eb251325231f7fc261d6637d4008bbb)
* Update from Stefan MetzmacherJelmer Vernooij2003-06-111-4/+4
| | | | (This used to be commit 8d6f9d058d89c54a18d769f75a3d6f4ec9ab0f35)
* several places in client.c rely in commands[i].name == NULL being aAndrew Tridgell2003-06-111-2/+2
| | | | | | termination condition for checking for commands. Make sure the last element is indeed NULL. (This used to be commit 294f79884df1ebc4a8d955601e7547bdcadef5d6)
* i'm getting rather sick of thisAndrew Tridgell2003-06-111-4/+1
| | | | | | | | | | | | | | | | ********************************************************** **** PLEASE TEST YOUR CHANGES BEFORE CHECKING THEM IN **** ********************************************************** Jelmer, your change did not fix the -b option, it just make it not segfault on debian. It did however add a warning and make it not compile on some systems. It also gave the io_bufsize the value of a pointer, not the value the user specified. (this doesn't apply just to Jelmer, I'm just seeing rather too many checkins from everyone lately where the code could never have possibly worked, so was obviously checked in without testing) (This used to be commit 21931ad7a0584c14fd0278adc74eab9cacf14a3d)
* on AIX FD_ZERO() is defined in terms of bzero(), so we can't haveAndrew Tridgell2003-06-111-5/+0
| | | | | | | | | the "don't use bzero" macros. In general I think it would be better to have a separate script that checks for deprecated functions like these using grep rather than using these cpp tricks. They just get us into trouble. (This used to be commit 2a227c880db0f233fb1f6dae5851450ea6020f3b)
* An update long overdue. Please edit this further guys.John Terpstra2003-06-111-28/+14
| | | | (This used to be commit b843c482f479c9d9f4f358dac8c697a5963265e5)
* Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison2003-06-102-5/+56
| | | | | | using MSRPC backend and should be safe with ldap backend. Jeremy. (This used to be commit 67535329a2df8986c2d1d85e25cd5c558ee61405)
* Handle <contrib> when generating attributions pageJelmer Vernooij2003-06-101-0/+7
| | | | (This used to be commit 9f64311a7cab01554537c5dbda70a6d27234aa59)
* Add authorsJelmer Vernooij2003-06-102-181/+190
| | | | (This used to be commit 17f65e3a9357d1e1fad756617c6108bc32b6412e)
* Fix 2 typos (reported by Marc Groot Koerkamp <marc@its-projects.nl>)Jelmer Vernooij2003-06-101-2/+2
| | | | (This used to be commit 97559ec18e2ee668e32879e5653f06f3053419ef)
* Don't segfault when -b is specified (fixes debian bug #196833)Jelmer Vernooij2003-06-101-1/+1
| | | | (This used to be commit 4af9074397bbb208e585f85aaa8a6e402057ebdd)
* Ok, I've tried being Mr. Nice Guy and people (you know who you are) stillJeremy Allison2003-06-102-4/+5
| | | | | | | keep putting bzero BSD'ism's into our source code. Make this an error like bcopy and others to prevent it in future. Jeremy. (This used to be commit 80d043231626192db85f08ccea062b91fcf999cc)
* More updates on editreg.c to bring it better in line with the Samba source.Richard Sharpe2003-06-101-21/+21
| | | | (This used to be commit dc69a638b9e12726f050d79b63f92f816c35fe8f)
* removed editreg from standard build until it is portable. Right now itAndrew Tridgell2003-06-101-1/+5
| | | | | | | | | | fails to build on a ton of platforms as it completely bypasses all of our portability code. if you want it then use 'make bin/editreg'. If some distros want to add that to their spec files then thats up to them, but we really can't have non-portable code unconditionally built in our main tree. (This used to be commit 3c66111f3200af2b868fde97ec19267ad81f9617)
* fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell2003-06-101-2/+2
| | | | | a blocking lock (This used to be commit 3515476fe436132d4569ac9067ea6195ab087e77)
* fixed smbtorture LOCK1 test to know about the correct multiplier forAndrew Tridgell2003-06-101-2/+3
| | | | | timed blocking locks (This used to be commit 24feb1afa621c4f93135f36e635af08abe8e7c24)
* use lp_realm() to find the default realm for 'net ads password'Andrew Tridgell2003-06-101-10/+24
| | | | (This used to be commit 21d92802781ac224f569a990df3ec1070f0da434)
* - fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell2003-06-105-41/+46
| | | | | | | | | | have a primary ADS domain and a secondary (trusted) NT4 domain. This caused winbindd to be *really* slow for that setup. - fixed winbindd_getgrgid(), which was calling uid_to_sid instead of gid_to_sid(). When you make changes to winbind *PLEASE* test using nsstest. (This used to be commit cdd9b60a078b63e22f543d4c8d0956ff536f4d89)
* use ZERO_STRUCT() instead of memsetAndrew Tridgell2003-06-101-1/+1
| | | | (This used to be commit 082084042307f5f7d532b28debdeac11753a05f9)
* added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell2003-06-102-1/+5
| | | | | | | to NTLMSSP for SASL if krb5 fails. This is important as otherwise the admin may think that a join has succeeeded when kerberos is actually broken. (This used to be commit 23a6ea385c4aea208adf36f039244bee14f56a33)
* don't call a function error_message() as that conflicts with aAndrew Tridgell2003-06-101-3/+3
| | | | | kerberos name (This used to be commit 8fa737f2235abfdc6c78b0af707aea2c67243597)
* when creating aliased parameters in loadparm.c you *must* place theAndrew Tridgell2003-06-101-1/+1
| | | | | | alias directly after the main entry, otherwise it isn't treated as an alias. (This used to be commit 0f3d44858f49c3f9f191b2a3b47d58882e899421)
* More instrumentation for winbindd.Jeremy Allison2003-06-101-0/+14
| | | | | Jeremy. (This used to be commit 4161a122b74b75b0ed1758e3491e69bb9f1e8390)
* Instrument cache with debug statements so I can have a clue as to whatJeremy Allison2003-06-101-56/+208
| | | | | | is going on in remote large sites. Jeremy. (This used to be commit 5987dad1f1049f08bf4a94929f70b5eac96c7007)
* Add some basic DEBUG statements at level 10 so we can see what is beingJeremy Allison2003-06-091-0/+54
| | | | | | | called. This is *essential* (and should be done on all the other cli_XX rpc calls) to help debug winbindd problems remotely. Jeremy. (This used to be commit bc215612cb7c1abc7fb78eda4016ba9e64cdc785)
* Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.Jeremy Allison2003-06-091-1/+1
| | | | | Jeremy. (This used to be commit 6a07d19b6342e28a4827c16fcc379952bb1808b4)
* Update WHATSNEW.txt with information from release branchAlexander Bokovoy2003-06-091-124/+421
| | | | (This used to be commit dac4300c27d38d000b02ca0726141a4ab61d3de4)
* applied patch from bug#140Andrew Tridgell2003-06-091-1/+2
| | | | | this fixes a timestamp problem with 64 bit machines (This used to be commit 0ce6eddad8e148bc6d195ddefb773326339d06e6)
* Debian updates.Eloy Paris2003-06-083-22/+44
| | | | (This used to be commit da96b96a1b683bd534bd1e4ff57898bb2cbe8b77)
* Fix some memory leaks and extra cache startups/shutdowns from the trustedAndrew Bartlett2003-06-082-4/+5
| | | | | | | domains lookup code. Andrew Bartlett (This used to be commit 0ec1b1207041a3b6050046ba6d7b466dd4fcf341)
* Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett2003-06-082-9/+68
| | | | | | | | | | | | (this now causes things like the LANMAN protocol and contacting servers with 'encrypt passwords = no' set to fail, if configured) 'client ntlmv2 auth' (a BOOL) forces both plaintext and lanman off, and is the most secure setting for compatible hosts. Perhaps we should change this to 'client minimum auth'? Andrew Bartlett (This used to be commit e1fb681e4c921456fde154b87687722a18ed4aac)
* Make sure that we use schannel (if configured) when checking for a validAndrew Bartlett2003-06-081-12/+13
| | | | | | | join to the DC. Andrew Bartlett (This used to be commit af526fa9b39ab1f8483d5cee66321bc12f78ac05)
* Rework our smb signing code again, this factors out some of the commonAndrew Bartlett2003-06-081-54/+109
| | | | | | | | | MAC calcuation code, and now supports multiple outstanding packets. Fixes bug #40 Andrew Bartlett (This used to be commit dd33212f1ec08f46223d6de8e5ff3140ce367a9a)
* bumping cvs version number to distinguish between SAMBA_3_0 cvs treeGerald Carter2003-06-071-1/+1
| | | | | and 3.0.0beta1 release (This used to be commit 2619cc5d44f0162d829f5e18163df1b23b4ef5f5)
* add back the winbind uid/gid parameter but mark them as deprecatedGerald Carter2003-06-071-0/+2
| | | | (This used to be commit 61215c68493c200c22ea64edb299d69f46c6ab0a)
* Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett2003-06-071-3/+3
| | | | | Andrew Bartlett (This used to be commit decadfcc8205ed5611d74141e301569ef8b1d9f4)