summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:registry: remove usage of reg_objects from srv_spoolss_nt.cGregor Beck2012-04-251-1/+0
* s3:registry: remove usage of reg_objects from libads/ldap_printer.cGregor Beck2012-04-251-89/+56
* s4-messaging: Use generate_random() to get a unique ID for messaging clientsAndrew Bartlett2012-04-251-1/+2
* s4-torture: enable raw.composite test again, and convert to new style testAndrew Bartlett2012-04-256-116/+141
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-2518-26/+75
* s3: Simplify check_reduced_name a bitVolker Lendecke2012-04-241-9/+5
* s3: Fix a typoVolker Lendecke2012-04-241-1/+1
* s3: Introduce variable "indyniov" for easier readingVolker Lendecke2012-04-241-8/+10
* s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889)Stefan Metzmacher2012-04-243-7/+10
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-244-9/+12
* s3: Fix Coverity ID 2751: REVERSE_INULLVolker Lendecke2012-04-241-1/+1
* talloc: Fix copy&paste errorsVolker Lendecke2012-04-241-2/+2
* Talloc doc: talloc_strdup_append does not return duplicated stringPavel Březina2012-04-241-4/+4
* Talloc doc: when s == NULL in _append functionsPavel Březina2012-04-241-0/+12
* s4-s3upgrade: print the error message from passdb.error exceptionsAndrew Bartlett2012-04-241-6/+6
* Fix pam_winbind build against newer iniparser librarySimo Sorce2012-04-241-4/+4
* Avoid warning about KRB5_DEPRECATE with MIT libsSimo Sorce2012-04-231-0/+4
* Cracknames: use krb wrapper functions so it works with MITSimo Sorce2012-04-231-25/+29
* krb5_samba: Add support for krb5_princ_size when using HeimdalSimo Sorce2012-04-232-0/+9
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-2325-522/+470
* For now just disable this Heindal specific stuff in the MIT buildSimo Sorce2012-04-235-3/+29
* Make krb5 context initialization not heimdal specificSimo Sorce2012-04-233-23/+55
* Make sure krb5_principal_get_num_comp is identified as present for Heimdal buildAlexander Bokovoy2012-04-231-0/+1
* waf: rename SAMBA4_INTERNAL_HEIMDAL to SAMBA4_USES_HEIMDALAlexander Bokovoy2012-04-231-1/+1
* waf: move krb5 checks to a separate waf fileAlexander Bokovoy2012-04-236-191/+205
* Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...Jeremy Allison2012-04-231-0/+11
* Add complete test program for Linux kernel aio inside configure.in (I discove...Jeremy Allison2012-04-231-6/+28
* s4-libnet Always return after composite_error()Andrew Bartlett2012-04-234-1/+8
* s4-libnet Always return after composite_error()Andrew Bartlett2012-04-233-0/+3
* s4-libnet: Fix continue_groupinfo_openuser to check correct state infoAndrew Bartlett2012-04-231-2/+2
* build: Remove support for a system libsmbclientAndrew Bartlett2012-04-232-10/+0
* build: Remove support for system libwbclientAndrew Bartlett2012-04-232-9/+19
* s4:librpc/rpc: directly return after composite_error()Stefan Metzmacher2012-04-231-1/+1
* s4:libnet_become_dc: add missing 'return' after composite_error()Stefan Metzmacher2012-04-231-0/+2
* selftest: Add test for bug #8884: wbinfo --group-info=administrator segfaults...Andrew Bartlett2012-04-231-0/+2
* s4-libnet: Fix continue_groupinfo_opengroup to check correct state infoAndrew Bartlett2012-04-231-2/+2
* s4-libnet: Fix segfault shown by wbinfo --group-info=administratorAndrew Bartlett2012-04-231-0/+1
* s3-dbwrap: A void function can not return a valueAndrew Bartlett2012-04-231-1/+1
* dlz_bind9: Also produce and install binary plugin for bind 9.9Andrew Bartlett2012-04-221-1/+1
* idl: fix the charset for the source_dsa_address in DsReplicaDel callMatthieu Patou2012-04-221-1/+1
* s3: Implement db_id for dbwrap_cacheVolker Lendecke2012-04-211-0/+9
* s3: Initialize "stored_callback" in dbwrap_cacheVolker Lendecke2012-04-211-0/+1
* s3: Remove two unused variablesVolker Lendecke2012-04-211-2/+0
* s3:smbcontrol: remove an unused variableMichael Adam2012-04-211-4/+0
* s3:memcache: remove the idmap-part from memcacheMichael Adam2012-04-201-4/+0
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-204-110/+4
* s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam2012-04-203-156/+0
* s3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_FOUND is ok...Stefan Metzmacher2012-04-201-0/+3
* s3-g_lock: Use dbwrap_record_watch_send/recvVolker Lendecke2012-04-193-454/+172
* s3-dbwrap: Add "listwatchers" to dbwrap_toolVolker Lendecke2012-04-191-9/+62