summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-06sort out some include dependenciesSimo Sorce4-33/+65
split out privileges from rpc_lsa.h (This used to be commit 37d7cc8162d02a664095dbe0fc8d7250d1ed51c9)
2003-05-06add mapping.h hereSimo Sorce1-0/+1
(This used to be commit fb03fafed14a2816808e98fd95850db3e655d5d9)
2003-05-06restore structures from previous erroneous commitSimo Sorce1-22/+30
(This used to be commit 58d284bd06f5893a752c1f22828715f8bd130c82)
2003-05-06Hackety, hackety, hack. More edits.John Terpstra4-295/+434
(This used to be commit b41b42ca31486aba39edb726fc30b0f48b618e3f)
2003-05-05Fix typo.John Terpstra1-1/+1
(This used to be commit ba7305600ceae51cc6d6eb302e12fd00648d6ca8)
2003-05-05Turn off using lsa_qos.Rafal Szczesniak1-5/+2
Rafal (This used to be commit d03124fbf182f194e48c4ef9ae6aedc4db4f13b0)
2003-05-05More updates.John Terpstra2-14/+35
(This used to be commit 6fab230bef2626f1d24d84de9994bb06d1db8c66)
2003-05-05Fixing Syntax Problems.John Terpstra1-26/+20
(This used to be commit f1332b194982c5255bdf4fa453cd2a2939668239)
2003-05-05A good reason to use make variables instead of autoconf substitutionsTim Potter1-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)
2003-05-05Fixed typo introduced when reverting patch from revision 1.19Tim Potter1-1/+1
(This used to be commit a102734263a2cbd5b9eafbddf036e173b507a7fd)
2003-05-05AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter2-12/+7
Also merged a little bit of abartlet's recent configure.in change of duplicated IRIX stuff. (This used to be commit d15406ad910bc952c741e8d4d574064dbc5e88ef)
2003-05-05Updatting docs further. More to come.John Terpstra3-213/+316
(This used to be commit e1c6242dbc4c448de19d61d7a39b05f0444c4fbf)
2003-05-04move some things aroundSimo Sorce4-138/+171
(This used to be commit a4fc9c3b2dfbdbb3f75bf38415741ff66dbe1367)
2003-05-04More updates.John Terpstra1-28/+97
(This used to be commit 969b0f8cce59e5ce25b71eac6845e1c2dcd8cc1a)
2003-05-04Update.John Terpstra1-2/+60
(This used to be commit da4d7a8797eb69e6960db798e78eb3b0ca2dd84a)
2003-05-03Re-arrangement of Chapters 3-8, merges, updates - first installment only.John Terpstra12-972/+1036
(This used to be commit 549b047994bbaacc8e2e847c80bcb307c9f4a565)
2003-05-03fixes to *_util.c filesSimo Sorce4-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)
2003-05-02exclude tdbsam2.h generation until it will be usedSimo Sorce1-14/+15
(This used to be commit 28b73a39219fd717c60eba207143fb40d5ff123a)
2003-05-02fix pam_smbpassSimo Sorce2-3/+3
typos (This used to be commit 7e28ee1cf8db065f2518b4543f2e54da97cc19e2)
2003-05-02remove testing debug lineSimo Sorce1-1/+1
(This used to be commit 08d4c2fa85ceaa9d5ff16e7e615bb29e0cde3022)
2003-05-02Add note on LDAP_EXOP_X_MODIFY_PASSWD. ldap passwd sync documentation should beJelmer Vernooij1-1/+2
complete now. (This used to be commit a9e1edbbf23c9648de0054da474eda9c19d57551)
2003-05-02Add note about 'ldap trust ids'.Jelmer Vernooij1-1/+13
(This used to be commit 1748fdfb43ddf6397240a8da1f967ceeb0879252)
2003-05-02Update LDAP documentation for 3.0Jelmer Vernooij1-36/+88
(This used to be commit a092928b8e864c5c29cc8541d2492f0aa18931f3)
2003-05-02shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce3-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)
2003-05-01Fix uninitialized blobs reported by Luke Howard.Jeremy Allison1-0/+6
Jeremy. (This used to be commit e954ca2ce8ec6b36794585c3bc948140cf9e7947)
2003-05-01Fix for bugid 51 from Dragan Krnic.Jeremy Allison1-5/+5
Jeremy. (This used to be commit aeba1fcab2fa61859fc1052af4752512a33bd801)
2003-05-01fix wrong debug messages in idmap_util.cSimo Sorce2-5/+10
correctly handle allocated rids in tdbsam (This used to be commit 7ae6162e1dd668897628c4f7edff508616644d21)
2003-05-01Move external links into new chapter "Further Resources"Jelmer Vernooij4-76/+86
(This used to be commit 31560948d821a41c3c0468d2949cf87ec92ddabd)
2003-05-01init wellknown in pdbedit tooSimo Sorce2-24/+26
add group mapping mappings to idmap at startup (This used to be commit 62365023db61d5a4fa32845af3db73bce6cb94ea)
2003-05-01proper wellknown sids initialization at startupSimo Sorce5-40/+90
(This used to be commit 568feee8977ee1be210344c8ab1896512894cba2)
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce16-177/+174
plus internal fixes 1st stage (This used to be commit 6d036761e565bc93964bb3c939d5b7d78d5778a3)
2003-05-01Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij1-1/+1
(This used to be commit 908d839b77a03ac07b00b43a3000c8ea53dd5e35)
2003-05-01Apparently we do support RA=2.Tim Potter1-2/+9
(This used to be commit e146682b9f0cd8c8f6be6cad4b05a86ca118e973)
2003-05-01Don't crash if the underlying VFS doesn't support ACL'sJelmer Vernooij1-0/+10
(This used to be commit 277fa587d596449a6ac15b440ae07d6707d758ac)
2003-05-01Use ints for the version numbers in the smb_register_*() functions (patch by ↵Jelmer Vernooij3-3/+3
metze) (This used to be commit 3895571eeef81db7ce4c71e85b0be5c235b16efd)
2003-05-01Fleshed out the description of restrict anonymous parameter.Tim Potter1-2/+9
(This used to be commit 2d150947082114f5e275a774baefc7e838ab5657)
2003-05-01Added missing documentation for 'max reported print jobs' parameter.Tim Potter1-0/+22
(This used to be commit 21162481bcd26fc7c994bff60c2b0ad9f5fee245)
2003-04-30Fix ulink in winbind sectionAlexander Bokovoy1-4/+4
(This used to be commit 3a28a287c08955bcd9387fbd08a1e742ffd969b9)
2003-04-30Rebuild docsAlexander Bokovoy107-99416/+61549
(This used to be commit 7cafdf9e9576f7988d72fccbc2fad3fbcd3c67df)
2003-04-30small fixesAlexander Bokovoy2-4/+5
(This used to be commit 5b4274c3a10c3ab133fb8a0b8cff41413224f88a)
2003-04-30'add machine script' is used to create unix accounts for machine accountsJelmer Vernooij1-3/+3
(This used to be commit 386ba78e787ebae8109e39686d0b8d9875dd12e1)
2003-04-30Fix FAQ buildAlexander Bokovoy3-1/+6
(This used to be commit 7c60a2a4394c9ce48c079c2c5233cd8002789e03)
2003-04-30Docbook XML conversion: XSLT and build infrastructureAlexander Bokovoy147-771/+28190
(This used to be commit f4f6e0b29e744077dfb836745716a659a49d7529)
2003-04-30Remove strip-links.pl, not needed anymoreAlexander Bokovoy1-16/+0
(This used to be commit 0cdab65ae336d8d1887519076a121deffe1ceb17)
2003-04-30Docbook XML conversion: projdocAlexander Bokovoy37-79/+90
(This used to be commit f7c9df751459da2d4a996d5f0135334fb3f87f69)
2003-04-30Docbook XML conversion: manpagesAlexander Bokovoy35-8595/+189
(This used to be commit b558088b85355e9f22c77b4267a038adc47e9630)
2003-04-30Docbook XML conversion: faqAlexander Bokovoy8-8/+9
(This used to be commit 6378451733bfddd3732dc3bbc7b814e625eaf649)
2003-04-30Docbook XML conversion: devdocAlexander Bokovoy18-85/+64
(This used to be commit 4677d5e11c309b074be2ebb2e22394c5b3c13c58)
2003-04-30Refactor existing sock_exec() and socketpair_tcp() functions into their ownPaul Green3-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)
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce4-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)