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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-15
pdb_tdb: fix the upgrade code, db_traverse returns the number of records!
Stefan Metzmacher
1
-1
/
+3
2008-04-01
Convert dbwrap_trans_delete to NTSTATUS
Volker Lendecke
1
-1
/
+4
2008-04-01
Convert dbwrap_trans_store to NTSTATUS
Volker Lendecke
1
-3
/
+6
2008-04-01
pdb_tdb: use != 0 instead off == -1 for dbwrap functions
Stefan Metzmacher
1
-1
/
+1
2008-04-01
passdb: guard pdb_generate_sam_sid() with a transaction
Stefan Metzmacher
1
-2
/
+24
2008-04-01
passdb/secrets: add secrets_db_ctx() to get the db_context
Stefan Metzmacher
1
-0
/
+9
2008-03-27
pdb_tdb: use db_open_trans()
Stefan Metzmacher
1
-1
/
+1
2008-03-27
pdb_tdb: use db_sam->transaction_start(db_sam) != 0 consistent
Stefan Metzmacher
1
-1
/
+1
2008-03-27
passdb/secrets: use db_open_trans()
Stefan Metzmacher
1
-1
/
+2
2008-03-27
passdb/secrets: it's enough to use traverse_read() in secrets_trusted_domains()
Stefan Metzmacher
1
-1
/
+1
2008-03-17
Coverity fixes
Marc VanHeyningen
2
-6
/
+14
2008-03-17
Convert pdb_tdb to use dbwrap
Volker Lendecke
1
-318
/
+316
2008-03-14
Fix bug 4901
Volker Lendecke
1
-3
/
+8
2008-03-11
Convert secrets.c to use dbwrap
Volker Lendecke
1
-128
/
+93
2008-03-10
Use a separate tdb for mutexes
Volker Lendecke
1
-31
/
+0
2008-03-10
Convert secrets_lock_trust_account_password to talloc
Volker Lendecke
1
-8
/
+24
2008-03-10
Make use of talloc_asprintf_strupper_m in secrets.c
Volker Lendecke
1
-37
/
+21
2008-03-10
Avoid some pointless checks
Volker Lendecke
1
-12
/
+0
2008-03-10
Use talloc_tos() in secrets_init
Volker Lendecke
1
-12
/
+5
2008-03-05
Fix a memleak -- Coverity ID 222
Volker Lendecke
1
-1
/
+2
2008-03-04
Fix crash bug in pdb_init_ldapsam().
Günther Deschner
1
-2
/
+2
2008-02-25
Fix some warnings
Volker Lendecke
1
-1
/
+4
2008-02-19
Change ldap search filter. This function is also used to search machine accou...
Karolin Seeger
1
-2
/
+2
2008-02-17
Use netr_SamInfo3 in remaining places.
Günther Deschner
2
-2
/
+2
2008-02-13
nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros
Stefan Metzmacher
1
-2
/
+2
2008-02-12
Add get_logon_hours_from_pdb() (inspired by samba4).
Günther Deschner
1
-0
/
+23
2008-02-11
Change ldap search filter. This function is also used to search machine accou...
Karolin Seeger
1
-1
/
+1
2008-02-09
More paranoid checks for secrets_init() success.
Günther Deschner
1
-13
/
+35
2008-02-08
Fix typo.
Karolin Seeger
1
-1
/
+1
2008-02-05
Don't return true on talloc fail.
Jeremy Allison
1
-0
/
+12
2008-02-04
Fix valgrind errors
Volker Lendecke
1
-1
/
+17
2008-02-04
Remove a static
Volker Lendecke
1
-4
/
+1
2008-01-25
Fix lookup_sids to detect unix_groups and unix_users domain sids.
Michael Adam
1
-0
/
+10
2008-01-25
Add a debug message: show the sid lookup_sid() was called for.
Michael Adam
1
-0
/
+2
2008-01-25
Add a debug message to lookup_rids() printing the domain SID.
Michael Adam
1
-0
/
+3
2008-01-12
Fix CID 469. new_acct can't be NULL here.
Jeremy Allison
1
-2
/
+1
2008-01-09
Fix memleak in ldapsam_rename_sam_account() found by IBM checker.
Michael Adam
1
-1
/
+1
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
1
-7
/
+11
2008-01-07
Add secrets_shutdown().
Günther Deschner
1
-0
/
+13
2008-01-02
Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>
Jeremy Allison
1
-0
/
+4
2007-12-29
Make pdb_tdb honour a private dir overridden in smb.conf.
Michael Adam
1
-1
/
+1
2007-12-29
passdb.tdb is located in the private directory
Volker Lendecke
1
-1
/
+2
2007-12-28
Convert csamuser to memcache
Volker Lendecke
1
-27
/
+26
2007-12-26
Remove the sampwent interface
Volker Lendecke
4
-446
/
+1
2007-12-26
smbpasswd_search_users
Volker Lendecke
1
-0
/
+114
2007-12-26
Add tdbsam_search_users
Volker Lendecke
1
-0
/
+134
2007-12-23
Convert the [gu]id_sid cache to memcache
Volker Lendecke
1
-134
/
+62
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
1
-1
/
+2
2007-12-19
Add and use some keystr functions using talloc_tos() in secrets api.
Günther Deschner
1
-44
/
+123
2007-12-18
Prevent another segfault.
Michael Adam
1
-1
/
+3
[next]