summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | Turn off using lsa_qos in OpenPolicy call. This way we avoid annoyingRafal Szczesniak2003-05-051-2/+2
| | | | | | | | | | | | | | | | debug msg while establishing trust and listing relations of Samba PDC. Rafal (This used to be commit 8681cbae0d142a1f9ac537cb22e611a6f5262b54)
* | Add some comments.Andrew Bartlett2003-05-051-0/+34
| | | | | | | | (This used to be commit 855fab395f97dd232fd9bb78e62ad12b16fe2a24)
* | Add a new entry to make check. If we have compiled python extensions,Tim Potter2003-05-052-1/+52
| | | | | | | | | | | | run the pythoncheck.py test. At the moment this just checks every python extension can be imported sucessfully. (This used to be commit 38dac4ca4e657b130acf3921573380d33399a5e6)
* | Fix for bug #60. Our autoconf code adds both libraries and linkerTim Potter2003-05-051-21/+30
| | | | | | | | | | | | flags in the $LIBS make variable. Separate the two so the python extensions can build. (This used to be commit 164ea3835724409d5b9badbad689d154307d2b59)
* | Allow the NTLMv2 functions to spit out both possible varients on the sessionAndrew Bartlett2003-05-053-13/+25
| | | | | | | | | | | | | | | | | | key, so we can test it in ntlm_auth. I suspect the 'lm' version doesn't exist, but it's easy to change back. Andrew Bartlett (This used to be commit 5efd95622c411f123660b6613b86c7a68bba68e8)
* | Add some more tests to the ntlm_auth diagnositics package.Andrew Bartlett2003-05-051-9/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | Our NTLMv2 client code needs work, becouse we don't get the session key for any of the NTLMv2 stuff... Also test some of the more 'odd' auth cases - like putting the NT password into the LM feild. Clean up some static globals into static locals. Andrew Bartlett (This used to be commit 62f0acc99166e9518f59bc5d091b76c35837e65c)
* | Merge of backslash @LDAP_LIBS@ fix from HEAD.Tim Potter2003-05-051-2/+1
| | | | | | | | (This used to be commit f4ea0cc17d6a5189ff7887f61b663eb1900c8a27)
* | Fixed typo introduced in reverted patch from version 1.12.4.5Tim Potter2003-05-051-1/+1
| | | | | | | | (This used to be commit 4fccc1f16da74ac9e98bd58c7f11674c48c4dbac)
* | Fix some compiler warnings.Tim Potter2003-05-051-4/+1
| | | | | | | | (This used to be commit 52d5ff7bdafabb421e76b6b19d95be22b380ddb4)
* | AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2003-05-052-5/+6
| | | | | | | | (This used to be commit af083d2760c79ef33b7e187a5c5a6238667da24e)
* | Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett2003-05-042-3/+19
| | | | | | | | | | | | | | user@realm, where realm might not be the realm we are joining. Andrew Bartlett (This used to be commit 00e08efb5cd21bf42be9125d3188efbf9d13b8b7)
* | Add doco to our SMB signing code.Andrew Bartlett2003-05-041-5/+32
| | | | | | | | | | | | | | | | | | This should make it clearer what magic numbers refer to the magic numbers in the CIFS spec, and what bits and peices are being appended into the MD5 calculation where. Andrew Bartlett (This used to be commit 7f1c271cfb04f621e36f1acf60979652e82dc6f4)
* | configure.in updates:Andrew Bartlett2003-05-031-32/+11
| | | | | | | | | | | | | | | | | | | | Now the IRIX and non-irix cases for one of these switch statements is the same, eliminate the statement... We now use autoconf > 2.50, so we can use some of it's features. We also need to correctly include the magic for building vfs_fake_perms. (This used to be commit a4ec8a615195f681f315ce23e799f2e7d35f27f6)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-05-032-0/+737
|\| | | | | | | used to be commit f1e59906577a59269f1821d9e438fc56278b9dbe)
| * fixes to *_util.c filesSimo Sorce2003-05-034-15/+416
| | | | | | | | | | | | | | | | | | | | | | | | add winbindd_passdb backend this makes it possible to have nua accounts on security = user servers to show up in unic through nss_winbind.so the problem is that we do not have group support, so nss group support is not very good at this time (read: totally absent) we NEED group support in passdb (This used to be commit 921215cf4bfbd4d7457f81e181bb1a74a4531ca1)
| * exclude tdbsam2.h generation until it will be usedSimo Sorce2003-05-021-14/+15
| | | | | | | | (This used to be commit 28b73a39219fd717c60eba207143fb40d5ff123a)
| * fix pam_smbpassSimo Sorce2003-05-022-3/+3
| | | | | | | | | | typos (This used to be commit 7e28ee1cf8db065f2518b4543f2e54da97cc19e2)
| * remove testing debug lineSimo Sorce2003-05-021-1/+1
| | | | | | | | (This used to be commit 08d4c2fa85ceaa9d5ff16e7e615bb29e0cde3022)
| * shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce2003-05-023-15/+15
| | | | | | | | | | | | | | make a new sam_Account contain our domain by default, windows will complain on logon otherwise. fix stupid typo in idmap_util.c (This used to be commit 21701876dc6c59ebfc51be708a98226a00a764e0)
| * Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
| | | | | | | | | | Jeremy. (This used to be commit e954ca2ce8ec6b36794585c3bc948140cf9e7947)
| * Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
| | | | | | | | | | Jeremy. (This used to be commit aeba1fcab2fa61859fc1052af4752512a33bd801)
| * fix wrong debug messages in idmap_util.cSimo Sorce2003-05-012-5/+10
| | | | | | | | | | correctly handle allocated rids in tdbsam (This used to be commit 7ae6162e1dd668897628c4f7edff508616644d21)
| * init wellknown in pdbedit tooSimo Sorce2003-05-012-24/+26
| | | | | | | | | | add group mapping mappings to idmap at startup (This used to be commit 62365023db61d5a4fa32845af3db73bce6cb94ea)
| * proper wellknown sids initialization at startupSimo Sorce2003-05-015-40/+90
| | | | | | | | (This used to be commit 568feee8977ee1be210344c8ab1896512894cba2)
* | Add a comment about the use of string functions in the modules code, andAndrew Bartlett2003-05-031-4/+9
| | | | | | | | | | | | | | add \n to the end of the non-dlopen case DEBUGs. Andrew Bartlett (This used to be commit ce4ff4cc8e5f5d461797e42b2148b2827c058380)
* | Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farmAndrew Bartlett2003-05-031-1/+1
| | | | | | | | (This used to be commit 0dfeaf4535bb1b2345dfd51208c51ce5069ea154)
* | Now that multi-pdu schannel works and a but in the negotiator has beenVolker Lendecke2003-05-021-2/+2
| | | | | | | | | | | | | | | | fixed I would like to see this tested a bit more. Default the schannel stuff to auto which means 'offer, but do not enforce'. Volker (This used to be commit 7a1b8409bed13d0e7742cbcd3b0fa79b0c671404)
* | Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
| | | | | | | | | | Jeremy. (This used to be commit 8dcc00899977a126d5782e44bdae74175ecc0d93)
* | Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
| | | | | | | | | | Jeremy. (This used to be commit a2af45154d0e1bb76e78fbde1572d4fcd1ba0da2)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-05-012-0/+655
|\| | | | | | | used to be commit a1ffe2a29c0e6be54af09d6647b7f54369d75a1e)
| * *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-0116-177/+174
| | | | | | | | | | | | plus internal fixes 1st stage (This used to be commit 6d036761e565bc93964bb3c939d5b7d78d5778a3)
| * Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
| | | | | | | | (This used to be commit 908d839b77a03ac07b00b43a3000c8ea53dd5e35)
| * Use ints for the version numbers in the smb_register_*() functions (patch by ↵Jelmer Vernooij2003-05-013-3/+3
| | | | | | | | | | | | metze) (This used to be commit 3895571eeef81db7ce4c71e85b0be5c235b16efd)
* | Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
| | | | | | | | (This used to be commit a2c315dea6910e3f83ba2e9bad4312cf35f608da)
* | Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett2003-05-013-41/+19
| | | | | | | | | | Andrew Bartlett (This used to be commit 542a8b1817d3930e03e08e16e9711cacceb6df61)
* | Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-304-5/+5
| | | | | | | | (This used to be commit dbe36b4c43dceddea9f14161c6cf7b34709287c8)
* | Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-302-94/+1
| | | | | | | | | | | | | | source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program. (This used to be commit 10bf65d335b7d7076484172faa2b4689ed437552)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-301-0/+115
|\| | | | | | | used to be commit 73473310533133d1d88ac86a84e10d85583a6855)
| * Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green2003-04-303-94/+116
| | | | | | | | | | | | | | source file. I will be making changes to sock_exec to work on VOS, which has a blocking connect() call, but first I want to get it in its own source file so that it can be called from a test program. (This used to be commit 2dd18ca0cfd4d793067b9b712554565965db0af1)
| * correctly initiazlize idmap tdb when creationg newSimo Sorce2003-04-304-148/+169
| | | | | | | | | | | | | | few fixes to *id_to_*id functions, we don't set the mapping for algoritmic RIDs, they are resolved in the classic way eliminate getpw* calls from tdbsam (This used to be commit 6a7689cf74cd4d5f29e0b12f4bf8ac3051d49157)
| * pam_smbpass will need at least IDMAP.Andrew Bartlett2003-04-301-1/+1
| | | | | | | | (This used to be commit b05fa6b90a7f5b74824d32b687c17ef6e76f59c1)
| * Get pam_smbpass to compile again (it probably won't link or run, but at leastAndrew Bartlett2003-04-302-5/+3
| | | | | | | | | | it compiles and lets the build farm get on it's way) (This used to be commit 7498d69d9d69f70a4c7511b5032d7d5d2b9c846f)
| * auto-init for utility functionsSimo Sorce2003-04-301-0/+18
| | | | | | | | (This used to be commit db571a9fd7fbce1c13ed652616ad9725db00b49f)
| * forgot to remove getpwnamSimo Sorce2003-04-291-20/+0
| | | | | | | | (This used to be commit 1915ab7b95b2baade0f4293d5a7a96003888d1c9)
| * This is a nice rewrite:Simo Sorce2003-04-2923-371/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SAM_ACCOUNT does not have anymore uid and gid fields all the code that used them has been fixed to use the proper idmap calls fix to idmap_tdb for first time idmap.tdb initialization. auth_serversupplied_info structure has now an uid and gid field few other fixes to make the system behave correctly with idmap tested only with tdbsam, but smbpasswd and nisplus should be ok have not tested ldap ! (This used to be commit 6a6f6032467e55aa9b76390e035623976477ba42)
| * remove convert_smbpasswd and addtosmbpass from tree; people can get them ↵Gerald Carter2003-04-293-93/+1
| | | | | | | | | | | | from 2.2. if they still need them (This used to be commit 000fe6b2f0e87571d2a6f2f19d4f90076eaeee3e)
| * adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
| | | | | | | | (This used to be commit 21867183e082a4ec7fec64a534677058cba1a598)
| * Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett2003-04-291-34/+25
| | | | | | | | | | | | | | | | | | | | | | set one - new accounts -> domain users, unless otherwise specified. This moves that logic from pdb_set_sam_sids() into pdb_init_sam_new(), which is called by all the 'new account' creators. (pdb_set_sam_sids() now only deals with the mapping from an existing account) Andrew Bartlett (This used to be commit 2c7b3d9fd5bb327bdbd34ec27b36eb59cbc481af)
| * Change order of parameters to smb_register_passdb()Jelmer Vernooij2003-04-293-3/+3
| | | | | | | | (This used to be commit 63cf5637c16dc770f0ab2f73ff00577c7cd426ee)
| * add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
| | | | | | | | (This used to be commit 4ab1909378695383e7e5bd20898392e6d2166969)