summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-24s3: Simplify check_reduced_name a bitVolker Lendecke1-9/+5
2012-04-24s3: Fix a typoVolker Lendecke1-1/+1
2012-04-24s3: Introduce variable "indyniov" for easier readingVolker Lendecke1-8/+10
2012-04-24s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889)Stefan Metzmacher3-7/+10
2012-04-24s3: Attempt to fix the build without kerberosVolker Lendecke4-9/+12
2012-04-24s3: Fix Coverity ID 2751: REVERSE_INULLVolker Lendecke1-1/+1
2012-04-24talloc: Fix copy&paste errorsVolker Lendecke1-2/+2
2012-04-24Talloc doc: talloc_strdup_append does not return duplicated stringPavel Březina1-4/+4
2012-04-24Talloc doc: when s == NULL in _append functionsPavel Březina1-0/+12
2012-04-24s4-s3upgrade: print the error message from passdb.error exceptionsAndrew Bartlett1-6/+6
2012-04-24Fix pam_winbind build against newer iniparser librarySimo Sorce1-4/+4
2012-04-23Avoid warning about KRB5_DEPRECATE with MIT libsSimo Sorce1-0/+4
2012-04-23Cracknames: use krb wrapper functions so it works with MITSimo Sorce1-25/+29
2012-04-23krb5_samba: Add support for krb5_princ_size when using HeimdalSimo Sorce2-0/+9
2012-04-23Make krb5 wrapper library common so they can be used all overSimo Sorce25-522/+470
2012-04-23For now just disable this Heindal specific stuff in the MIT buildSimo Sorce5-3/+29
2012-04-23Make krb5 context initialization not heimdal specificSimo Sorce3-23/+55
2012-04-23Make sure krb5_principal_get_num_comp is identified as present for Heimdal buildAlexander Bokovoy1-0/+1
2012-04-23waf: rename SAMBA4_INTERNAL_HEIMDAL to SAMBA4_USES_HEIMDALAlexander Bokovoy1-1/+1
2012-04-23waf: move krb5 checks to a separate waf fileAlexander Bokovoy6-191/+205
2012-04-23Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...Jeremy Allison1-0/+11
2012-04-23Add complete test program for Linux kernel aio inside configure.in (I discove...Jeremy Allison1-6/+28
2012-04-23s4-libnet Always return after composite_error()Andrew Bartlett4-1/+8
2012-04-23s4-libnet Always return after composite_error()Andrew Bartlett3-0/+3
2012-04-23s4-libnet: Fix continue_groupinfo_openuser to check correct state infoAndrew Bartlett1-2/+2
2012-04-23build: Remove support for a system libsmbclientAndrew Bartlett2-10/+0
2012-04-23build: Remove support for system libwbclientAndrew Bartlett2-9/+19
2012-04-23s4:librpc/rpc: directly return after composite_error()Stefan Metzmacher1-1/+1
2012-04-23s4:libnet_become_dc: add missing 'return' after composite_error()Stefan Metzmacher1-0/+2
2012-04-23selftest: Add test for bug #8884: wbinfo --group-info=administrator segfaults...Andrew Bartlett1-0/+2
2012-04-23s4-libnet: Fix continue_groupinfo_opengroup to check correct state infoAndrew Bartlett1-2/+2
2012-04-23s4-libnet: Fix segfault shown by wbinfo --group-info=administratorAndrew Bartlett1-0/+1
2012-04-23s3-dbwrap: A void function can not return a valueAndrew Bartlett1-1/+1
2012-04-22dlz_bind9: Also produce and install binary plugin for bind 9.9Andrew Bartlett1-1/+1
2012-04-22idl: fix the charset for the source_dsa_address in DsReplicaDel callMatthieu Patou1-1/+1
2012-04-21s3: Implement db_id for dbwrap_cacheVolker Lendecke1-0/+9
2012-04-21s3: Initialize "stored_callback" in dbwrap_cacheVolker Lendecke1-0/+1
2012-04-21s3: Remove two unused variablesVolker Lendecke1-2/+0
2012-04-21s3:smbcontrol: remove an unused variableMichael Adam1-4/+0
2012-04-20s3:memcache: remove the idmap-part from memcacheMichael Adam1-4/+0
2012-04-20s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam4-110/+4
2012-04-20s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam3-156/+0
2012-04-20s3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_FOUND is ok...Stefan Metzmacher1-0/+3
2012-04-19s3-g_lock: Use dbwrap_record_watch_send/recvVolker Lendecke3-454/+172
2012-04-19s3-dbwrap: Add "listwatchers" to dbwrap_toolVolker Lendecke1-9/+62
2012-04-19s3-dbwrap: Add dbwrap_record_watch_send/recvVolker Lendecke8-1/+633
2012-04-20s3-dbwrap: Add dbwrap_set_stored_callbackVolker Lendecke6-2/+47
2012-04-20s3-dbwrap: Add "db_context" to "db_record"Volker Lendecke4-0/+10
2012-04-20s3-dbwrap: Add dbwrap_db_idVolker Lendecke6-0/+50
2012-04-20s3: Fix msg_channel in the cluster caseVolker Lendecke1-3/+6