Age | Commit message (Expand) | Author | Files | Lines |
2008-05-26 | Remove unused function is_trusted_domain_situation(). | Michael Adam | 1 | -6/+0 |
2008-05-26 | passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash(). | Michael Adam | 1 | -1/+1 |
2008-05-26 | passdb: add comment explaining logic in get_trust_pw_clear(). | Michael Adam | 1 | -2/+16 |
2008-05-26 | passdb: in get_trust_pw_clear() correctly fail if trusted domains not supported | Michael Adam | 1 | -1/+5 |
2008-05-26 | Add function is_dc_trusted_domain_situation(). | Michael Adam | 1 | -3/+7 |
2008-05-23 | Manually port Steven Dannenman fix for using the correct machine domain when | Gerald W. Carter | 1 | -3/+3 |
2008-02-17 | Use netr_SamInfo3 in remaining places. | Günther Deschner | 1 | -1/+1 |
2008-02-12 | Add get_logon_hours_from_pdb() (inspired by samba4). | Günther Deschner | 1 | -0/+23 |
2008-02-04 | Remove a static | Volker Lendecke | 1 | -4/+1 |
2007-12-18 | Prevent another segfault. | Michael Adam | 1 | -1/+3 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -3/+2 |
2007-12-13 | Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks. | Michael Adam | 1 | -2/+1 |
2007-12-13 | Rename get_trust_pw() to get_trust_pw_hash(). | Michael Adam | 1 | -2/+2 |
2007-12-13 | Export logic of get_trust_pw() to new function get_trust_pw_clear(). | Michael Adam | 1 | -16/+58 |
2007-12-13 | Let get_trust_pw() determine the machine_account_name to use. | Michael Adam | 1 | -2/+14 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 1 | -25/+26 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -13/+13 |
2007-11-14 | Remove smbldap_get_single_pstring() and all pstrings | Jeremy Allison | 1 | -1/+1 |
2007-11-05 | static pstring removal | Volker Lendecke | 1 | -2/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -21/+21 |
2007-10-10 | r24990: Kill an incredible amount of trailing whitespaces... | Michael Adam | 1 | -8/+10 |
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 | 1 | -1/+1 |
2007-10-10 | r23192: Remove fallback to looking up group mappings by the | Gerald Carter | 1 | -17/+1 |
2007-10-10 | r23005: If we're running on a system where time_t is 8 bytes | Jeremy Allison | 1 | -16/+16 |
2007-10-10 | r22096: become_root_uid_only() is unneeded - it's only used in | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r21954: Someone misused a '!' instead of a '~' for a binary NOT | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r20985: leave room for terminating NULL when printing password hashes via 'pd... | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r20851: To read account policies from LDAP we need root. | Volker Lendecke | 1 | -2/+12 |
2007-10-10 | r20824: Send access to the trusted domain passwords through the pdb backend, ... | Volker Lendecke | 1 | -0/+43 |
2007-10-10 | r20614: Dummy-checkin to trigger the build | Volker Lendecke | 1 | -4/+5 |
2007-10-10 | r20243: Make lookup_name resolve both the mapped and the real unix group name | Simo Sorce | 1 | -7/+23 |
2007-10-10 | r19058: Implement "user cannot change password", and complete "user must change | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17924: Get rid of warnings now that talloc is merged. | Volker Lendecke | 1 | -3/+1 |
2007-10-10 | r17815: Revert Volker's change in 16014. I really do not believe | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r17813: Remove another instance of manually setting the group SID. | Gerald Carter | 1 | -1/+7 |
2007-10-10 | r17669: Remove RID algorithm support from unmapped users and groups | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r17554: Cleanup | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17463: A bit of cleanup work: | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -9/+11 |
2007-10-10 | r16593: Make the invarient explicit to Klocwork. Bug #2023. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r16241: Fix Klocwork #106 and others like it. | Jeremy Allison | 1 | -25/+16 |
2007-10-10 | r16014: Correctly set the group RID in init_sam_from_buffer. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r15601: Fix segfaults with 'security=share' and 'guest only = yes' | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r14457: Add a few more special cases for RID 513 in the samr code. | Gerald Carter | 1 | -0/+12 |
2007-10-10 | r13776: Merge in the editposix ldapsam optimization | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 1 | -24/+25 |
2007-10-10 | r13679: Commiting the rm_primary_group.patch posted on samba-technical | Gerald Carter | 1 | -251/+125 |