Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-06 | s3-passdb: include samr.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-10 | s3-passdb: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -44/+44 | |
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-21 | s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types | Andrew Bartlett | 1 | -41/+41 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 1 | -3/+3 | |
Well known rids don't really belong into an rpc header, just use the ones defined in security.idl. Guenther | |||||
2010-02-05 | s3: Make guest_user_info() static | Volker Lendecke | 1 | -1/+1 | |
2010-01-10 | s3: Replace most calls to sid_append_rid() by sid_compose() | Volker Lendecke | 1 | -2/+1 | |
2009-11-14 | s3:passdb: remove the uid_to_rid method - we only need uid_to_sid | Michael Adam | 1 | -28/+0 | |
Michael | |||||
2009-11-14 | s3:pdb_default_uid_to_sid: fix some debug statements. | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-07-14 | s3-account_policy: add pdb_policy_type enum. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2009-07-04 | Add pdb_get_domain_info | Volker Lendecke | 1 | -0/+13 | |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 1 | -6/+6 | |
2009-06-08 | Fix some nonempty blank lines | Volker Lendecke | 1 | -34/+34 | |
2009-06-08 | Pass a talloc_ctx to pdb_enum_aliasmem | Volker Lendecke | 1 | -2/+3 | |
2009-06-06 | s3/passdb: Fix debug message: 'net setmaxrid' does not exist. | Karolin Seeger | 1 | -2/+2 | |
This is aiming bug #6351. Karolin | |||||
2009-05-29 | util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique. | Günther Deschner | 1 | -20/+0 | |
Guenther | |||||
2009-05-28 | TALLOC_ZERO_P->talloc_zero | Volker Lendecke | 1 | -1/+2 | |
2009-05-28 | Do not segfault in pdb_search_destructor if no real search was started | Volker Lendecke | 1 | -1/+2 | |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -1/+1 | |
Should make Solaris 10 builds look cleaner. Jeremy. | |||||
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 1 | -35/+28 | |
2009-02-21 | Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -0/+6 | |
2008-12-23 | Fix more ‘asprintf’, declared with attribute warn_unused_result. | Jeremy Allison | 1 | -8/+14 | |
Jeremy. | |||||
2008-11-14 | Make memcache_add_talloc NULL out the source pointer | Volker Lendecke | 1 | -7/+7 | |
This is an orthogonality measure to make clear this pointer now belongs to the cache. (cherry picked from commit e6080c6e87d6fe3995b121a772bf3f6343fa666f) | |||||
2008-11-06 | Make us clean under valgrind --leak-check=full by using ↵ | Jeremy Allison | 1 | -2/+2 | |
talloc_autofree_context() instead of NULL. Remove the code in memcache that does a TALLOC_FREE on stored pointers. That's a disaster waiting to happen. If you're storing talloc'ed pointers, you can't know their lifecycle and they should be deleted when their parent context is deleted, so freeing them at some arbitrary point later will be a double-free. Jeremy. | |||||
2008-11-06 | Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based ↵ | Jeremy Allison | 1 | -1/+3 | |
on a problem found by Boyang. Only the pdb_nds backend implements login attempts so this was broken for tdbsam and ldap. Jeremy. | |||||
2008-07-29 | pdb_interface: Fix typo in debug message. | Karolin Seeger | 1 | -1/+1 | |
Karolin (This used to be commit e04da654c0db6b0fb2e2ce9754e5eba80751c14c) | |||||
2008-02-13 | nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 5f623f54a919cc687d0ff16c16038c05a501008d) | |||||
2008-02-08 | Fix typo. | Karolin Seeger | 1 | -1/+1 | |
Karolin (This used to be commit 53b83bb53ff02878748fada589fd2faf3520d260) | |||||
2007-12-28 | Convert csamuser to memcache | Volker Lendecke | 1 | -27/+26 | |
(This used to be commit 476d3abf9c6142d99822212141fc3d843aca4798) | |||||
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -122/+1 | |
(This used to be commit 9e80b969fb40766de2c9b1a05d16bf4d4c6e46f7) | |||||
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -1/+2 | |
All callers are replaced by Get_Pwnam_alloc (This used to be commit 735f59315497113aebadcf9ad387e3dbfffa284a) | |||||
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -1/+1 | |
least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546) | |||||
2007-12-15 | Replace sid_string_static with sid_to_string | Volker Lendecke | 1 | -1/+2 | |
This adds 28 fstrings on the stack, but I think an fstring on the stack is still far better than a static one. (This used to be commit c7c885078be8fd3024c186044ac28275d7609679) | |||||
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -4/+4 | |
(This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09) | |||||
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -15/+32 | |
Jeremy. (This used to be commit 15074de938539e7a9c527d9a6d81792adc2ac3d0) | |||||
2007-11-09 | remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now | Stefan Metzmacher | 1 | -8/+0 | |
metze (This used to be commit fc98c1904865608509a01911afa46de74873ef41) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -57/+57 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r25401: BUG 4982: Don't delete lanman hashes on invalid logins when | Gerald Carter | 1 | -1/+1 | |
using the "lanman auth = no". Tested by Guenter Kukkukk. (This used to be commit 611fdd95a583ebd22ffa17e2f39c5a1bb0936c63) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r23046: Few missing merges from cleaning out the Centeris winbindd tree. | Gerald Carter | 1 | -1/+1 | |
Nothing of major interest. Will fix a few problems with one way trusts. (This used to be commit 3d48a7e72d9268fd495e0ca4b6e73bed5bb57214) | |||||
2007-10-10 | r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change | Volker Lendecke | 1 | -14/+6 | |
return values of some alias-releated pdb functions from BOOL to NTSTATUS Thanks :-) (This used to be commit 590d2164b3a33250410338771e160f6ebd1aa89d) | |||||
2007-10-10 | r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert. | Volker Lendecke | 1 | -6/+13 | |
(This used to be commit 2c5b951eba509e826a29775db992aca474476484) | |||||
2007-10-10 | r22766: Merge from 3_0: | Volker Lendecke | 1 | -13/+6 | |
r22412 | obnox | 2007-04-20 14:23:36 +0200 (Fr, 20 Apr 2007) | 5 lines Add a "deletelocalgroup" subcommand to net sam. Thanks to Karolin Seeger <ks@sernet.de>. (This used to be commit fb6ac8a5b247a961963a9b6a95cd6608c5b53d09) | |||||
2007-10-10 | r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2} | Gerald Carter | 1 | -1/+21 | |
domain to a uid.gid using the idmap_passdb backend. (This used to be commit fc1aeee52d8cb6c8d5d306dbbec18127bd2674bc) | |||||
2007-10-10 | r21881: Make sure we are very specific when testing whether a backand can ↵ | James Peach | 1 | -1/+2 | |
handle a particular SID. Make sure that the passdb backend will accept the same set range of local SIDs that the idmap system sends it. Simo, Jerry - this is a 3_0_25 candidate. Can you please review? (This used to be commit 86a70adb6a2d277f235857451bbee7d530d15310) | |||||
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ↵ | Volker Lendecke | 1 | -2/+20 | |
winbind who did not run the idle events to drop ldap connections. Volker (This used to be commit af3308ce5a21220ff4c510de356dbaa6cf9ff997) | |||||
2007-10-10 | r21507: Fix some "cannot access LDAP when no root" bugs. | Gerald Carter | 1 | -2/+14 | |
The two culprits were * pdb_get_account_policy() * pdb_get_group_sid() (This used to be commit 6a69caf6907fad01b13aa4358ce5c62506f98495) |