summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* need to do codepage_initialise() for smbtorture to work.Anton Blanchard2001-05-091-0/+2
| | | | (This used to be commit 7a619ab81c07b4b50e865635eee22efd8c5656b4)
* latest config.guess and config.sub from gnu.orgAndrew Tridgell2001-05-092-373/+1362
| | | | (This used to be commit f65166b36e5d7a74cdab5cc9019221c0f724274b)
* fixes to the group mapping code.Jean-François Micouleau2001-05-085-19/+94
| | | | | | | Not ready yet. J.F. (This used to be commit 62a7a567fdea230b77cc97a3f74d868542c34700)
* More compiler warning fixes.Tim Potter2001-05-082-4/+4
| | | | (This used to be commit 88a7b2c3f80b17ca8ab2112e9a98f55f1a11d88c)
* Fixed compiler warning.Tim Potter2001-05-081-1/+0
| | | | (This used to be commit 9f1f811154e6d8f1a14687b1ee7f85d1dd18a925)
* The substitution of %U and %D in the 'template homedir' is nowdoneTim Potter2001-05-081-10/+6
| | | | | by lp_string() calling standard_sub_basic(). (This used to be commit 011d45943594a7a4091101b1eec930d13f0a9d12)
* Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOsTim Potter2001-05-081-0/+10
| | | | | (SCO). (This used to be commit d761a7deb3696fc0742fb349868317f42825290e)
* Removed S_ISSOCK() macro as it's only used within winbind client code.Tim Potter2001-05-081-10/+0
| | | | (This used to be commit 8fe76adb33bb7de19c8b2c8783dc6e3a3977bd8f)
* Added winbindd to list of binaries.Tim Potter2001-05-081-0/+1
| | | | (This used to be commit 335e41b5ca6c3372aa1005e3c80ca04572f37878)
* make protoTim Potter2001-05-081-2/+7
| | | | (This used to be commit 6d218c3e942a9be3af57f2500374b49d8ad25763)
* Fixed typo in comment.Tim Potter2001-05-081-1/+1
| | | | (This used to be commit a8c49d1e608b178bcc53725d4a26cebb799fc6eb)
* Fixed querydispinfo command.Tim Potter2001-05-081-12/+36
| | | | (This used to be commit 727d2929bc4025ab418e933356d8ba4f31420423)
* Misc fixes to get winbindd working. We can now do a 'getent passwd'Tim Potter2001-05-084-17/+88
| | | | | and 'getent group' and have most things working. (This used to be commit a7728bfa52291ec3149fbb704d7b30689af83e7c)
* iinit_samr_q_lookup_rids() didn't actually copy the rids into theTim Potter2001-05-081-0/+2
| | | | | parse structure. (This used to be commit 139e767e78adafa4d4469d2d63415d46267f2fc9)
* Fix for query_dispinfo()Tim Potter2001-05-081-0/+70
| | | | | Added lookup_rids() function. (This used to be commit 9ff3c82a54a18d0d9f187c119656e58316c7eb0e)
* Fix for insure missmatched parameter error.Jeremy Allison2001-05-081-1/+1
| | | | | Jeremy. (This used to be commit b32b1afe25bc8f7a9c43e0d5fd6703a76caa51f8)
* Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison2001-05-081-0/+10
| | | | | | %I getpeername() failure. Jeremy. (This used to be commit 15584d30cd51650752fcbdd4f0dfc193fed18e5a)
* Hey what happened to my debug messages? Early exit from reopen_logs()Tim Potter2001-05-071-0/+11
| | | | | if using stdout_logging. (This used to be commit 831b0983bd799fd73de18921f09991a1647ec482)
* merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-074-30/+4
| | | | (This used to be commit 9aefc86e355bf160300580acb85a58a18207ccdf)
* removed unused variablesGerald Carter2001-05-071-2/+0
| | | | (This used to be commit 09103b16cf0b70c476b48255190725e3dbb77bdb)
* Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison2001-05-071-8/+28
| | | | | Jeremy. (This used to be commit f100e091abc57a9ba983e7c3cf84bfda2dbc2e18)
* Patch from Simo:Gerald Carter2001-05-0713-122/+191
| | | | | | | o sed 's/pdb_clear_sam/pdb_free_sam/g' o add pdb_reset_sam() o password changing should be ok now as well. (This used to be commit 96d0e7c3301ad990f6c83b9c216720cb32661fb5)
* Removed unused variable.Tim Potter2001-05-071-1/+0
| | | | (This used to be commit 6bd197714a6f51e43efb8fb72bb51e83c6991c79)
* OK so I couldn't be as clever as I wanted to be with winbindd_glue.cTim Potter2001-05-075-89/+87
| | | | | | so all the glue functions are prefixed with wb_ to avoid conflicts with the old rpc_client stuff which is still a dependency of smbd/nmbd. (This used to be commit 873e672b90e85e092102e10966e9f93f4fa6814f)
* removed need for scandir in client.cAndrew Tridgell2001-05-072-22/+17
| | | | | fixed possible bug with readdirname on systems with NAMELEN != strlen (This used to be commit 78f448b7d4b83f569d27e0abf6b1759c43ff21f3)
* Ignore *.po files.Tim Potter2001-05-071-0/+1
| | | | (This used to be commit f8c83ce28b01ffd188dd10f0c731defaacb0fb45)
* iAdditional files for winbind merge.Tim Potter2001-05-074-0/+852
| | | | (This used to be commit 38ab3b31b5dc39fb59f224b399bb9c2269f1c933)
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-0715-1671/+2710
| | | | | but I haven't actually run it yet so it probably doesn't work. (-: (This used to be commit 59f95416b66db6df05289bde224de29c721978e5)
* rebuild proto.hAndrew Tridgell2001-05-071-114/+50
| | | | (This used to be commit 2e2073447490e192ccb838dd488feb335dfba265)
* merge some fixes from 2.2Andrew Tridgell2001-05-074-76/+20
| | | | (This used to be commit 7e57adf2a039cb5b6458496f9190c9c642645600)
* fix interfaces.c for aix 3.2.5Andrew Tridgell2001-05-071-2/+0
| | | | (This used to be commit a69532ffde761453f3d9189be2fbf1036c2ed196)
* Some versions of readline don't have rl_completion_func_t. )-:Tim Potter2001-05-071-2/+1
| | | | | Spotted by http://build.samba.org/ (This used to be commit da5a0f5c5b0917148fb6b668d4316aa4924708a1)
* iAdded querydispinfo and querydominfo functions.Tim Potter2001-05-071-3/+205
| | | | | Allow rid to be specified in lookupuser. (This used to be commit 1ea5aa4a80f9da56b071b403fb8f1cfa0ff79b8d)
* Some reformatting (sorry Gerald).Tim Potter2001-05-072-143/+155
| | | | | | | Cleanup of exit paths. Added query domain info and query display info. (This used to be commit ff9e222e2ff3f50f4966d3c5859738a831c7adc9)
* new mput code from idra that doesn't need a call to findAndrew Tridgell2001-05-071-66/+152
| | | | (This used to be commit 5dac4cdee40b906455d984f4d7a7333ab411f876)
* Fixed a compiler warning. Still more const warnings though. )-:Tim Potter2001-05-071-1/+1
| | | | (This used to be commit a345b477a22f6261613d21d079b1632a9409c914)
* Fixed compiler warning.Tim Potter2001-05-071-1/+2
| | | | (This used to be commit 063c2dea920dbf415e22d0359baa7b36bf513f09)
* Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-062-70/+82
| | | | | | | about it to stop account lockouts with "security=server" mode. Sorry for the delay David. Jeremy. (This used to be commit e8819715038ed49b07ed5639b1b88ad12e994b53)
* replace modf so we don't need the math libraryAndrew Tridgell2001-05-061-4/+39
| | | | (This used to be commit 79c0d24a3092098d3d8e58ebe07cf61db7d898e5)
* allow env variable TESTDIR for directory for fcntl_lock testAndrew Tridgell2001-05-061-0/+4
| | | | (This used to be commit b6645402b12cf8eaa7d9edf7dba3fae1f5ec0356)
* add an alarm to fcntl test to stop tru64 from freezing on the testAndrew Tridgell2001-05-061-0/+2
| | | | (This used to be commit 6b1ced1674217343ab4e5f966608a21c66bf650c)
* clearer tdb_mmap codeAndrew Tridgell2001-05-061-24/+19
| | | | (This used to be commit ce6598c465e3d1e26592af9b90eb271ee837f290)
* merge from 2.2Andrew Tridgell2001-05-062-8/+7
| | | | (This used to be commit 13bf966cb8ed8df6b02018dceff94c275def8200)
* Fix problem with OpenBSD mmap and write not being coherent.Jeremy Allison2001-05-041-8/+29
| | | | | Jeremy. (This used to be commit 4c6a8273c6dd3e2aeda5a63c4a62aa55bc133099)
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-0420-1238/+1271
| | | | | | | | I did some basic tests but I have probably broken something. Notably the password changing. So don't cry ;-) J.F. (This used to be commit a4a4c02b12f030a3b9e6225b999c90689dfc4719)
* merge from 2.2 in password_ok() to ensure that we check theGerald Carter2001-05-041-1/+1
| | | | | return code from smb_pam_accountcheck() (This used to be commit d5d6f01aaf8d344bb44dbe047c2f760ca220529e)
* make protoGerald Carter2001-05-041-0/+4
| | | | (This used to be commit 09b287e1782938bc4472b88921ed1604eb91ac27)
* fixes from SimoGerald Carter2001-05-042-213/+281
| | | | (This used to be commit 7703fbb30d9695b5a71ee0bcca9520bed4880bbd)
* make protoTim Potter2001-05-041-1/+14
| | | | (This used to be commit a56badc206abb88ae1e648004c168db71c862340)
* Merge of struct acct_info from TNG.Tim Potter2001-05-041-1/+2
| | | | (This used to be commit 2eb28b3d516325725678a67f8b0030aec8ec61d7)