summaryrefslogtreecommitdiffstats
path: root/source3/libnet/libnet_samsync_ldif.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to set umask() before calling mkstemp().Andreas Schneider2013-03-061-2/+28
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-20/+20
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-1/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3-lib Move sstring_sub() to it's only user and make staticAndrew Bartlett2011-05-311-0/+27
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-301-0/+1
* s3-build: only include smbldap.h where needed.Günther Deschner2010-09-201-0/+1
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison2010-09-091-0/+3
* work around AIX6.1 name space pollution rename mod_name to module_nameOlaf Flebbe2010-05-121-8/+8
* Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() ifJelmer Vernooij2009-04-201-2/+2
* Fix coverity CID#117 - resource leak in error path.Jeremy Allison2009-01-291-24/+53
* Fix coverity CID#116. Resource leak on error path.Jeremy Allison2009-01-291-2/+4
* Fix coverity CID#115. Resource leak in error path.Jeremy Allison2009-01-291-1/+4
* Fix another "format not a string literal and no format arguments" warning.Jeremy Allison2008-12-231-2/+5
* s3-libnet-samsync: pass sequence number pointer to process routine.Günther Deschner2008-11-181-0/+2
* s3-libnet-samsync: move all modules to startup,process,finish callbacks.Günther Deschner2008-11-181-29/+76
* s3-libnet-samsync: use samsync_ops.Günther Deschner2008-11-181-10/+10
* s3-libnet-samsync: add samsync_ops to all samsync modules.Günther Deschner2008-11-181-0/+4
* Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison2008-10-221-6/+5
* libnet samsync ldif: fix the build without LDAP.Michael Adam2008-08-081-0/+15
* Use LDAP macros instead of attribute names.Karolin Seeger2008-07-181-24/+24
* net_vampire: use bool for last_query information in samsync.Günther Deschner2008-06-271-2/+2
* net_vampire: fix included header.Günther Deschner2008-06-231-1/+1
* net_vampire: add error and result_message to samsync_context.Günther Deschner2008-06-171-1/+6
* net_vampire: use generic output filename and use correct argv element.Günther Deschner2008-06-171-1/+1
* net_vampire: move ldif code out of net_rpc_samsync.cGünther Deschner2008-06-171-0/+1209