Age | Commit message (Expand) | Author | Files | Lines |
2009-10-13 | s3: use enum netr_SchannelType all over the place. | Günther Deschner | 1 | -2/+4 |
2009-07-14 | s3-account_policy: add pdb_policy_type enum. | Günther Deschner | 1 | -8/+8 |
2009-06-29 | s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in p... | Günther Deschner | 1 | -10/+15 |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 1 | -1/+1 |
2009-06-20 | talloc_tos() aborts if it can not get a stackframe | Volker Lendecke | 1 | -3/+0 |
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-16 | Move smb_create_user() in samsync | Simo Sorce | 1 | -60/+0 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 |
2009-04-01 | s3-passdb: add smb_create_user(). | Günther Deschner | 1 | -0/+59 |
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-01 | Fix nonempty blank lines | Volker Lendecke | 1 | -61/+60 |
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 | 1 | -13/+654 |
2008-12-23 | Fix more "warning: ignoring return value of ‘asprintf’, declared with | Jeremy Allison | 1 | -23/+62 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -1/+1 |
2008-10-22 | Use standard types. | Jelmer Vernooij | 1 | -8/+8 |
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 |