index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_get_set.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-25
s3:passdb: avoid sid_to_gid() if the sid is "domain users"
Stefan Metzmacher
1
-3
/
+7
2010-02-09
s3:passdb: only use gid_to_sid() result if the result is a group of our local...
Stefan Metzmacher
1
-4
/
+16
2010-02-08
s3:passdb: speed up pdb_get_group_sid()
Stefan Metzmacher
1
-5
/
+28
2010-02-05
s3: Hide some uses of pdb_get_init_flags (which I would love to remove...)
Volker Lendecke
1
-1
/
+1
2010-02-04
s3:passdb: fix a type Domain Users has RID -513
Stefan Metzmacher
1
-1
/
+1
2010-01-10
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
1
-4
/
+3
2010-01-07
s3:passdb: store the plain nt passwords hashes in history, not salted md5
Michael Adam
1
-5
/
+10
2010-01-07
s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymore
Volker Lendecke
1
-24
/
+19
2010-01-07
s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked above
Volker Lendecke
1
-2
/
+4
2010-01-07
s3: Add a paranoia check to pdb_set_plaintext_passwd()
Volker Lendecke
1
-0
/
+5
2010-01-07
s3: Simplify pdb_set_plaintext_passwd() by removing a redundant condition
Volker Lendecke
1
-22
/
+11
2010-01-07
s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytes
Volker Lendecke
1
-5
/
+2
2010-01-07
s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_array
Volker Lendecke
1
-5
/
+2
2010-01-07
s3: Make use of talloc_array in pdb_set_plaintext_passwd()
Volker Lendecke
1
-2
/
+3
2010-01-07
s3: Simplify pdb_set_plaintext_passwd() a bit
Volker Lendecke
1
-66
/
+63
2010-01-07
s3: Simplify pdb_set_plaintext_passwd() slightly
Volker Lendecke
1
-56
/
+83
2010-01-07
s3:pdb_set_pw_history: free the old history before setting the new.
Michael Adam
1
-0
/
+1
2009-07-14
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
1
-3
/
+3
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
1
-0
/
+1
2009-02-08
Fix some nonempty blank lines
Volker Lendecke
1
-41
/
+41
2008-05-05
Remove unix_homedir from struct user_struct
Volker Lendecke
1
-8
/
+0
2008-02-17
Use netr_SamInfo3 in remaining places.
Günther Deschner
1
-1
/
+1
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-2
/
+2
2007-11-20
More pstring elimination.
Jeremy Allison
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-39
/
+39
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
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-2
/
+2
2007-10-10
r19058: Implement "user cannot change password", and complete "user must change
Jim McDonough
1
-35
/
+33
2007-10-10
r18722: Fix up password change times. The can change and must change times are
Jim McDonough
1
-2
/
+22
2007-10-10
r18684: pdb_get_group_sid() has to use the Get_Pwnam_alloc() call
Gerald Carter
1
-1
/
+1
2007-10-10
r18271: Big change:
Gerald Carter
1
-1
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-11
/
+10
2007-10-10
r16381: Now samu can't be null don't check it on set. Klockwork
Jeremy Allison
1
-131
/
+6
2007-10-10
r16241: Fix Klocwork #106 and others like it.
Jeremy Allison
1
-215
/
+112
2007-10-10
r15310: only store lanman passwords on a change if 'lanman auth = yes'
Gerald Carter
1
-7
/
+8
2007-10-10
r14780: Fix coverity bug #272, null deref.
Jeremy Allison
1
-0
/
+8
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
1
-2
/
+2
2007-10-10
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
1
-32
/
+84
2007-10-10
r13601: * Remove unused code from pdb_ldap.c
Gerald Carter
1
-32
/
+4
2007-10-10
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
1
-238
/
+238
2007-10-10
r13545: A patch which I think it's time has come. VOlker, we can talk about
Gerald Carter
1
-1
/
+11
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-4
/
+8
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-4
/
+4
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-142
/
+142
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
1
-1
/
+1
2007-10-10
r5349: After talking with Jerry, reverted the addition of account policies to
Günther Deschner
1
-3
/
+3
2007-10-10
r5015: (based on abartlet's original patch to restrict password changes)
Gerald Carter
1
-1
/
+1
2007-10-10
r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).
Günther Deschner
1
-3
/
+3
2007-10-10
r4736: small set of merges from rtunk to minimize the diffs
Gerald Carter
1
-18
/
+0
[next]