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
/
source
/
passdb
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
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
2
-28
/
+59
*
Fix a panic in the [ug]id2sid valgrind bug fix
Volker Lendecke
2008-05-06
1
-4
/
+6
*
Fix a valgrind bug in the new [ug]id2sid cache
Volker Lendecke
2008-05-06
1
-6
/
+6
*
Remove unix_homedir from struct user_struct
Volker Lendecke
2008-05-05
1
-8
/
+0
*
pdb_tdb: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
2008-04-15
1
-1
/
+3
*
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
2008-04-01
1
-1
/
+4
*
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
2008-04-01
1
-3
/
+6
*
pdb_tdb: use != 0 instead off == -1 for dbwrap functions
Stefan Metzmacher
2008-04-01
1
-1
/
+1
*
passdb: guard pdb_generate_sam_sid() with a transaction
Stefan Metzmacher
2008-04-01
1
-2
/
+24
*
passdb/secrets: add secrets_db_ctx() to get the db_context
Stefan Metzmacher
2008-04-01
1
-0
/
+9
*
pdb_tdb: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
passdb/secrets: use db_open_trans()
Stefan Metzmacher
2008-03-27
1
-1
/
+2
*
passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()
Stefan Metzmacher
2008-03-27
1
-1
/
+1
*
Coverity fixes
Marc VanHeyningen
2008-03-17
2
-6
/
+14
*
Convert pdb_tdb to use dbwrap
Volker Lendecke
2008-03-17
1
-318
/
+316
*
Fix bug 4901
Volker Lendecke
2008-03-14
1
-3
/
+8
*
Convert secrets.c to use dbwrap
Volker Lendecke
2008-03-11
1
-128
/
+93
*
Use a separate tdb for mutexes
Volker Lendecke
2008-03-10
1
-31
/
+0
*
Convert secrets_lock_trust_account_password to talloc
Volker Lendecke
2008-03-10
1
-8
/
+24
*
Make use of talloc_asprintf_strupper_m in secrets.c
Volker Lendecke
2008-03-10
1
-37
/
+21
*
Avoid some pointless checks
Volker Lendecke
2008-03-10
1
-12
/
+0
*
Use talloc_tos() in secrets_init
Volker Lendecke
2008-03-10
1
-12
/
+5
*
Fix a memleak -- Coverity ID 222
Volker Lendecke
2008-03-05
1
-1
/
+2
*
Fix crash bug in pdb_init_ldapsam().
Günther Deschner
2008-03-04
1
-2
/
+2
*
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
[next]