summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_samsync_passdb.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-57/+87
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-5/+5
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-1/+2
2010-07-13s3-libnet: better separate headers.Günther Deschner1-1/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-8/+8
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-10/+5
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-9/+14
2009-05-16Move smb_create_user() in samsyncSimo Sorce1-0/+60
2009-04-01s3-libnet-samsync: return appropriate error code in fetch_sam_entry().Günther Deschner1-22/+25
2009-04-01s3-libnet-samsync: use smb_create_user().Günther Deschner1-46/+6
2009-04-01s3-libnet-samsync: some pure cosmetics.Günther Deschner1-0/+30
2009-04-01s3-libnet-samsync: use parent talloc context for libnet_samsync_passdb.Günther Deschner1-26/+28
2008-11-18s3-libnet-samsync: pass sequence number pointer to process routine.Günther Deschner1-0/+1
2008-11-18s3-libnet-samsync: move all modules to startup,process,finish callbacks.Günther Deschner1-1/+0
2008-11-18s3-libnet-samsync: use samsync_ops.Günther Deschner1-5/+5
2008-11-18s3-libnet-samsync: add samsync_ops to all samsync modules.Günther Deschner1-0/+4
2008-11-10s3-netlogon: fix type of parameters string in user delta.Günther Deschner1-3/+3
2008-10-22Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison1-8/+7
2008-06-27net_vampire: use bool for last_query information in samsync.Günther Deschner1-1/+1
2008-06-23net_vampire: move out passdb routines to one file.Günther Deschner1-0/+789