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
/
pdb_interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
2009-07-14
1
-8
/
+8
*
Add pdb_get_domain_info
Volker Lendecke
2009-07-04
1
-0
/
+13
*
Turn the pdb_rid_algorithm into a capabilities call that returns flags
Volker Lendecke
2009-06-28
1
-6
/
+6
*
Fix some nonempty blank lines
Volker Lendecke
2009-06-08
1
-34
/
+34
*
Pass a talloc_ctx to pdb_enum_aliasmem
Volker Lendecke
2009-06-08
1
-2
/
+3
*
s3/passdb: Fix debug message: 'net setmaxrid' does not exist.
Karolin Seeger
2009-06-06
1
-2
/
+2
*
util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique.
Günther Deschner
2009-05-29
1
-20
/
+0
*
TALLOC_ZERO_P->talloc_zero
Volker Lendecke
2009-05-28
1
-1
/
+2
*
Do not segfault in pdb_search_destructor if no real search was started
Volker Lendecke
2009-05-28
1
-1
/
+2
*
Fix a bunch of compiler warnings about wrong format types.
Jeremy Allison
2009-05-11
1
-1
/
+1
*
Shape up pdb_search a bit by making it a talloc ctx with a destructor
Volker Lendecke
2009-03-07
1
-35
/
+28
*
Fix a typo
Volker Lendecke
2009-02-21
1
-1
/
+1
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
1
-0
/
+6
*
Fix more ‘asprintf’, declared with attribute warn_unused_result.
Jeremy Allison
2008-12-23
1
-8
/
+14
*
Make memcache_add_talloc NULL out the source pointer
Volker Lendecke
2008-11-14
1
-7
/
+7
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
1
-2
/
+2
*
Fix bug #5825 - Account locking out doesnt work with an LDAP backend.Based on...
Jeremy Allison
2008-11-06
1
-1
/
+3
*
pdb_interface: Fix typo in debug message.
Karolin Seeger
2008-07-29
1
-1
/
+1
*
nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros
Stefan Metzmacher
2008-02-13
1
-2
/
+2
*
Fix typo.
Karolin Seeger
2008-02-08
1
-1
/
+1
*
Convert csamuser to memcache
Volker Lendecke
2007-12-28
1
-27
/
+26
*
Remove the sampwent interface
Volker Lendecke
2007-12-26
1
-122
/
+1
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-1
/
+2
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
1
-1
/
+1
*
Replace sid_string_static with sid_to_string
Volker Lendecke
2007-12-15
1
-1
/
+2
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-4
/
+4
*
More pstring elimination.
Jeremy Allison
2007-11-20
1
-15
/
+32
*
remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now
Stefan Metzmacher
2007-11-09
1
-8
/
+0
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-57
/
+57
*
r25401: BUG 4982: Don't delete lanman hashes on invalid logins when
Gerald Carter
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23046: Few missing merges from cleaning out the Centeris winbindd tree.
Gerald Carter
2007-10-10
1
-1
/
+1
*
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
Volker Lendecke
2007-10-10
1
-14
/
+6
*
r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.
Volker Lendecke
2007-10-10
1
-6
/
+13
*
r22766: Merge from 3_0:
Volker Lendecke
2007-10-10
1
-13
/
+6
*
r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}
Gerald Carter
2007-10-10
1
-1
/
+21
*
r21881: Make sure we are very specific when testing whether a backand can han...
James Peach
2007-10-10
1
-1
/
+2
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
1
-2
/
+20
*
r21507: Fix some "cannot access LDAP when no root" bugs.
Gerald Carter
2007-10-10
1
-2
/
+14
*
r20824: Send access to the trusted domain passwords through the pdb backend, ...
Volker Lendecke
2007-10-10
1
-0
/
+76
*
r20707: Clean up pdb_interface.c a bit -- patch from Michael Adam <ma@sernet.de>
Volker Lendecke
2007-10-10
1
-23
/
+38
*
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
2007-10-10
1
-6
/
+29
*
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
2007-10-10
1
-12
/
+18
*
r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off
Gerald Carter
2007-10-10
1
-10
/
+6
*
r19058: Implement "user cannot change password", and complete "user must change
Jim McDonough
2007-10-10
1
-40
/
+1
*
r18703: Fix the annoying effect that happens when nscd is running:
Günther Deschner
2007-10-10
1
-0
/
+6
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-11
/
+11
*
r17831: Attempt to fix the build farm: 0x7fffffffffffffff needs special casin...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17669: Remove RID algorithm support from unmapped users and groups
Gerald Carter
2007-10-10
1
-1
/
+1
[next]