Age | Commit message (Expand) | Author | Files | Lines |
2009-06-12 | Activate tldap tracing in pdb_ads | Volker Lendecke | 1 | -0/+34 |
2009-06-11 | s3 passdb ads: add missing character | Tim Prouty | 1 | -1/+1 |
2009-06-11 | Implement pdb_enum_alias_memberships | Volker Lendecke | 1 | -3/+88 |
2009-06-10 | Implement pdb_ads_set_aliasinfo | Volker Lendecke | 1 | -1/+68 |
2009-06-10 | pdb_default_aliasinfo is just fine for pdb_ads right now | Volker Lendecke | 1 | -8/+1 |
2009-06-10 | Implement pdb_ads_lookup_rids | Volker Lendecke | 1 | -3/+69 |
2009-06-10 | Fix a segfault in pdb_ads_delete_user() | Volker Lendecke | 1 | -3/+11 |
2009-06-09 | If there are no mods, don't bother the ldap server | Volker Lendecke | 1 | -0/+5 |
2009-06-09 | Some more fields in pdb_ads_init_ads_from_sam() | Volker Lendecke | 1 | -0/+20 |
2009-06-09 | Do not pull samAccountName twice | Volker Lendecke | 1 | -7/+0 |
2009-06-09 | No need to free twice -- thanks gd :-) | Volker Lendecke | 1 | -1/+0 |
2009-06-09 | Implement pdb_ads_[add|del]_groupmem | Volker Lendecke | 1 | -11/+69 |
2009-06-09 | Implement pdb_ads_delete_dom_group | Volker Lendecke | 1 | -1/+47 |
2009-06-08 | Implement pdb_ads_enum_group_members | Volker Lendecke | 1 | -3/+57 |
2009-06-08 | Fix some nonempty blank lines | Volker Lendecke | 1 | -34/+34 |
2009-06-08 | Fix two 64-bit warnings | Volker Lendecke | 1 | -2/+2 |
2009-06-08 | Implement pdb_[add|del]aliasmem | Volker Lendecke | 1 | -2/+99 |
2009-06-08 | Do not use a variable format string | Volker Lendecke | 1 | -1/+1 |
2009-06-08 | Implement pdb_ads_enum_aliasmem | Volker Lendecke | 1 | -3/+86 |
2009-06-08 | Pass a talloc_ctx to pdb_enum_aliasmem | Volker Lendecke | 3 | -5/+9 |
2009-06-08 | Implement pdb_ads_delete_alias | Volker Lendecke | 1 | -1/+44 |
2009-06-08 | Implement pdb_ads_create_dom_group() | Volker Lendecke | 1 | -1/+69 |
2009-06-07 | More pdb_ads stuff | Volker Lendecke | 1 | -6/+108 |
2009-06-07 | Make "net sam list" work for groups, aliases and builtins | Volker Lendecke | 1 | -7/+58 |
2009-06-07 | Return full info in pdb_ads_search_users() | Volker Lendecke | 1 | -5/+17 |
2009-06-07 | s3-samr: fix return code of _samr_LookupRids when run with pdb_ldap. | Günther Deschner | 1 | -0/+5 |
2009-06-06 | s3/passdb: Fix debug message: 'net setmaxrid' does not exist. | Karolin Seeger | 1 | -2/+2 |
2009-06-06 | Add an early prototyp of pdb_ads.c. | Volker Lendecke | 1 | -0/+1284 |
2009-05-31 | Fix some nonempty blank lines | Volker Lendecke | 1 | -52/+52 |
2009-05-29 | s3-passdb: fix uninitialized variable in local_password_change(). | Günther Deschner | 1 | -1/+1 |
2009-05-29 | Consolidate user create/delete paths in smbpasswd | Simo Sorce | 1 | -147/+179 |
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 |
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-27 | s3: zero an uninitialized array | Marc VanHeyningen | 1 | -1/+4 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-05-16 | Move smb_create_user() in samsync | Simo Sorce | 1 | -60/+0 |
2009-05-12 | s3: Fallback to the legacy sid_to_(uid|gid) instead of returning NULL. | Aravind Srinivasan | 2 | -26/+4 |
2009-05-12 | Fix the last few format arg missmatches I missed. | Jeremy Allison | 1 | -4/+4 |
2009-05-12 | Fix bug 6157 | Volker Lendecke | 1 | -1/+1 |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 3 | -10/+10 |
2009-05-08 | s3/ldap: also handle DirX return codes | Björn Jacke | 1 | -0/+2 |
2009-05-05 | s3-ldap: fix more callers of smbldap_dn_talloc() that were passing a NULL con... | Günther Deschner | 2 | -2/+2 |
2009-05-05 | s3-ldapsam: Fix Bug #6313: ldapsam_update_sam_account() crashes while doing t... | Günther Deschner | 1 | -1/+1 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 4 | -1/+4 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 2 | -15/+15 |
2009-04-06 | s3:smbldap Remove smbldap_get_dn | Andrew Bartlett | 2 | -29/+18 |
2009-04-01 | Allow pdbedit to change a user rid/sid. Based on a fix from Alexander Zagrebi... | Jeremy Allison | 1 | -3/+57 |
2009-04-01 | s3-passdb: add smb_create_user(). | Günther Deschner | 1 | -0/+59 |
2009-04-01 | s3: fix the fix for bug #6195 - dont let smbd child processes panic | Michael Adam | 1 | -2/+16 |