Age | Commit message (Expand) | Author | Files | Lines |
2011-11-16 | s3-waf: create a smbldap.so library. | Günther Deschner | 1 | -1/+1 |
2011-09-06 | waf: install pam modules in PAMMODULESDIR. | Günther Deschner | 1 | -0/+1 |
2011-07-28 | s3:pam_smbpass: use lp_load_client() in pam_smbpass | Michael Adam | 4 | -4/+1 |
2011-07-28 | s3-waf: the passdb subsystem needs to be called pdb | Andrew Tridgell | 1 | -1/+1 |
2011-07-04 | s3-build allow_undefined_symbols=False is the default now | Andrew Bartlett | 1 | -1/+0 |
2011-06-21 | s3-build: Provide a run-time shim to work around duplicate symbols | Andrew Bartlett | 1 | -1/+1 |
2011-05-31 | s3-build Don't allow undefined symbols in pam_smbpass.so | Andrew Bartlett | 1 | -0/+1 |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -4/+4 |
2011-04-06 | lib: make asn1_util a private library | Andrew Tridgell | 1 | -1/+1 |
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-01 | lib/util: new merged debug system | Andrew Bartlett | 1 | -1/+1 |
2011-02-23 | s3-waf: rename LIBSAMBA subsystem to LIBNTLMSSP (which it is in fact). | Günther Deschner | 1 | -1/+1 |
2011-02-23 | s3-waf: move GROUPDB into libpassdb.so. | Günther Deschner | 1 | -1/+1 |
2011-02-22 | s3-waf: convert some subsystems into private libraries | Andrew Tridgell | 1 | -1/+1 |
2011-02-18 | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 3 | -3/+3 |
2011-02-18 | s3-waf: use SAMBA3_*() build rules in source3/build | Andrew Tridgell | 1 | -1/+1 |
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 2 | -1/+2 |
2010-12-14 | s3-waf: check for "WITH_PAM_MODULES" to determine pam_smbpass build. | Günther Deschner | 1 | -1/+1 |
2010-12-14 | s3-waf: fix pamsmbpass libwbclient dependency. | Günther Deschner | 1 | -1/+1 |
2010-09-28 | s3-waf: add pam_smbpass. | Günther Deschner | 1 | -0/+13 |
2010-09-22 | s3: Use asprintf where appropriate | Volker Lendecke | 3 | -16/+7 |
2010-09-22 | s3: Fix pam_smbpass logging on FreeBSD | Volker Lendecke | 1 | -8/+6 |
2010-08-06 | s3-passdb: include samr.h where needed. | Günther Deschner | 1 | -0/+2 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-02-23 | s3-pam_smbpass: Remove obsolete signal type cast. | Andreas Schneider | 3 | -21/+21 |
2009-07-03 | s3:pam_smbpass: fix build error on some Linux distros | Björn Jacke | 1 | -1/+1 |
2009-05-29 | s3:pam_smbpass: make smb_update_db() static. | Michael Adam | 1 | -1/+1 |
2009-05-29 | s3: fix building of pam_smbpass. | Bo Yang | 1 | -0/+14 |
2009-05-26 | s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpass | Björn Jacke | 5 | -80/+104 |
2009-05-25 | s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind. | Günther Deschner | 4 | -15/+42 |
2009-04-27 | s3:fix build of the pam_smbpass shared module | Michael Adam | 1 | -0/+2 |
2008-07-02 | Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd. | Jeremy Allison | 1 | -8/+11 |
2008-03-10 | Reformat: Remove indentation of part of pam_smbpass/support.c by one tab. | Michael Adam | 1 | -102/+102 |
2008-03-06 | Eliminate global variable in_client and a plethora of extern declarations. | Derrell Lipman | 3 | -7/+3 |
2008-01-16 | Fix build for pam_smbpass | Alexander Bokovoy | 2 | -2/+2 |
2007-12-13 | Fix pam_smbpass build | Alexander Bokovoy | 1 | -6/+2 |
2007-12-12 | Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org> | Jeremy Allison | 3 | -1/+17 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -2/+2 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 2 | -89/+70 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 4 | -8/+8 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 3 | -6/+3 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 4 | -4/+4 |
2007-10-10 | r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ... | Günther Deschner | 4 | -4/+4 |
2007-10-10 | r23095: Support systems that have their PAM headers in /usr/include/pam. | James Peach | 4 | -0/+32 |
2007-10-10 | r16241: Fix Klocwork #106 and others like it. | Jeremy Allison | 2 | -145/+155 |
2007-10-10 | r15477: Committing parts of the patch Timur has submitted for bug 2961, as ag... | Volker Lendecke | 2 | -8/+4 |
2007-10-10 | r14577: BUG Fixes: | Gerald Carter | 3 | -1/+7 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 3 | -8/+9 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 5 | -24/+24 |