summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-2/+2
2010-05-21s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett1-103/+103
2010-05-18s3-passdb: move get_logon_hours_from_pdb() into samr server.Günther Deschner1-23/+0
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-5/+5
2010-02-13s3: Fix bug 5198 -- parse chfn(1)-change gecos fieldVolker Lendecke1-1/+34
2010-02-08s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke1-0/+4
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-10-13s3: use enum netr_SchannelType all over the place.Günther Deschner1-2/+4
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-8/+8
2009-06-29s3-pdb_tdb: give 'unknown_str' the proper name 'comment' and set comment in p...Günther Deschner1-10/+15
2009-06-28Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke1-1/+1
2009-06-20talloc_tos() aborts if it can not get a stackframeVolker Lendecke1-3/+0
2009-05-29s3-passdb: fix uninitialized variable in local_password_change().Günther Deschner1-1/+1
2009-05-29Consolidate user create/delete paths in smbpasswdSimo Sorce1-147/+179
2009-05-16Move smb_create_user() in samsyncSimo Sorce1-60/+0
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-0/+1
2009-04-01s3-passdb: add smb_create_user().Günther Deschner1-0/+59
2009-02-12s3: Added new parameter "map untrusted to domain"Steven Danneman1-0/+18
2009-02-11s3: Change behavior when seeing an unknown domain.Dan Sledz1-19/+0
2009-02-01Fix nonempty blank linesVolker Lendecke1-61/+60
2008-12-29s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher1-1/+16
2008-12-29s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher1-13/+654
2008-12-23Fix more "warning: ignoring return value of ‘asprintf’, declared withJeremy Allison1-23/+62
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-1/+1
2008-10-22Use standard types.Jelmer Vernooij1-8/+8
2008-05-26Remove unused function is_trusted_domain_situation().Michael Adam1-6/+0
2008-05-26passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam1-1/+1
2008-05-26passdb: add comment explaining logic in get_trust_pw_clear().Michael Adam1-2/+16
2008-05-26passdb: in get_trust_pw_clear() correctly fail if trusted domains not supportedMichael Adam1-1/+5
2008-05-26Add function is_dc_trusted_domain_situation().Michael Adam1-3/+7
2008-05-23Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter1-3/+3
2008-02-17Use netr_SamInfo3 in remaining places.Günther Deschner1-1/+1
2008-02-12Add get_logon_hours_from_pdb() (inspired by samba4).Günther Deschner1-0/+23
2008-02-04Remove a staticVolker Lendecke1-4/+1
2007-12-18Prevent another segfault.Michael Adam1-1/+3
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-3/+2
2007-12-13Pass NULL instead of unneeded &sid: pdb_get_trusteddom_pw() checks.Michael Adam1-2/+1
2007-12-13Rename get_trust_pw() to get_trust_pw_hash().Michael Adam1-2/+2
2007-12-13Export logic of get_trust_pw() to new function get_trust_pw_clear().Michael Adam1-16/+58
2007-12-13Let get_trust_pw() determine the machine_account_name to use.Michael Adam1-2/+14
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-25/+26
2007-11-20More pstring elimination.Jeremy Allison1-13/+13
2007-11-14Remove smbldap_get_single_pstring() and all pstringsJeremy Allison1-1/+1
2007-11-05static pstring removalVolker Lendecke1-2/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-21/+21
2007-10-10r24990: Kill an incredible amount of trailing whitespaces...Michael Adam1-8/+10
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1