Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-03-27 | Fix the problem of 3.0.x passdb databases being version | Jeremy Allison | 1 | -5/+43 |
2009-03-27 | Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c... | Jeremy Allison | 1 | -1/+2 |
2009-03-24 | Fix bug 6097 | Volker Lendecke | 1 | -1/+1 |
2009-03-18 | Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c... | Jeremy Allison | 1 | -14/+201 |
2009-03-17 | Missing break in conversion function prevents tdb password database update. | Alexander Zagrebin | 1 | -0/+1 |
2009-03-12 | s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 names | Dan Sledz | 1 | -5/+7 |
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 4 | -57/+46 |
2009-03-03 | s3 passdb: Add back some useful debug statements | Tim Prouty | 1 | -18/+24 |
2009-03-02 | It appears that the first time we see a uid/gid that winbind can't map, | Dan Sledz | 1 | -14/+22 |
2009-02-25 | Fix an incompatible pointer passed to winbind_get_groups | Volker Lendecke | 1 | -1/+3 |
2009-02-24 | s3: Rename auth_onefs_wb and pdb_onefs_sam | Dan Sledz | 1 | -58/+73 |
2009-02-21 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2009-02-20 | Introduce a new passdb backend: pdb_onefs_sam | Dan Sledz | 1 | -0/+433 |
2009-02-19 | Fix printf warnings found on systems where time_t <> long int. | Jeremy Allison | 1 | -8/+8 |
2009-02-17 | Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps. | Jeremy Allison | 1 | -1/+12 |
2009-02-12 | s3: Added new parameter "map untrusted to domain" | Steven Danneman | 1 | -0/+18 |
2009-02-11 | s3: Change behavior when seeing an unknown domain. | Dan Sledz | 1 | -19/+0 |
2009-02-08 | Fix some nonempty blank lines | Volker Lendecke | 1 | -41/+41 |
2009-02-01 | Fix nonempty blank lines | Volker Lendecke | 1 | -61/+60 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 2 | -0/+7 |
2009-01-16 | s3:passdb: put login_cache.tdb into cache_dir, not lock_dir. | Michael Adam | 1 | -2/+3 |
2009-01-14 | Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery. | Jeremy Allison | 1 | -1/+1 |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -8/+8 |
2008-12-29 | s3:pdb_tdb: store the next rid counter in passdb.tdb instead of winbind_idmap... | Stefan Metzmacher | 1 | -75/+47 |
2008-12-29 | s3:passdb: add SAMU_BUFFER_V4 with no changes | Stefan Metzmacher | 1 | -1/+16 |
2008-12-29 | s3:passdb: make marshalling struct samu from and to a buffer more generic | Stefan Metzmacher | 2 | -664/+669 |
2008-12-23 | More asprintf warning fixes. | Jeremy Allison | 1 | -4/+3 |
2008-12-23 | Fix more ‘asprintf’, declared with attribute warn_unused_result. | Jeremy Allison | 2 | -11/+18 |
2008-12-23 | Fix more "warning: ignoring return value of ‘asprintf’, declared with | Jeremy Allison | 1 | -23/+62 |