Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-10 | Quite some callers of sid_split_rid do not care about the rid | Volker Lendecke | 1 | -2/+1 | |
2011-03-03 | s3: Remove an obsolete comment | Volker Lendecke | 1 | -3/+1 | |
2011-02-28 | s3: add functions to remove entries from idmap memcache | Gregor Beck | 1 | -0/+52 | |
2011-02-28 | s3: add functions to flush the idmap memcache | Gregor Beck | 1 | -0/+14 | |
2011-02-22 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -10/+10 | |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-26 | s3-build: only include memcache.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-06-28 | s3-passdb: Make sure that we don't assign garbage. | Andreas Schneider | 1 | -1/+1 | |
2010-06-07 | s3:passdb Export function to calculate the proper primary group sid | Simo Sorce | 1 | -0/+124 | |
Don't keep it buried in passdb, this function need to be available for use in places where we do not want to construct an artificial samu struct just to play tricks. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -26/+26 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -8/+8 | |
2010-04-28 | s3: Make a debug msg more readable | Volker Lendecke | 1 | -1/+1 | |
2010-01-10 | s3: Use sid_check_is_in_our_domain instead of a direct sid_peek_check_rid | Volker Lendecke | 1 | -4/+2 | |
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -10/+5 | |
2009-11-14 | s3:passdb: remove the uid_to_rid method - we only need uid_to_sid | Michael Adam | 1 | -4/+1 | |
Michael | |||||
2009-10-20 | s3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames. | Günther Deschner | 1 | -0/+8 | |
Found by RPC-LSA-LOOKUPNAMES torture test. Guenther | |||||
2009-07-31 | Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS | Volker Lendecke | 1 | -4/+8 | |
It took me a bit to understand what this flag does. I hope this is a bit clearer, at least it is to me. | |||||
2009-06-26 | s3:passdb: fix bug #6509: use gid (not uid) cache in fetch_gid_from_cache(). | Michael Adam | 1 | -1/+1 | |
With the previous code, the cache can never have been hit at all. Michael | |||||
2009-05-27 | s3: zero an uninitialized array | Marc VanHeyningen | 1 | -1/+4 | |
Invalid pointers were being dereferenced in lookup_sids causing occasional seg faults. Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-05-12 | s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL. | Aravind Srinivasan | 1 | -9/+4 | |
This is very similar to be1dfff02d562e42a7847bd02fed8538630d3f41 | |||||
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -2/+2 | |
Should make Solaris 10 builds look cleaner. Jeremy. | |||||
2009-03-24 | Fix bug 6097 | Volker Lendecke | 1 | -1/+1 | |
A client sent a SID with authority 0 and 0 sub-authorities. W2k3 replies with NT_STATUS_INVALID_SID, even if other SIDs in the list are valid. Thanks to Pavel <wylda@volny.cz> for the bug report! | |||||
2009-03-03 | s3 passdb: Add back some useful debug statements | Tim Prouty | 1 | -18/+24 | |
Originally removed in be1dfff02d562e42a7847bd02fed8538630d3f41 | |||||
2009-03-02 | It appears that the first time we see a uid/gid that winbind can't map, | Dan Sledz | 1 | -14/+22 | |
we end up returning the null sid instead of falling back to the legacy code. Next time through the code we'll hit the negative cache and do the right thing, but we still fail the first time. If we fail the winbind id to sid mapping, call the legacy version. This catches the case where we don't have a negative cache entry for the mapping. This is better than returning the NULL sid to the caller. | |||||
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -8/+8 | |
2008-10-27 | s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-09-03 | Revert "Split lookup_name() and create a new functiong called" | Simo Sorce | 1 | -93/+78 | |
This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6. (This used to be commit ad462e2e2d025a7fc23e7dea32b2b442b528970b) | |||||
2008-09-03 | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Simo Sorce | 1 | -4/+38 | |
(This used to be commit 8e4dca3b9416d9b5e535bda5e4befc073bfc1641) | |||||
2008-08-26 | Fix bug spotted by Simo - don't use legacy if expired entry. | Jeremy Allison | 1 | -4/+4 | |
Jeremy. (This used to be commit a7bbd33139c5835cf32efdbe0ef187117699e3e4) | |||||
2008-08-26 | Don't ask winbindd if we got a -ve cache entry. | Jeremy Allison | 1 | -4/+38 | |
Jeremy. (This used to be commit 91f85d0dcaa917b7a90a77852f3a778a0ad99c4d) | |||||
2008-08-26 | Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel | Simo Sorce | 1 | -33/+63 | |
(This used to be commit e038f1cf9fb305fc1e7a4189208e451d30aaa1f0) | |||||
2008-08-26 | Fix the build :-(. Ask winbindd if we find a negative cache entry (or should | Jeremy Allison | 1 | -5/+17 | |
we just call the legacy function ?). Jeremy. (This used to be commit 566d3b6e76afeca8e862cb36202a5283b86920e4) | |||||
2008-08-26 | Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid ↵ | Jeremy Allison | 1 | -33/+51 | |
mappings. Jeremy. (This used to be commit 31ba955d6950420096b9141454aa95b2510a3d9a) | |||||
2008-08-17 | Split lookup_name() and create a new functiong called | Simo Sorce | 1 | -78/+93 | |
lookup_domain_name(). This new function accept separated strings for domain and name. (This used to be commit 8594edf666c29fd4ddf1780da842683dd81483b6) | |||||
2008-07-11 | Revert "Make use of sid_check_is_in_unix_users/groups" | Volker Lendecke | 1 | -16/+11 | |
This reverts commit cd8e63b2b45402091d6d328b3c6ca593fc19ac92. (This used to be commit 061e55d4f48d269dc45fad6739e0872501b9433d) | |||||
2008-07-11 | Revert "Don't scream, better explain a bit in comments" | Volker Lendecke | 1 | -8/+10 | |
This reverts commit dcc39ed00453a075b23daece2844ca4817bfbfaf. (This used to be commit 26ca09a3570a0df051d042bef586ea57ad9f198c) | |||||
2008-07-11 | Revert "Remove an unused variable" | Volker Lendecke | 1 | -0/+1 | |
This reverts commit 454cb852e06fa3d8bdd0eebb3ebdb24b3d74ecd0. (This used to be commit cae8ec3199d5b0ffe0bfb6f15adaa5a12343c763) | |||||
2008-07-03 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 | |
(This used to be commit 454cb852e06fa3d8bdd0eebb3ebdb24b3d74ecd0) | |||||
2008-07-03 | Don't scream, better explain a bit in comments | Volker Lendecke | 1 | -10/+8 | |
(This used to be commit dcc39ed00453a075b23daece2844ca4817bfbfaf) | |||||
2008-07-03 | Make use of sid_check_is_in_unix_users/groups | Volker Lendecke | 1 | -11/+16 | |
Don't replicate code unnecessarily (This used to be commit cd8e63b2b45402091d6d328b3c6ca593fc19ac92) | |||||
2008-05-06 | Fix a panic in the [ug]id2sid valgrind bug fix | Volker Lendecke | 1 | -4/+6 | |
Always, always run "make test" before pushing stuff :-) (This used to be commit 1444db8be1de00a3e9c805f1accd8f1f4670d729) | |||||
2008-05-06 | Fix a valgrind bug in the new [ug]id2sid cache | Volker Lendecke | 1 | -6/+6 | |
When we're given a SID, it is not always padded with zeros. Only look at the initialized parts in the SID. (This used to be commit 8717085dba832cfe6d7b807a10f779e495adc326) | |||||
2008-02-05 | Don't return true on talloc fail. | Jeremy Allison | 1 | -0/+12 | |
Jeremy. (This used to be commit 21594cb34c683262ed4f743b68c35e586676ff75) | |||||
2008-01-25 | Fix lookup_sids to detect unix_groups and unix_users domain sids. | Michael Adam | 1 | -0/+10 | |
This fixes panics in wbcLookupRids when 1-2-22 was passed as a domain sid. Michael (This used to be commit c0d9732cf4482b0db02c75f316ff2b41f3336425) |