index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/passwd.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3:auth: change num_groups to from size_t to uint32_t
Stefan Metzmacher
2011-02-22
1
-5
/
+5
*
s3-ipasam: add ipasam_get_trusted_domain_by_sid()
Sumit Bose
2011-02-16
1
-0
/
+16
*
s3-passdb: add {get,set,del,enum}_trusted_domain calls
Sumit Bose
2011-02-16
1
-0
/
+65
*
s3-auth: Fixed account lockout check.
Andreas Schneider
2011-01-17
1
-1
/
+1
*
Make sure that user exists after running add user script before adding sam ac...
Bjoern Baumbach
2010-12-07
1
-0
/
+5
*
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
2010-10-20
1
-2
/
+2
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-1
/
+1
*
s3: Remove talloc_autofree_context from pdb_interface
Volker Lendecke
2010-10-03
1
-1
/
+1
*
s3: Remove talloc_autofree_context() from guest_user_info()
Volker Lendecke
2010-09-26
1
-1
/
+2
*
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
2010-09-20
1
-1
/
+2
*
s3-passdb: Try to unlock the account if it is locked out.
Andreas Schneider
2010-08-30
1
-10
/
+53
*
s3-passdb: Added a pdb_try_account_unlock function.
Andreas Schneider
2010-08-30
1
-0
/
+74
*
s3-build: only include nsswitch header where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-build: only include memcache.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-passdb: include samr.h where needed.
Günther Deschner
2010-08-06
1
-0
/
+1
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3-passdb: Fix typo in comment.
Karolin Seeger
2010-06-10
1
-1
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-44
/
+44
*
s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types
Andrew Bartlett
2010-05-21
1
-41
/
+41
*
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
2010-05-18
1
-3
/
+3
*
s3: Make guest_user_info() static
Volker Lendecke
2010-02-05
1
-1
/
+1
*
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
2010-01-10
1
-2
/
+1
*
s3:passdb: remove the uid_to_rid method - we only need uid_to_sid
Michael Adam
2009-11-14
1
-28
/
+0
*
s3:pdb_default_uid_to_sid: fix some debug statements.
Michael Adam
2009-11-14
1
-3
/
+3
*
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
[next]