summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lib/tdb/common: Fix warning: Null pointer passed as argument to paramNoel Power2019-07-011-2/+4
* lib/util: Fix Value stored to 'ret' is never read warningNoel Power2019-07-011-1/+1
* util: Fix signed/unsigned comparisons by castingMartin Schwenke2019-07-015-8/+10
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-011-8/+8
* util: Fix signed/unsigned comparisons by declaring as size_tMartin Schwenke2019-07-013-6/+6
* tests-util: Adding test to verify "allow no conversion" flagSwen Schillig2019-06-301-0/+33
* tests-util: Adding test to verify "full-string-conversion" flagSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify "allow-negative" flagSwen Schillig2019-06-301-0/+38
* util: cleanup API change for strtoul(l) wrappersSwen Schillig2019-06-301-5/+0
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-3015-25/+47
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-3026-82/+159
* nsswitch: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-303-16/+35
* libcli: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-3/+3
* lib: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-307-55/+63
* ctdb: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-303-16/+30
* lib: Add capability to enable standard glibc behaviour for string to int conv...Swen Schillig2019-06-301-10/+16
* lib: Add check for full string consumption when converting string to intSwen Schillig2019-06-301-0/+22
* lib: Prepare for strtoul_err(), strtoull_err() API changeSwen Schillig2019-06-302-12/+31
* lib: Add flag definitions to control the internal string to int conversion ro...Swen Schillig2019-06-301-0/+7
* tests-util: Adding test to verify "no-conversion" detectionSwen Schillig2019-06-301-0/+28
* tests-util: Adding test to verify negative "number" detectionSwen Schillig2019-06-301-0/+37
* tests-util: Adding strtoul(l)_err() test leaving errno untouchedSwen Schillig2019-06-301-0/+29
* s3: smbd: Make open_directory() always open a fd.Jeremy Allison2019-06-301-24/+10
* .gitlab-ci.yml: Increase resources for samba-ad-dc-backup jobAndrew Bartlett2019-06-281-3/+3
* vfs_preopen: TALLOC_FREE(fde) before closing the underlying fdVolker Lendecke2019-06-281-0/+1
* vfs_preopen: Fix an uninitialized variable readVolker Lendecke2019-06-281-0/+1
* vfs_preopen: Fix for O_NOFOLLOWVolker Lendecke2019-06-281-1/+1
* smbd: Fix broken brlock for clusteringVolker Lendecke2019-06-281-10/+6
* vfs:glusterfs_fuse: treat ENOATTR as ENOENTMichael Adam2019-06-281-1/+1
* vfs:glusterfs: treat ENOATTR as ENOENTMichael Adam2019-06-281-1/+1
* s3:notifyd: Handle sigup in notifyd to reparse smb.confShyamsunder Rathi2019-06-271-1/+23
* s4:torture: Use GnuTLS RC4 in rpc forest_trust testAndreas Schneider2019-06-271-3/+18
* s4:tortue: Use GnuTLS RC4 in rpc lsa testAndreas Schneider2019-06-271-2/+19
* nsswitch: Use GnuTLS RC4 in wbclient testAndreas Schneider2019-06-271-3/+28
* s4:rpc_server: Use GnuTLS RC4 in lsa serverAndreas Schneider2019-06-271-3/+33
* s3:utils: Use GnuTLS RC4 in npc_rpc_trustAndreas Schneider2019-06-271-7/+47
* s4:rpc_server: Use GnuTLS RC4 in lsa endpointAndreas Schneider2019-06-272-5/+36
* s3:rpc_client: Use C99 inititializer in dcerpc_samr_chgpasswd_user()Andreas Schneider2019-06-272-10/+10
* auth:ntlmssp: Use GnuTLS RC4 in ntlmssp serverAndreas Schneider2019-06-271-3/+23
* auth:gensec: Return NTSTATUS for netsec_do_seal()Andreas Schneider2019-06-271-18/+33
* auth:gensec: Use GnuTLS RC4 in netsec_do_seal()Andreas Schneider2019-06-271-6/+31
* auth:gensec: Use GnuTLS RC4 in netsec_do_seq_num()Andreas Schneider2019-06-271-5/+24
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-278-35/+121
* libcli:auth: Return NTSTATUS for netlogon_creds_crypt_samlogon_logon()Andreas Schneider2019-06-271-13/+11
* libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_logon()Andreas Schneider2019-06-274-14/+18
* libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_logon()Andreas Schneider2019-06-273-12/+24
* libcli:auth: Return NTSTATUS for netlogon_creds_server_step_check()Andreas Schneider2019-06-271-15/+17
* libcli:auth: Return NTSTATUS for netlogon_creds_decrypt_samlogon_validation()Andreas Schneider2019-06-274-21/+49
* libcli:auth: Return NTSTATUS for netlogon_creds_encrypt_samlogon_validation()Andreas Schneider2019-06-274-13/+21
* libcli:auth: Use GnuTLS RC4 for netlogon credentialsAndreas Schneider2019-06-271-4/+17