Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r340: fix a segfault in the login_cache code... | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r316: Fix split_domain_name. This defaulted to get_myname() instead of | Volker Lendecke | 1 | -13/+0 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -13/+13 |
2007-10-10 | r145: pdb_create_alias now returns NTSTATUS. More of this to follow. | Volker Lendecke | 1 | -4/+3 |
2007-10-10 | r116: volker's patch for local group and group nesting | Gerald Carter | 3 | -2/+599 |
2007-10-10 | r53: Remove modifyTimestamp from list of our attributes. We just check it for | Jim McDonough | 1 | -5/+4 |
2007-10-10 | r48: Fix types for debug message parameters. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r39: * importing .cvsignore files | Gerald Carter | 1 | -2/+0 |
2004-03-31 | Apply some const | Volker Lendecke | 2 | -2/+2 |
2004-03-31 | Remove some unused code | Volker Lendecke | 1 | -22/+0 |
2004-03-25 | Use timegm, or our already existing replacement instead of timezone, as | Jim McDonough | 1 | -1/+1 |
2004-03-19 | Fix gcc warnings. Fix mkproto with new type. | Jeremy Allison | 1 | -10/+11 |
2004-03-18 | Password lockout for LDAP backend. Caches autolock flag, bad count, and | Jim McDonough | 2 | -1/+294 |
2004-03-11 | Get MungedDial actually working with full TS strings in it for pdb_ldap. | Jim McDonough | 1 | -35/+35 |
2004-03-07 | Get us a little closer to Windows LSA semantics. | Volker Lendecke | 1 | -10/+1 |
2004-02-26 | And another little const | Volker Lendecke | 1 | -1/+1 |
2004-02-25 | Fix bug in previous global_sam_sid() commit. I broke the 'read from | Andrew Bartlett | 1 | -1/+0 |
2004-02-25 | I *hate* global variables... | Andrew Bartlett | 2 | -31/+45 |
2004-02-23 | Found by Fabien Chevalier <fabien.chevalier@supelec.fr> and | Andrew Bartlett | 1 | -1/+1 |
2004-02-20 | handle both 0 and -1 as disabling reset count and lockout duration | Jim McDonough | 1 | -4/+4 |
2004-02-19 | Clean up bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -79/+95 |
2004-02-19 | Add bad pw count and autolock flag update fn()s | Jim McDonough | 1 | -2/+127 |
2004-02-19 | Add functions to get/set bad password time | Jim McDonough | 2 | -1/+21 |
2004-02-13 | Move tdbsam versioning/upgrade code into 3.0 | Jim McDonough | 2 | -28/+620 |
2004-02-12 | Try to remove the last vestiges of unknown_3... | Jim McDonough | 5 | -14/+1 |
2004-02-12 | abartlet's pdb_set/changed flag fix for NULL passwords | Gerald Carter | 1 | -6/+4 |
2004-02-12 | stupid cut-n=paste error; my fault | Gerald Carter | 1 | -2/+2 |
2004-02-12 | More sync between passdb on 3.0 and HEAD. | Jim McDonough | 2 | -11/+18 |
2004-02-12 | Start of merging HEAD changes. Right now, just move one fn() to eliminate | Jim McDonough | 1 | -67/+63 |
2004-02-12 | updates for tdbsam code to help make merge into head easier; needs a bit more... | Gerald Carter | 1 | -46/+53 |
2004-02-11 | Don't set an iterator to a piece of free'd memory, store it first. | Jeremy Allison | 1 | -2/+3 |
2004-02-11 | fix set/getsampwent iterator in tdbsam to use an allocated list | Gerald Carter | 1 | -44/+101 |
2004-02-09 | And another build fix. | Volker Lendecke | 1 | -2/+2 |
2004-02-09 | Fix the build & get rid of a compiler warning. | Volker Lendecke | 2 | -1/+4 |
2004-02-08 | When we set a domain sid, force get_global_sam_sid() to do it's work again. | Andrew Bartlett | 2 | -1/+14 |
2004-02-08 | Add static, and assert that we will never overflow the static fstring | Andrew Bartlett | 1 | -1/+4 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 1 | -3/+14 |
2004-02-04 | move disabling code to context functions instead of backwards compatible wrap... | Gerald Carter | 1 | -28/+28 |
2004-02-04 | Fix const warning | Andrew Bartlett | 1 | -2/+2 |
2004-01-30 | If we are setting the NT or LM password to NULL, remove the attribute | Andrew Bartlett | 1 | -17/+31 |
2004-01-30 | disable any account that doesn't have a password and doesn't had the ACB_PWNO... | Gerald Carter | 1 | -6/+12 |
2004-01-29 | more initialization fixes | Gerald Carter | 1 | -0/+22 |
2004-01-29 | initialization fixes | Gerald Carter | 2 | -2/+51 |
2004-01-07 | Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2004-01-07 | Don't duplicate pulling the 'IPC' username from secrets.tdb, instead | Andrew Bartlett | 1 | -1/+39 |
2004-01-06 | isolate ldap debug messages to the common smbldap_XXX() functions | Gerald Carter | 1 | -3/+0 |
2004-01-04 | - Put functions for generating SQL queries in pdb_sql.c | Jelmer Vernooij | 3 | -501/+1008 |
2004-01-02 | JHT came up with a nasty (broken) torture case in preparing examples for | Andrew Bartlett | 1 | -1/+1 |
2003-12-26 | Check the return value of string_to_sid in a few more places. (But | Andrew Bartlett | 1 | -2/+10 |
2003-12-26 | Show the error message for failure to set the ldap password. | Andrew Bartlett | 1 | -2/+8 |