index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r16663: Fix coverity #301, memleak in error path.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16624: Fix bug #3877, reported by jason@ncac.gwu.edu
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r16582: Fix Klocwork #1997 and all generic class of problems
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r16014: Correctly set the group RID in init_sam_from_buffer.
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r14634: Many bug fixes thanks to train rides and overnight stays in airports
Gerald Carter
2007-10-10
1
-13
/
+7
*
r14577: BUG Fixes:
Gerald Carter
2007-10-10
1
-8
/
+6
*
r13765: Fix bug reported by jra. Don't check for a group SID when storing
Gerald Carter
2007-10-10
1
-0
/
+2
*
r13747: Fix the reference count for tdbsam_open() - on an
Jeremy Allison
2007-10-10
1
-5
/
+9
*
r13729: Fix smbpasswd -x
Volker Lendecke
2007-10-10
1
-13
/
+6
*
r13728: No, we have not talked about this on irc less than 24h ago... ;-)
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
2007-10-10
1
-4
/
+238
*
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
2007-10-10
1
-4
/
+6
*
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
2007-10-10
1
-3
/
+4
*
r13600: Move functions local to tdbsam to pdb_tdb.c
Gerald Carter
2007-10-10
1
-7
/
+397
*
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
2007-10-10
1
-1
/
+5
*
r13589: Make sure we only try to close the tdbsam file in endsampwent() when we
Gerald Carter
2007-10-10
1
-4
/
+11
*
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
2007-10-10
1
-51
/
+51
*
r13512: Rewrite tdbsam code to use a reference count based open/close
Gerald Carter
2007-10-10
1
-326
/
+281
*
r13460: by popular demand....
Gerald Carter
2007-10-10
1
-11
/
+5
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-1
/
+95
*
r13209: Make smbpasswd -a work again if passdb did not exist.
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r13175: Actually make adding a new user into an empty pdbtdb
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13172: Fix incorrect error message when new tdb not created correctly.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on
Jim McDonough
2007-10-10
1
-4
/
+6
*
r10911: part of #2861: add rename support for usrmgr.exe when using tdbsam
Jim McDonough
2007-10-10
1
-40
/
+208
*
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
2007-10-10
1
-1
/
+1
*
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
2007-10-10
1
-1
/
+14
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r1392: Added password history code to tdbsam backend. Not yet tested (ie. may
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r1388: Adding password history code for ldap backend, based on a patch from
Jeremy Allison
2007-10-10
1
-1
/
+0
*
Move tdbsam versioning/upgrade code into 3.0
Jim McDonough
2004-02-13
1
-13
/
+175
*
updates for tdbsam code to help make merge into head easier; needs a bit more...
Gerald Carter
2004-02-12
1
-46
/
+53
*
Don't set an iterator to a piece of free'd memory, store it first.
Jeremy Allison
2004-02-11
1
-2
/
+3
*
fix set/getsampwent iterator in tdbsam to use an allocated list
Gerald Carter
2004-02-11
1
-44
/
+101
*
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
1
-3
/
+3
*
removing unused function
Gerald Carter
2003-07-22
1
-43
/
+0
*
This creates passdb backend files automatically when adding first account.
Rafal Szczesniak
2003-07-20
1
-1
/
+19
*
fix unitialised variable
Gerald Carter
2003-07-11
1
-0
/
+6
*
moving more code around.
Gerald Carter
2003-07-11
1
-64
/
+13
*
Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally
Jeremy Allison
2003-07-08
1
-401
/
+3
*
Cleaning up linking issues. sam/idmap*.c only links in
Gerald Carter
2003-07-07
1
-1
/
+1
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-3
/
+3
*
And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
Volker Lendecke
2003-06-18
1
-2
/
+13
*
Fix a memory leak in pdb_tdb.c.
Volker Lendecke
2003-06-17
1
-0
/
+2
*
Make static (patch from metze)
Jelmer Vernooij
2003-06-17
1
-1
/
+1
*
The return value of init_module functions is NTSTATUS, not int
Jelmer Vernooij
2003-06-17
1
-3
/
+2
*
Quieten another debug message.
Tim Potter
2003-06-16
1
-1
/
+1
*
I'm pretty sure these uint32's should be uid_t's. Can the passdb guys
Tim Potter
2003-05-27
1
-1
/
+1
[next]