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