summaryrefslogtreecommitdiffstats
path: root/source/libnet
Commit message (Expand)AuthorAgeFilesLines
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-12-021-0/+2
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-081-1/+2
* Don't require "Modify property" perms to unjoin (bug #6481) "net ads leave" s...Jim McDonough2009-06-301-19/+42
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-151-1/+1
* s3-libnet: Fix Bug #6193: avoid messing with sync_context in libnet_samsync_d...Günther Deschner2009-03-251-3/+0
* s3: move definition of W_ERROR_NOT_OK_GOTO_DONE down to nt_status.hMichael Adam2009-03-191-6/+0
* s3-libnet: fix coverity #848 (UNINIT).Günther Deschner2009-02-191-1/+1
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke2009-02-031-2/+5
* 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
* In gcc version 4.3.2 we get warnings for functions declared withJeremy Allison2008-12-221-2/+1
* s3:libnet_join: use DS_FORCE_REDISCOVERYStefan Metzmacher2008-12-131-0/+1
* s3:libnet_join: call saf_join_store() after a the join.Stefan Metzmacher2008-12-131-1/+4
* s3-libnet: fix DEBUG statement in libnet_keytab.Günther Deschner2008-12-121-1/+1
* s3-libnet: fix build warning (missing prototype).Günther Deschner2008-12-121-2/+2
* s3-libnet_samsync: print new line in display output.Günther Deschner2008-12-121-3/+3
* s3-libnetjoin: Fix bug #5749. Re-set acctflags while joining. fix from metze.Günther Deschner2008-12-011-16/+29
* s3-libnetjoin: remove unused md4_trust_password, found by metze.Günther Deschner2008-12-011-5/+0
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-12-011-1/+2
* s3-libnetjoin: fix build warning.Günther Deschner2008-11-251-1/+1
* s3-libnetjoin: try to show a better error message upon invalid configuration.Günther Deschner2008-11-251-11/+50
* s3-netlogon: fix type of parameters string in user delta.Günther Deschner2008-11-191-3/+3
* s3-libnet-samsync: store samsync sequence number state in keytab.Günther Deschner2008-11-191-1/+52
* s3-libnet-samsync: refactor libnet_samsync.Günther Deschner2008-11-191-57/+66
* s3-libnet-samsync: pass back sequence number from fetch_sam_entries_keytab.Günther Deschner2008-11-191-1/+16
* s3-libnet-samsync: use netr_DatabaseDeltas unless full replication enforced.Günther Deschner2008-11-191-1/+12
* s3-libnet-samsync: pass sequence number pointer to process routine.Günther Deschner2008-11-196-0/+8
* s3-libnet-samsync: move all modules to startup,process,finish callbacks.Günther Deschner2008-11-196-71/+153
* s3-libnet-samsync: call init and close ops function where appropriate.Günther Deschner2008-11-191-1/+23
* s3-libnet-samsync: use samsync_ops.Günther Deschner2008-11-196-60/+34
* s3-libnet-samsync: add samsync_ops to all samsync modules.Günther Deschner2008-11-195-0/+21
* s3-libnet-samsync: add samsync_ops.Günther Deschner2008-11-191-0/+18
* s3-libnet: move add_to_keytab_entries to libnet_keytab.Günther Deschner2008-11-194-87/+93
* s3-libnet-samsync: add support for partial replication.Günther Deschner2008-11-192-12/+124
* s3-libnet-samsync: use enctype 23 for vampired keytab entries.Günther Deschner2008-11-171-1/+1
* Fix net rpc vampire, based on an *amazing* piece of debugging work by "Cooper...Jeremy Allison2008-10-225-45/+50
* If name_to_fqdn fails, retry with the dns domain the DC gave usVolker Lendecke2008-10-061-3/+8
* "gwen/cc" does not like the double const :-)Volker Lendecke2008-10-041-1/+1
* Fixed "uninitialized variable" build warningSteven Danneman2008-09-151-0/+1
* libnet_join: streamline logic of libnet_join_post_processing()Michael Adam2008-09-151-9/+11
* libnet: fix join by creating keytab after changing the config.Michael Adam2008-09-151-10/+11
* kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-08-291-27/+3
* kerberos: move the KRB5_KEY* macros to header file.Günther Deschner2008-08-291-10/+0
* libnetjoin: support kerberized joining/unjoing (fix #5416).Günther Deschner2008-08-111-19/+41
* libnet samsync ldif: fix the build without LDAP.Michael Adam2008-08-081-0/+15
* Fix "might be used uninitialized" warnings.Jeremy Allison2008-08-072-3/+4
* libnet_keytab: fix the build with heimdalStefan Metzmacher2008-08-041-6/+38
* libnet dssync: start memory allocation cleanup: use tmp ctx in libnet_dssync().Michael Adam2008-08-011-2/+9