index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:pdb_ldap: restore Samba 3.0.x behavior and use the first "uid" value.
Stefan Metzmacher
2010-01-14
1
-1
/
+1
*
s3: Remove a pointless if-statement
Volker Lendecke
2010-01-12
1
-3
/
+2
*
s3: Use sid_check_is_in_our_domain instead of a direct sid_peek_check_rid
Volker Lendecke
2010-01-10
1
-4
/
+2
*
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
2010-01-10
7
-38
/
+30
*
s3:passdb: store the plain nt passwords hashes in history, not salted md5
Michael Adam
2010-01-07
1
-5
/
+10
*
s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymore
Volker Lendecke
2010-01-07
1
-24
/
+19
*
s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked above
Volker Lendecke
2010-01-07
1
-2
/
+4
*
s3: Add a paranoia check to pdb_set_plaintext_passwd()
Volker Lendecke
2010-01-07
1
-0
/
+5
*
s3: Simplify pdb_set_plaintext_passwd() by removing a redundant condition
Volker Lendecke
2010-01-07
1
-22
/
+11
*
s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytes
Volker Lendecke
2010-01-07
1
-5
/
+2
*
s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_array
Volker Lendecke
2010-01-07
1
-5
/
+2
*
s3: Make use of talloc_array in pdb_set_plaintext_passwd()
Volker Lendecke
2010-01-07
1
-2
/
+3
*
s3: Simplify pdb_set_plaintext_passwd() a bit
Volker Lendecke
2010-01-07
1
-66
/
+63
*
s3: Simplify pdb_set_plaintext_passwd() slightly
Volker Lendecke
2010-01-07
1
-56
/
+83
*
s3:pdb_set_pw_history: free the old history before setting the new.
Michael Adam
2010-01-07
1
-0
/
+1
*
s3:pdb_ldap:init_sam_from_ldap: untangle an assignment from the check
Michael Adam
2010-01-07
1
-3
/
+3
*
s3: "startsmbfilepwent" only looks at the inode -- is that enough?
Volker Lendecke
2009-11-29
1
-4
/
+2
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
1
-2
/
+4
*
s3:pdb_ldap: fix a comment typo
Michael Adam
2009-11-19
1
-1
/
+1
*
s3: shortcut uid_to_sid when "ldapsam:trusted = yes"
Michael Adam
2009-11-19
1
-0
/
+75
*
s3:passdb: remove the uid_to_rid method - we only need uid_to_sid
Michael Adam
2009-11-14
3
-39
/
+1
*
s3:pdb_default_uid_to_sid: fix some debug statements.
Michael Adam
2009-11-14
1
-3
/
+3
*
s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()
Michael Adam
2009-11-13
1
-0
/
+2
*
s3:smbd: make idmap cache persistent for "ldapsam:trusted".
Michael Adam
2009-11-13
1
-0
/
+4
*
Fix large paged search
Volker Lendecke
2009-11-13
1
-0
/
+1
*
s3: Remove debug_ctx()
Volker Lendecke
2009-11-03
1
-28
/
+28
*
s3:ldap: don't search when no values where found
Björn Jacke
2009-11-02
1
-1
/
+1
*
ѕ3:ldap: search for account policies in objectclass sambaDomain, not *
Björn Jacke
2009-10-31
1
-1
/
+6
*
s3-secrets: use autogenerated code for TRUSTED_DOM_PASS struct parsing from a...
Günther Deschner
2009-10-29
1
-220
/
+36
*
s3-passdb: move open_schannel_session_store() to passdb/secrets_schannel.c.
Günther Deschner
2009-10-28
2
-63
/
+63
*
s3-passdb: add secrets_delete_generic().
Günther Deschner
2009-10-28
1
-0
/
+16
*
s3-pdb_ldap: fix crash bug in ldapsam_set_trusteddom_pw().
Günther Deschner
2009-10-20
1
-2
/
+2
*
s3-lsa: Allow to lookup 'NT AUTHORITY\Anonymous Logon' as well.
Günther Deschner
2009-10-20
1
-0
/
+1
*
s3-lsa: allow to lookup BUILTIN\ in lsa_LookupNames.
Günther Deschner
2009-10-20
1
-0
/
+8
*
Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind
Jeremy Allison
2009-10-15
1
-0
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2009-10-13
1
-5
/
+5
*
s3: use enum netr_SchannelType all over the place.
Günther Deschner
2009-10-13
2
-7
/
+10
*
s3:secrets_schannel: revert to using version 1
Stefan Metzmacher
2009-09-21
1
-3
/
+9
*
s3-pdb_ldap: Fix bug #4296: Clean up group membership while deleting a user.
Günther Deschner
2009-09-02
1
-0
/
+46
*
s3-schannel: remove remaining code that was using "struct dcinfo".
Günther Deschner
2009-08-27
1
-167
/
+0
*
s3-schannel: upgrade old format schannel_store.tdb.
Günther Deschner
2009-08-27
1
-4
/
+9
*
s3-schannel: add simple wrappers to fetch and store schannel auth info.
Günther Deschner
2009-08-27
2
-0
/
+69
*
s3-schannel: make open_schannel_session_store() public.
Günther Deschner
2009-08-27
1
-1
/
+1
*
s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent.
Günther Deschner
2009-08-03
1
-0
/
+7
*
Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
Volker Lendecke
2009-07-31
1
-4
/
+8
*
s3:passdb: use transaction_wrapped write in tdbsam_new_rid()
Michael Adam
2009-07-29
1
-1
/
+2
*
s3:secrets: use transaction wrapped store in get rand seed.
Michael Adam
2009-07-29
1
-2
/
+2
*
s3:dbwrap: change dbwrap_change_uint32_atomic() to return NTSTATUS not uint32_t.
Michael Adam
2009-07-29
1
-3
/
+5
*
Fix Coverity CIDs 887, 888. Don't pass NULL's to functions
Jeremy Allison
2009-07-17
1
-4
/
+3
*
s3-passdb: fix wbc build warning.
Günther Deschner
2009-07-14
1
-2
/
+2
[next]