summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2023-10-27s3:util: Add gfree_memcache() to gfree_all()Andreas Schneider1-0/+3
2023-10-25s3:lib: Fix code spellingJoseph Sutton3-6/+6
2023-10-24vfs_fruit: add option fruit:validate_afpinfo = yes|no (default: yes)Ralph Boehme2-6/+12
2023-10-13s3:lib: Rearrange preprocessor directives to avoid structurally dead code (CI...Joseph Sutton1-2/+1
2023-10-10smbd: Remove a pointless NULL checkVolker Lendecke1-1/+1
2023-10-04libsmb: Pass NTTIME to interpret_long_date()Volker Lendecke1-3/+1
2023-09-27s3:lib: Initialize ‘tm’ structureJoseph Sutton1-1/+1
2023-09-26s3-lib: Modify merge_nt_token() into a GPO-specifc merge with SYSTEMAndrew Bartlett1-4/+9
2023-09-26libcli/security: Move dup_nt_token() to libcli/securityAndrew Bartlett1-56/+0
2023-09-26s3-lib/util_nttoken: Reimplement dup_nt_token() with NDR pull/pushAndrew Bartlett1-20/+41
2023-09-14s3:netapi: Fix a leak in libnetapi_net_init()Pavel Kalugin1-1/+7
2023-09-14libnetapi: Use lpcfg_set_cmdline()Pavel Kalugin2-12/+18
2023-09-11netapi: Pass net's cmdline credentials to libnetapi_net_init()Samuel Cabrero2-9/+13
2023-09-11netapi: Pass loadparm_context to libnetapi_net_init()Samuel Cabrero2-10/+13
2023-09-11s3:lib: Fix code spellingJoseph Sutton1-1/+1
2023-09-05s3:libnetapi: Implement NetComposeOfflineDomainJoin_l()Samuel Cabrero1-1/+179
2023-09-05s3:libnetapi: Add NetComposeOfflineDomainJoin() to API.Samuel Cabrero1-0/+43
2023-09-05s3:libnetapi: Add NetComposeOfflineDomainJoin() boilerplateSamuel Cabrero3-0/+102
2023-09-05s3:libnetapi: Add some comments to document ODJ blob charset conversionsSamuel Cabrero1-0/+4
2023-09-05s3:libnetapi: Return error from RequestOfflineJoinSamuel Cabrero1-2/+4
2023-08-14s3:lib: Use portable format specifiersJoseph Sutton1-12/+12
2023-08-08tldap: avoid infinite loop when filter contains "\)"Douglas Bagnall1-0/+1
2023-08-08tldap: Use portable integer constantJoseph Sutton1-1/+1
2023-08-08s3:lib: Use portable format specifiersJoseph Sutton1-7/+7
2023-08-08s3:lib: Add missing newlines to logging messagesJoseph Sutton3-3/+3
2023-08-08s3:lib: Consistently return a string with a trailing newlineJoseph Sutton1-2/+2
2023-08-08s3:eventlog: Fix code spellingJoseph Sutton1-1/+1
2023-07-13s3:lib: Fix code spellingAndreas Schneider23-52/+52
2023-07-03lib: Translate ENXIO to NT_STATUS_ILLEGAL_FUNCTIONVolker Lendecke1-0/+3
2023-07-02tallocmsg.c: move info log message to appropriate levelBjörn Jacke1-1/+1
2023-06-16lib: Simplify two if-expressionsVolker Lendecke1-12/+6
2023-06-13lib: Fix whitespaceVolker Lendecke1-4/+4
2023-05-25libadouble: allow FILE_SHARE_DELETE in ad_convert_xattr()Ralph Boehme1-1/+1
2023-05-16lib: Add security_token_del_npa_flags() helper functionVolker Lendecke1-0/+15
2023-05-16rpc: Add global_sid_Samba_NPA_Flags SIDVolker Lendecke1-0/+19
2023-05-05s3:lib: Fix typosJoseph Sutton1-2/+2
2023-04-27s3:lib: Give better warnings about corrupted AppleDobule filesAndreas Schneider1-5/+13
2023-04-27s3:lib: Move ad_unpack() debug message to notice levelAndreas Schneider1-20/+34
2023-04-19s3:lib: Do not try to match '.' and '..' directories in is_in_path()Andreas Schneider1-0/+5
2023-04-01lib: Fix tdb_validate() for incorrect tdb entriesVolker Lendecke1-2/+3
2023-02-13lib: Fix a typoVolker Lendecke1-1/+1
2023-02-13lib: Simplify ms_has_wild() with strpbrk()Volker Lendecke1-13/+2
2023-02-08auth: Correct primary group handlingJoseph Sutton1-3/+0
2023-02-06s3:netapi: Remove unused variablesAndreas Schneider1-7/+0
2023-01-26s3/lib: Prevent use after free of messaging_ctdb_fde_ev structsNoel Power1-0/+19
2023-01-12lib: Fix out-of-bounds access in print_ace_flags()Volker Lendecke1-3/+4
2023-01-12lib: Use talloc_asprintf_addbuf() in print_ace_flags()Volker Lendecke1-29/+9
2023-01-10lib: Use tdb_data_dbg() where appropriateVolker Lendecke1-6/+2
2023-01-10lib: Add tdb_data_dbg()Volker Lendecke1-0/+5
2023-01-10lib: Move 16 bytes to readonly .text segmentVolker Lendecke1-1/+1