summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_samsync_ldif.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-2/+28
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-20/+20
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-05-31s3-lib Move sstring_sub() to it's only user and make staticAndrew Bartlett1-0/+27
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-build: only include transfer_file.h where needed.Günther Deschner1-0/+1
2010-09-20s3-build: only include smbldap.h where needed.Günther Deschner1-0/+1
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison1-0/+3
2010-05-12work around AIX6.1 name space pollution rename mod_name to module_nameOlaf Flebbe1-8/+8
2009-04-20Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij1-2/+2
2009-01-29Fix coverity CID#117 - resource leak in error path.Jeremy Allison1-24/+53
2009-01-29Fix coverity CID#116. Resource leak on error path.Jeremy Allison1-2/+4
2009-01-29Fix coverity CID#115. Resource leak in error path.Jeremy Allison1-1/+4
2008-12-23Fix another "format not a string literal and no format arguments" warning.Jeremy Allison1-2/+5
2008-11-18s3-libnet-samsync: pass sequence number pointer to process routine.Günther Deschner1-0/+2
2008-11-18s3-libnet-samsync: move all modules to startup,process,finish callbacks.Günther Deschner1-29/+76
2008-11-18s3-libnet-samsync: use samsync_ops.Günther Deschner1-10/+10
2008-11-18s3-libnet-samsync: add samsync_ops to all samsync modules.Günther Deschner1-0/+4
2008-10-22Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison1-6/+5
2008-08-08libnet samsync ldif: fix the build without LDAP.Michael Adam1-0/+15
2008-07-18Use LDAP macros instead of attribute names.Karolin Seeger1-24/+24
2008-06-27net_vampire: use bool for last_query information in samsync.Günther Deschner1-2/+2
2008-06-23net_vampire: fix included header.Günther Deschner1-1/+1
2008-06-17net_vampire: add error and result_message to samsync_context.Günther Deschner1-1/+6
2008-06-17net_vampire: use generic output filename and use correct argv element.Günther Deschner1-1/+1
2008-06-17net_vampire: move ldif code out of net_rpc_samsync.cGünther Deschner1-0/+1209