summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | missed a fileGerald Carter2003-01-151-13/+4
| | | | | | | | (This used to be commit 1df9f3e259b5ba190de7a123a79b3afcd2bfe489)
* | do not use RCS variables in fileGerald Carter2003-01-151-1/+1
| | | | | | | | (This used to be commit 6d739272218276c89256224226d44fc05b80c6f6)
* | syncing docs with HEADGerald Carter2003-01-1576-29006/+11457
| | | | | | | | (This used to be commit d8fe70c3b4be548244e9d7b7ea533e64232df001)
* | Remove debugging stmt.Tim Potter2003-01-151-3/+0
| | | | | | | | (This used to be commit d74382ccfe7e96e20816dd2d481b79fb66f2f243)
* | Sync up compiler warning fixes.Tim Potter2003-01-151-9/+9
| | | | | | | | (This used to be commit 225182a3a36c72b10643c9568e5cc1f80c0173f1)
* | and another comment.John Terpstra2003-01-151-0/+11
| | | | | | | | (This used to be commit 60d1fe38bd0c779158426e776bfb64b0ba1c710f)
* | dded further comment.John Terpstra2003-01-151-0/+12
| | | | | | | | (This used to be commit 094726d84d08a83dcce8e1b96c3b3623ef9f7382)
* | Remove a wayward file.Richard Sharpe2003-01-151-281/+0
| | | | | | | | (This used to be commit ef597400602cdbd1601355f8ef54f12ea45dff78)
* | Adding Win2K profile info.John Terpstra2003-01-151-0/+32
| | | | | | | | (This used to be commit 7b9aa0008b914f8657b19d3c671774574767abbc)
* | Adding more notes.John Terpstra2003-01-151-0/+16
| | | | | | | | (This used to be commit 2649a21c93d0c93164d6a3cef4931d4e992fe972)
* | Added note about Win2Pro RK.John Terpstra2003-01-151-0/+12
| | | | | | | | (This used to be commit 60b19241a5e3fa264154a35e6c446b2bbc6191d9)
* | playing janitor for tpot; remove holding patternGerald Carter2003-01-151-6/+0
| | | | | | | | (This used to be commit c8e77809adfb2ace18c219d9291651a4959bbcb7)
* | *lots of small merges form HEADGerald Carter2003-01-1525-19108/+9063
| | | | | | | | | | | | | | *sync up configure.in *don't build torture tools in make all *make sure to remove torture tools as part of make clean (This used to be commit 0fb724b3216eeeb97e61ff12755ca3a31bcad6ef)
* | sync up ignored files from HEADGerald Carter2003-01-151-2/+6
| | | | | | | | (This used to be commit 787830782c14d219bd15f28969ed3c9fd251dbed)
* | winbindd merges from HEADGerald Carter2003-01-153-18/+13
| | | | | | | | (This used to be commit 8bd91a50d4e743935196ca258d06a3e43392140d)
* | merging some rpcclient and net functionality from HEADGerald Carter2003-01-1513-26/+349
| | | | | | | | (This used to be commit 7a4c87484237308cb3ad0d671687da7e0f6e733b)
* | initialize acct_ctrl variable before it is usedHerb Lewis2003-01-151-2/+1
| | | | | | | | | | remove ldap_msgfree(result); as result is unitialized at this point (This used to be commit 1102a6f8cdf295d564df5447a223b354be72895d)
* | more unused filesGerald Carter2003-01-151-92/+0
| | | | | | | | (This used to be commit d223ea87ae202574714da5c4eadbe281f8699a80)
* | remving more unused filesGerald Carter2003-01-152-77/+0
| | | | | | | | (This used to be commit e3f9b68deecb61274ead2086a0ed977d5318b09c)
* | [merge]Gerald Carter2003-01-157-17/+19
| | | | | | | | | | | | | | * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 25a9681ddda47a41fac8fdc97ca50b7f4c579eaf)
* | First set of Profile Manipulation Notes.John Terpstra2003-01-151-0/+43
| | | | | | | | (This used to be commit 49685e0fe31f0c77f09217d424c6de91d4cd58ff)
* | removing unused files from release branchGerald Carter2003-01-154-1337/+0
| | | | | | | | (This used to be commit 4ff6f99040c400d27fa470199474800b82531d64)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-01-151-0/+88
|\| | | | | | | used to be commit 619877ce031f3193065b51b8684ffbbe893b132f)
| * Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett2003-01-156-20/+330
| | | | | | | | | | | | | | | | eliminate the dependency on the auth subsystem. The next step is to add the required code to 'ntlm_auth', for export to Squid etc. Andrew Bartlett (This used to be commit 9e48ab86da40e4c1cafa70c04fb9ebdcce23dfab)
| * Doing a malloc(strlen(s)) then a pstrpcp(y, s) is just silly, make it a strdupAndrew Bartlett2003-01-151-3/+1
| | | | | | | | | | | | | | instead. Andrew Bartlett (This used to be commit c781e34d274f4185ec932cc59029d3f9a65e47c4)
| * added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-156-0/+247
| | | | | | | | | | | | | | | | | | | | | | | | principal similar to the existing cli_lsa_enum_privsaccount() call, except that cli_lsa_enum_account_rights() doesn't require a call to open_account first. There is also the minor matter that cli_lsa_enum_account_rights() works whereas cli_lsa_enum_privsaccount() doesn't! this call can be used to find what privileges an account or group has. This is a first step towards proper privileges support in Samba. (This used to be commit 65bac11d716f873dcdbda528313c33634c26a072)
| * Fix warnings by getting the function into a shape the autoprototyper willAndrew Bartlett2003-01-151-6/+4
| | | | | | | | | | | | | | read, and add a static. Andrew Bartlett (This used to be commit 919889de78fc3c7bc5dfebcc180385f2f3d7a564)
| * Crash fixes:Andrew Bartlett2003-01-152-2/+8
| | | | | | | | | | | | | | | | | | | | - fix a crash when a second NTLMSSP session tried to free the first - fix a crash due to some NULL pointers in the Add Printer Wizard (or read printer code too it appears). As far as I can tell it's just that the GUID just might not exist. Andrew Bartlett (This used to be commit 51b1413056b0d001076ff47a755eb35baa2d9e6d)
| * One more from waitpid() audit: Correctly interpret waitstatus when aMartin Pool2003-01-151-1/+5
| | | | | | | | | | | | child fails. Possibly this was causing smbmount to exit(0) when it really should have indicated a failure. (This used to be commit 1e33083fe66dfc1e168ffeb2f9d87953534a2d5d)
| * Run autoheaderMartin Pool2003-01-151-6/+0
| | | | | | | | (This used to be commit 82e4bb598c9fc26eaa090687d0daa6505fa0d550)
| * Fix bug where the existence of config.cache would cause functions likeMartin Pool2003-01-151-14/+3
| | | | | | | | | | | | | | | | yp_get_default_domain to be misdetected. According to the autoconf manual we need to check for libraries before looking for functions in them. (This used to be commit 468c487df42c6fc25d1862f36995b3d9a78902ff)
| * IRIX uses libns_winbind.so instead of libnss_winbind.soHerb Lewis2003-01-152-8978/+18874
| | | | | | | | (This used to be commit 50adb8cc1074e9bedac365a92db96c5f01f30223)
| * [merge] removing unused variable and unused fileGerald Carter2003-01-141-237/+0
| | | | | | | | (This used to be commit 099e844571975eecde7aea342c64d3f768110e03)
| * Fix some debug lines, and add a bit more info to help track down ldapAndrew Bartlett2003-01-141-8/+15
| | | | | | | | | | | | | | connectivity problems. Andrew Bartlett (This used to be commit 68de9a59203ed9778f11b78f233dc437b9dab55d)
| * merge: disable [u|g]idPool objectsGerald Carter2003-01-141-6/+6
| | | | | | | | (This used to be commit 4c98700e54f3cc617eb578758695fd4dbd690f82)
| * make -i flag work lik eit did in 2.2Gerald Carter2003-01-141-2/+5
| | | | | | | | (This used to be commit 54b054c1edd44096c7158993a886f915d7a07493)
| * Commit my (disabled) fstring/pstring mixup detection code.Andrew Bartlett2003-01-141-0/+21
| | | | | | | | | | | | | | We need to fix some 'overmalloc' cases before it can be enabled by default. Andrew Bartlett (This used to be commit 2c2c52a18be1bd0a5ae1f4a48b1d9e18f4887dda)
| * The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett2003-01-144-5/+5
| | | | | | | | (This used to be commit b328b67fd8fd605636ed58ffd33cf5be3d480672)
| * A couple more pstcpy/fstrcpy mixups - doing an fstrcpy into a pstring isAndrew Bartlett2003-01-141-3/+3
| | | | | | | | | | harmless, but breaks my automated check. (This used to be commit e5d2b1f6c3c0883054f4e0eab2cac958706a790d)
| * Added comment about a SMB_ASSERT()Tim Potter2003-01-141-0/+3
| | | | | | | | (This used to be commit 056bdfbce73bbd7ddaa198d18e596b94b2224d3d)
| * Remove wrapper function _get_trust_account_password() as it doesn'tTim Potter2003-01-141-15/+2
| | | | | | | | | | | | seem to do anything useful anymore other than call secrets_fetch_trust_account_password(). (This used to be commit 7b0c03cbf1376f82b0bb5f4cf86e2db3b0bc1dec)
| * Added a comment in case anyone is thinking of doing a SMB_ASSERT in winbindd.Tim Potter2003-01-141-0/+2
| | | | | | | | (This used to be commit c64e2308bae31d48171685b3b67b8cace1b003b5)
| * query_alt_name takes a forced unicode string in win2000. It is notAndrew Tridgell2003-01-142-2/+2
| | | | | | | | | | | | | | null terminated. Thanks to Metze for finding this. (This used to be commit e4ce26332b8f876e25ff9baf06d4767a473e2676)
| * clearer debug message when the user is already in the ldap dbAndrew Tridgell2003-01-141-1/+2
| | | | | | | | (This used to be commit 31894ba0e5847eb934688598cd8d65bead23c58b)
| * add help text for 'net ads lookup'Andrew Tridgell2003-01-141-0/+2
| | | | | | | | (This used to be commit 2a642a1169a3c09988daa9623dcb4f21b0a2ad1f)
| * Missing indirect in final free.Jeremy Allison2003-01-131-2/+2
| | | | | | | | | | Jeremy. (This used to be commit faf443e5198e270f1a60d7a0939074efca750a94)
| * Always initialise this variable - and don't set the 'must change now' if it wasAndrew Bartlett2003-01-132-1/+3
| | | | | | | | | | | | | | | | | | last changed at '0'. We need to actually change this password sometime... Andrew Bartlett (This used to be commit 740bf439d2d1512127c873cf0e57697161d6566b)
| * Fix typo, and the build.Andrew Bartlett2003-01-131-1/+1
| | | | | | | | (This used to be commit d7452e73b511ceaebfaed66c18e7c61cbe0289d2)
| * Make sure that those cleanups actually went in.Richard Sharpe2003-01-134-18865/+8983
| | | | | | | | (This used to be commit 9a38e378115a1c36d0cd7c41f4c5767c23b4eb3f)
| * Patch from metze to add what he feels is the correct semantics for a DomainAndrew Bartlett2003-01-133-0/+61
| | | | | | | | | | | | | | | | | | | | | | Controller. As we have had a number of attempts at this over the last little while, I need to get my test rig going, and give this whole area a poke... Meanwhile, if you want to use this, just adjust your 'auth methods' line to use samstrict_dc... Andrew Bartlett (This used to be commit 18e598ec24493026008fcfe486057555b8832108)