Age | Commit message (Expand) | Author | Files | Lines |
2008-02-28 | Generate ACB_PW_EXPIRED correctly | Andrew Bartlett | 1 | -1/+3 |
2008-02-20 | Make all auth module init functions public, since they are compiled with -fvi... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 1 | -9/+12 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26016: remove unneeded include | Stefan Metzmacher | 1 | -1/+0 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -3/+5 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -6/+6 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22627: fix crash msgs_tmp isn't always initialized | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22621: fix the 'sam' auth module | Stefan Metzmacher | 1 | -33/+18 |
2007-10-10 | r20352: Use the common function to find the DN for a domain. | Andrew Bartlett | 1 | -6/+3 |
2007-10-10 | r20149: Remove the smb.conf distinction between PDC and BDC. Now the correct | Andrew Bartlett | 1 | -4/+2 |
2007-10-10 | r20010: cosmetic fix | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r17824: add a wrapper for the common partitions_basedn calculation | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17823: get rid of most of the samdb_base_dn() calls, as they are no longer | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r17270: split the logic of saying this auth backend wants to handle this | Stefan Metzmacher | 1 | -14/+54 |
2007-10-10 | r16238: Use a baseDN for the auth_sam searches, to allow continued function | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -441/+83 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14975: use the magic comment recognised by the IBM checker for deliberate | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14571: More improvements on shared library support in Samba. Only ldb is lef... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13910: Fix the 'your password has expired' on every login. We now consider | Andrew Bartlett | 1 | -13/+16 |
2007-10-10 | r13252: Cleanup, both in code, comments and talloc use: | Andrew Bartlett | 1 | -10/+27 |
2007-10-10 | r13247: Try to make better use of talloc in the auth/ and auth/gensec code. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r12718: We don't use unicodePwd directly any more. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12599: This new LDB module (and associated changes) allows Samba4 to operate | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12363: minor fixes for win2000 join/login | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r12361: Add a new function: ldb_binary_encode_string() | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r11929: Add static, comments. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r11543: A major upgrade to our KDC and PAC handling. | Andrew Bartlett | 1 | -35/+35 |
2007-10-10 | r11537: Make the authsam_account_ok routine callable by external users (the K... | Andrew Bartlett | 1 | -19/+21 |
2007-10-10 | r11525: Move lookups (including the attribute search) for users from | Andrew Bartlett | 1 | -69/+105 |
2007-10-10 | r11520: indent | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11370: Samba4 now passes it's own RPC-SAMLOGON test again. | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r11366: Pass around the flags which indicate if we should support plaintext | Andrew Bartlett | 1 | -11/+18 |
2007-10-10 | r11312: Make it clear we are looking at the 'domain ref', not the domain | Andrew Bartlett | 1 | -18/+18 |