summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix up a bunch of problems in editreg.cRichard Sharpe2003-05-091-16/+16
| | | | | | | | | | Now the build farm will no doubt find more. (This used to be commit e91e648c9b0841fbffbc8f39e71abade0996a1e7)
* | Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
| | | | | | | | | | | | | | | | then we weren't always correctly detecting that it had a valid stat struct and so might now return a 'file existed'. Finally realized this when installing the W2K resource kit as a test case. Jeremy. (This used to be commit d48069ccd8351e4bff097a7f7500c738870a413d)
* | fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter2003-05-081-1/+1
| | | | | | | | (This used to be commit 016f6b4e19c2b8e4f5e1d010cc428ca194650140)
* | fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
| | | | | | | | (This used to be commit 83bb84f13121267992e78f2d005257932c711f23)
* | Hopefully re-enable building heimdal. It needs -lresolv included in LIBSJim McDonough2003-05-081-0/+1
| | | | | | | | | | to link during configure checks. (This used to be commit 7af282e7ff9c2cccfab97130dc66515a4852c25f)
* | Revert a patch that somehow slipped in...Volker Lendecke2003-05-081-2/+2
| | | | | | | | | | Volker (This used to be commit 6cde3d4d655bbe1d81e68ec2ec7a23669ac82120)
* | This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-0810-123/+186
| | | | | | | | | | | | | | | | | | | | important once we start doing schannel, as there would be a lot more roundtrips for the second PIPE open and bind. With this patch logging in to a member server is a matter of two (three if you count the ack...) packets between us and the DC. Volker (This used to be commit 5b3cb7725a974629d0bd8b707bc2940c36b8745e)
* | Another set of updates to the docs.John Terpstra2003-05-086-303/+697
| | | | | | | | (This used to be commit 9abe3b23836ae75bd31fd2af4c7d82f34c27f52a)
* | This puts back wins.dat into nmbd for easy editing. It leaves most ofVolker Lendecke2003-05-081-194/+222
| | | | | | | | | | | | | | | | | | the other infrastructure with name owners etc in place. If anybody is really going to tackle winsrepld, it will probably not be hard to put the additional info back. Volker (This used to be commit eb82daa84a5339f28ebf431ee1044b7e1e4a4300)
* | Another attempt at undoing my bogus patch 1.55.2.19Tim Potter2003-05-081-0/+2
| | | | | | | | (This used to be commit 05a684b3be1525aad3589ded9e59c3f012b5ef20)
* | Always initialise this - it helps callers who use this in a loop...Andrew Bartlett2003-05-071-0/+2
| | | | | | | | | | Andrew Bartlett (This used to be commit 97bc047434284527f25e130a72981da704ed1212)
* | Fix the spinning bug for 'net rpc user' as well - there are more errors inAndrew Bartlett2003-05-071-4/+4
| | | | | | | | | | | | | | | | | | this world than 'status more entires'... Also move all the cases to 'NT_STATUS_EQUAL()' to test it. Andrew Bartlett (This used to be commit b4645bf0661dadcd077b21bb6f6452ed8b2eb726)
* | SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
| | | | | | | | | | | | are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>. Jeremy. (This used to be commit f6d7c279bc8354202f2a9b39fec4a4c8ace368a3)
* | Fix irritating typo - non arg functions should be fn(void).Jeremy Allison2003-05-071-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 395dfd196cf4bcd432a4895d3dd09fefd46cd6d8)
* | %f -> %p (reported by Kurt Pfeifle <kpfeifle@danka.de>Jelmer Vernooij2003-05-071-1/+1
| | | | | | | | (This used to be commit 28a6e8a6947b54169ff484a7255e601dcc7899d7)
* | Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-072-5/+20
| | | | | | | | | | Jeremy. (This used to be commit cf78b1e7fe72aec72d03c86c46a8ca49df539c11)
* | SMB Signing with NTLMv2 works!Andrew Bartlett2003-05-071-11/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (well, under certain conditions :-) There is no length limit on the size of the authentication response added into the MD5 hash. (We had previously limited this to lengths like 40, 44 or 64 in attempts to make sense of what the SNIA spec tells us). Instead, the entire authentication response is added in. Currently, this only works on a Win2k domain members with a Samba PDC, becouse our NTLMv2 code currently fails against an Win2k PDC. However, this splits the problem in half - particularly as the NTLMv2 format is known, and even has an ethereal disector! (thanks tpot). Andrew Bartlett (This used to be commit 7645d3d28afbb8eea502c0e063df3afb3aa812f4)
* | Ignore generated fileAlexander Bokovoy2003-05-071-1/+1
| | | | | | | | (This used to be commit 1702f3d709147b3aea5aaa7e9ed29c654322de9b)
* | Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett2003-05-075-35/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lp_workgroup(), for all other server this is global_myname(). This is the name of the domain for accounts on *this* system, and getting this wrong caused interesting bugs with 'take ownership' on member servers and standalone servers at Snap. (They lookup the username that they got, then convert that to a SID - but becouse the domain out of the smbpasswd entry was wrong, we would fail the lookup). Andrew Bartlett (This used to be commit 5fc78eba20411f3f5a8ccadfcba5c4ab73180dba)
* | Fix missing closing para marker.John Terpstra2003-05-071-0/+1
| | | | | | | | (This used to be commit 3e7860a104a6fe9da81d981e6301d9c3f78648fd)
* | More updates. Now working on BDC Documentation.John Terpstra2003-05-072-150/+283
| | | | | | | | (This used to be commit e38695fa369ba20f23046754084b08ebdc211b5a)
* | Whoops - that wasn't a whitespace syncup after all.Tim Potter2003-05-071-0/+2
| | | | | | | | (This used to be commit 42d0414ed244b92b665cb231f6756f60391861dd)
* | Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison2003-05-071-3/+2
| | | | | | | | | | Jeremy. (This used to be commit f219e8309c7d17b332873e9283ab3c3796e7e799)
* | We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
| | | | | | | | | | | | | | | | | | servers don't answer that name. However we *know* they have the name workgroup#1b (as we just looked it up). So do the node status request on this name instead. Found at LBL labs. Jeremy. (This used to be commit 41e3abe8b80026812ea7dd7ad535e8e41e26daa4)
* | More stuffing, this turkey will soon be done!John Terpstra2003-05-061-0/+16
| | | | | | | | (This used to be commit a261d446d03f491db3392da2570e68ad5139fafc)
* | Fix <!DOCTYPE>'sJelmer Vernooij2003-05-062-2/+4
| | | | | | | | (This used to be commit 16978cac9cd80f7d3fbafef5b8ff0cb60e109b4e)
* | Add generating text versions of the docs using xmltoJelmer Vernooij2003-05-061-3/+18
| | | | | | | | (This used to be commit 7a85934670e102e06660cf5ff0737d1298f8447b)
* | Check for xmlto. Not required and not used (yet)Jelmer Vernooij2003-05-062-1754/+505
| | | | | | | | (This used to be commit f5a05cfc8766f02c282838648900c00f64f81e42)
* | Merge from HEAD.John Terpstra2003-05-061-1/+1
| | | | | | | | (This used to be commit 243a8699cd57ba3b7ff49f8c40f75cc2ffc22e4e)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-05-061-0/+45
|\| | | | | | | used to be commit 8bee59ffcea1495f03b35d38da0eb76955b93f3d)
| * sort out some include dependenciesSimo Sorce2003-05-064-33/+65
| | | | | | | | | | split out privileges from rpc_lsa.h (This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
| * add mapping.h hereSimo Sorce2003-05-061-0/+1
| | | | | | | | (This used to be commit fb03fafed14a2816808e98fd95850db3e655d5d9)
| * restore structures from previous erroneous commitSimo Sorce2003-05-061-22/+30
| | | | | | | | (This used to be commit 58d284bd06f5893a752c1f22828715f8bd130c82)
| * Hackety, hackety, hack. More edits.John Terpstra2003-05-064-295/+434
| | | | | | | | (This used to be commit b41b42ca31486aba39edb726fc30b0f48b618e3f)
| * Fix typo.John Terpstra2003-05-051-1/+1
| | | | | | | | (This used to be commit ba7305600ceae51cc6d6eb302e12fd00648d6ca8)
| * Turn off using lsa_qos.Rafal Szczesniak2003-05-051-5/+2
| | | | | | | | | | Rafal (This used to be commit d03124fbf182f194e48c4ef9ae6aedc4db4f13b0)
| * More updates.John Terpstra2003-05-052-14/+35
| | | | | | | | (This used to be commit 6fab230bef2626f1d24d84de9994bb06d1db8c66)
| * Fixing Syntax Problems.John Terpstra2003-05-051-26/+20
| | | | | | | | (This used to be commit f1332b194982c5255bdf4fa453cd2a2939668239)
| * A good reason to use make variables instead of autoconf substitutionsTim Potter2003-05-051-2/+1
| | | | | | | | | | | | | | | | | | | | directly - fixed problem where the last line of the link command was '\ @LDAP_LIBS@'. If @LDAP_LIBS@ is zero then the backslash incorrectly includes the next line of the Makefile in the current target. This should fix a bucketload of build farm failures. (This used to be commit 895bef1a62f60f4e91dc6b1c244820b024c36a5c)
| * Fixed typo introduced when reverting patch from revision 1.19Tim Potter2003-05-051-1/+1
| | | | | | | | (This used to be commit a102734263a2cbd5b9eafbddf036e173b507a7fd)
| * AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2003-05-052-12/+7
| | | | | | | | | | | | Also merged a little bit of abartlet's recent configure.in change of duplicated IRIX stuff. (This used to be commit d15406ad910bc952c741e8d4d574064dbc5e88ef)
| * Updatting docs further. More to come.John Terpstra2003-05-053-213/+316
| | | | | | | | (This used to be commit e1c6242dbc4c448de19d61d7a39b05f0444c4fbf)
| * move some things aroundSimo Sorce2003-05-044-138/+171
| | | | | | | | (This used to be commit a4fc9c3b2dfbdbb3f75bf38415741ff66dbe1367)
| * More updates.John Terpstra2003-05-041-28/+97
| | | | | | | | (This used to be commit 969b0f8cce59e5ce25b71eac6845e1c2dcd8cc1a)
| * Update.John Terpstra2003-05-041-2/+60
| | | | | | | | (This used to be commit da4d7a8797eb69e6960db798e78eb3b0ca2dd84a)
* | A few more little fixes, a few more edits, a bit lost here, and a lot gained ↵John Terpstra2003-05-064-295/+434
| | | | | | | | | | | | | | there! :) This documentation process is tedious, but noone will notice it anyhow! :) (This used to be commit b8666c39493383566b3f108dfdf0328e7a5a92a9)
* | Update list of possible acctFlag valuesJelmer Vernooij2003-05-061-2/+1
| | | | | | | | (This used to be commit 7b5c67d23d53f8b08a2dff90599f81b26d3ce84c)
* | Remove unused variablesJelmer Vernooij2003-05-061-4/+0
| | | | | | | | (This used to be commit 2f631769f836baeec669456f786ecb38c81d9a23)
* | Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-066-4/+166
| | | | | | | | (This used to be commit 3033a63cefb5f28d4460885f7f4e4ecaed95443c)
* | There appears to be no reason why we have to execute theTim Potter2003-05-062-60/+45
| | | | | | | | | | | | | | | | | | | | | | initialisation code in winbindd_init_common() after the fork when running in dual daemon mode. The only tricky bit is we have to run a tdb_reopen_all() somewhere in the child to avoid tdb corruption. Fixed bug #60. (This used to be commit 25e55aca0fe315c2ccf4e34a94107b2321313714)