summaryrefslogtreecommitdiff
path: root/source4/lib/policy/gp_filesys.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s4:libcli: pass struct loadparm_context to smbcli_full_connection()Stefan Metzmacher1-0/+1
2025-04-18s4:libcli: remove unused ports from smbcli_full_connection()Stefan Metzmacher1-1/+0
2023-04-28s4:lib:policy: cleanup and handle errors in push_recursive()Dmitry Antipov1-12/+37
2022-02-07lib: Fix CID 1465285 Double closeVolker Lendecke1-0/+1
2020-07-06policy/gp: always close a file (CID 1445119)Douglas Bagnall1-0/+1
2019-12-10s4:lib: Make sure we close fd's in error pathAndreas Schneider1-1/+9
2019-05-10s4/policy/gp_filesys: avoid SIZE_MAX smbcli write (CID 1034779)Douglas Bagnall1-0/+6
2018-08-11s4:lib: Fix a possible fd leak in gp_get_file()Andreas Schneider1-8/+16
2017-11-22s4-lib-policy: fix type of enumUri Simchoni1-1/+1
2014-03-05Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam1-6/+24
2013-11-11gpo: Fix CID 1034880 Resource leakVolker Lendecke1-2/+1
2013-11-11gpo: Fix CID 1034881 Resource leakVolker Lendecke1-0/+1
2013-02-22s4-policy: Fix memory leaks in push_recursive().Andreas Schneider1-14/+26
2011-10-27replace: Add don't include unistd.h directly and add uid_wrapper.Andreas Schneider1-3/+1
2011-08-21s4/libpolicy: Install header file.Jelmer Vernooij1-2/+1
2011-08-03s4-policy: Use the correct local directory for stat.Amitay Isaacs1-1/+1
2010-09-10s4:lib/policy/gp_filesys.c - remove dead codeMatthias Dieter Wallnöfer1-2/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-6/+6
2010-06-20s4:libpolicy - fix printf output specifiers to suppress warningMatthias Dieter Wallnöfer1-1/+1
2010-06-20s4:libpolicy - Solaris compatibility fixMatthias Dieter Wallnöfer1-1/+5
2010-06-20Refactor policy filesystem code.Wilco Baan Hofman1-97/+244
2010-06-20Fix memory allocation with error handling.Wilco Baan Hofman1-0/+21
2010-06-20Fix 'magic' numbers to be strlen(something)Wilco Baan Hofman1-2/+3
2010-06-20Remove iconv convenience in used functions, which were deleted in commit f9ca...Wilco Baan Hofman1-1/+0
2010-06-20Fix set GPT security descriptor to match windows' behaviour.Wilco Baan Hofman1-1/+1
2010-06-20Add preliminary NT ACL support for GPT (GPO on filesystem).Wilco Baan Hofman1-25/+95
2010-06-20Add gpo create functionality. Also fix gPLink handling bugsWilco Baan Hofman1-1/+160
2010-06-20Fix mode_t in mkdir.Wilco Baan Hofman1-1/+1
2010-06-20Optimize the backslash logic in the path traversal.Wilco Baan Hofman1-24/+9
2010-06-20Fix error in logic, making recursion work past the first level.Wilco Baan Hofman1-1/+1
2010-06-20Add fetch function for GPO which fetches all relevant files from the sysvol s...Wilco Baan Hofman1-0/+263