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
/
passdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
2011-07-19
1
-4
/
+4
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-4
/
+4
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
1
-0
/
+1
*
Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...
Jeremy Allison
2011-05-04
1
-3
/
+3
*
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 more code between lib/util/util_pw.c and source3/lib/...
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Add "len" to pdb_set_hours
Volker Lendecke
2011-02-19
1
-4
/
+4
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-2
/
+2
*
s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types
Andrew Bartlett
2010-05-21
1
-103
/
+103
*
s3-passdb: move get_logon_hours_from_pdb() into samr server.
Günther Deschner
2010-05-18
1
-23
/
+0
*
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
2010-05-18
1
-5
/
+5
*
s3: Fix bug 5198 -- parse chfn(1)-change gecos field
Volker Lendecke
2010-02-13
1
-1
/
+34
*
s3: Make pdb_copy_sam_account also copy the group sid
Volker Lendecke
2010-02-08
1
-0
/
+4
*
s3: Replace most calls to sid_append_rid() by sid_compose()
Volker Lendecke
2010-01-10
1
-2
/
+1
*
s3: use enum netr_SchannelType all over the place.
Günther Deschner
2009-10-13
1
-2
/
+4
*
s3-account_policy: add pdb_policy_type enum.
Günther Deschner
2009-07-14
1
-8
/
+8
*
s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in p...
Günther Deschner
2009-06-29
1
-10
/
+15
*
Turn the pdb_rid_algorithm into a capabilities call that returns flags
Volker Lendecke
2009-06-28
1
-1
/
+1
*
talloc_tos() aborts if it can not get a stackframe
Volker Lendecke
2009-06-20
1
-3
/
+0
*
s3-passdb: fix uninitialized variable in local_password_change().
Günther Deschner
2009-05-29
1
-1
/
+1
*
Consolidate user create/delete paths in smbpasswd
Simo Sorce
2009-05-29
1
-147
/
+179
*
Move smb_create_user() in samsync
Simo Sorce
2009-05-16
1
-60
/
+0
*
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
2009-04-14
1
-0
/
+1
*
s3-passdb: add smb_create_user().
Günther Deschner
2009-04-01
1
-0
/
+59
*
s3: Added new parameter "map untrusted to domain"
Steven Danneman
2009-02-12
1
-0
/
+18
*
s3: Change behavior when seeing an unknown domain.
Dan Sledz
2009-02-11
1
-19
/
+0
*
Fix nonempty blank lines
Volker Lendecke
2009-02-01
1
-61
/
+60
*
s3:passdb: add SAMU_BUFFER_V4 with no changes
Stefan Metzmacher
2008-12-29
1
-1
/
+16
*
s3:passdb: make marshalling struct samu from and to a buffer more generic
Stefan Metzmacher
2008-12-29
1
-13
/
+654
*
Fix more "warning: ignoring return value of ‘asprintf’, declared with
Jeremy Allison
2008-12-23
1
-23
/
+62
*
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
2008-11-06
1
-1
/
+1
*
Use standard types.
Jelmer Vernooij
2008-10-22
1
-8
/
+8
*
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
*
Use netr_SamInfo3 in remaining places.
Günther Deschner
2008-02-17
1
-1
/
+1
*
Add get_logon_hours_from_pdb() (inspired by samba4).
Günther Deschner
2008-02-12
1
-0
/
+23
*
Remove a static
Volker Lendecke
2008-02-04
1
-4
/
+1
*
Prevent another segfault.
Michael Adam
2007-12-18
1
-1
/
+3
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-3
/
+2
*
Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.
Michael Adam
2007-12-13
1
-2
/
+1
*
Rename get_trust_pw() to get_trust_pw_hash().
Michael Adam
2007-12-13
1
-2
/
+2
*
Export logic of get_trust_pw() to new function get_trust_pw_clear().
Michael Adam
2007-12-13
1
-16
/
+58
[next]