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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings
Volker Lendecke
2008-02-25
1
-1
/
+4
*
Change ldap search filter. This function is also used to search machine accou...
Karolin Seeger
2008-02-19
1
-2
/
+2
*
Use netr_SamInfo3 in remaining places.
Günther Deschner
2008-02-17
2
-2
/
+2
*
nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros
Stefan Metzmacher
2008-02-13
1
-2
/
+2
*
Add get_logon_hours_from_pdb() (inspired by samba4).
Günther Deschner
2008-02-12
1
-0
/
+23
*
Change ldap search filter. This function is also used to search machine accou...
Karolin Seeger
2008-02-11
1
-1
/
+1
*
More paranoid checks for secrets_init() success.
Günther Deschner
2008-02-09
1
-13
/
+35
*
Fix typo.
Karolin Seeger
2008-02-08
1
-1
/
+1
*
Don't return true on talloc fail.
Jeremy Allison
2008-02-05
1
-0
/
+12
*
Fix valgrind errors
Volker Lendecke
2008-02-04
1
-1
/
+17
*
Remove a static
Volker Lendecke
2008-02-04
1
-4
/
+1
*
Fix lookup_sids to detect unix_groups and unix_users domain sids.
Michael Adam
2008-01-25
1
-0
/
+10
*
Add a debug message: show the sid lookup_sid() was called for.
Michael Adam
2008-01-25
1
-0
/
+2
*
Add a debug message to lookup_rids() printing the domain SID.
Michael Adam
2008-01-25
1
-0
/
+3
*
Fix CID 469. new_acct can't be NULL here.
Jeremy Allison
2008-01-12
1
-2
/
+1
*
Fix memleak in ldapsam_rename_sam_account() found by IBM checker.
Michael Adam
2008-01-09
1
-1
/
+1
*
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
2008-01-09
1
-7
/
+11
*
Add secrets_shutdown().
Günther Deschner
2008-01-07
1
-0
/
+13
*
Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>
Jeremy Allison
2008-01-02
1
-0
/
+4
*
Make pdb_tdb honour a private dir overridden in smb.conf.
Michael Adam
2007-12-29
1
-1
/
+1
*
passdb.tdb is located in the private directory
Volker Lendecke
2007-12-29
1
-1
/
+2
*
Convert csamuser to memcache
Volker Lendecke
2007-12-28
1
-27
/
+26
*
Remove the sampwent interface
Volker Lendecke
2007-12-26
4
-446
/
+1
*
smbpasswd_search_users
Volker Lendecke
2007-12-26
1
-0
/
+114
*
Add tdbsam_search_users
Volker Lendecke
2007-12-26
1
-0
/
+134
*
Convert the [gu]id_sid cache to memcache
Volker Lendecke
2007-12-23
1
-134
/
+62
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-1
/
+2
*
Add and use some keystr functions using talloc_tos() in secrets api.
Günther Deschner
2007-12-19
1
-44
/
+123
*
Prevent another segfault.
Michael Adam
2007-12-18
1
-1
/
+3
*
Remove direct caller of secrets_fetch_trusted_domain_password().
Michael Adam
2007-12-17
1
-1
/
+1
*
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
2007-12-17
1
-13
/
+32
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
2
-9
/
+9
*
Replace sid_string_static with sid_to_string
Volker Lendecke
2007-12-15
2
-6
/
+11
*
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
2007-12-15
1
-3
/
+4
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
9
-84
/
+80
*
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
2007-12-15
1
-14
/
+16
*
Revert "Fix for bug #4801: Correctly implement lsa lookup levels for lookupna...
Stefan Metzmacher
2007-12-14
1
-32
/
+13
*
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
*
Refactor the lagacy part of secrets_fetch_trust_account_password() out
Michael Adam
2007-12-13
1
-13
/
+31
*
Let get_trust_pw() determine the machine_account_name to use.
Michael Adam
2007-12-13
1
-2
/
+14
*
Remove two unneeded functions.
Michael Adam
2007-12-13
1
-23
/
+0
*
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
2007-12-13
1
-13
/
+32
*
Fix logic and prevent segfaults in secrets trustdom tdb pack code.
Michael Adam
2007-12-12
1
-14
/
+14
*
Fix secrets_store_trusted_domain_password() after pstring removal.
Michael Adam
2007-12-12
1
-1
/
+1
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-2
/
+2
*
Change tdb_unpack "P" to return a malloc'ed string rather
Jeremy Allison
2007-12-03
1
-1
/
+6
*
Remove unused prototype for smbldap_get_single_pstring().
Jeremy Allison
2007-11-27
1
-2
/
+8
[next]