summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-04-26build: Move Heimdal/MIT compat build rules to heimdal_buildAndrew Bartlett1-11/+0
2011-04-25No longer need to call SMB_VFS_LSTAT - check name hasn't changed above is suf...Jeremy Allison1-23/+0
2011-04-25Correctly detect and deny symlinks anywhere in a path (not just the last comp...Jeremy Allison1-27/+60
2011-04-25s3: Remove unused codeVolker Lendecke1-6/+0
2011-04-25s3: Move setting the name_query timeoutVolker Lendecke1-9/+9
2011-04-25s3:lib/util_sock: listen on IPv6 addresses with IPV6_ONLY (bug #7383)Stefan Metzmacher1-0/+26
2011-04-25s3:lib/access: normalize IPv4 mapped IPv6 addresses in both directions (bug #...Stefan Metzmacher1-14/+17
2011-04-25s3: Some build farm machines do not have /bin/trueVolker Lendecke1-4/+7
2011-04-25s3: Fix some typos in dsgetdcnameVolker Lendecke1-3/+3
2011-04-25s3: "port" is not used in dsgetdcnameVolker Lendecke1-3/+0
2011-04-25s3: Check for res_ninitVolker Lendecke1-0/+8
2011-04-25s3: Run pthreadpooltest in make testVolker Lendecke2-0/+20
2011-04-25s3: Add pthreadpooltest to main buildVolker Lendecke2-1/+13
2011-04-25s3: pthreadpool_sig_fd->pthreadpool_signal_fdVolker Lendecke4-7/+7
2011-04-25s3: Tiny doc for pthreadpoolVolker Lendecke1-7/+59
2011-04-25s3: Many pthreadpool fixesVolker Lendecke6-88/+546
2011-04-25s3: Add a 10-second timeout for the 445 or netbios connection to a DCVolker Lendecke4-5/+17
2011-04-24s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher6-17/+13
2011-04-24s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functionsStefan Metzmacher1-11/+20
2011-04-24s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functionsStefan Metzmacher1-9/+19
2011-04-24s3:includes: simplify INO_T_VAL macrosStefan Metzmacher1-3/+3
2011-04-24s3:includes: simplify BIG_UINT macrosStefan Metzmacher1-5/+4
2011-04-24s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-28/+2
2011-04-23s3: Fix Coverity ID 2478, UNINITVolker Lendecke1-1/+1
2011-04-23s3:include/vfs.h: remove very old hints for vfs modules with interface versio...Stefan Metzmacher1-8/+0
2011-04-23Revert "s3-vfs: another attempt to fix the Tru64 build."Stefan Metzmacher3-8/+0
2011-04-23s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-44/+5
2011-04-23s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-24/+0
2011-04-23s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher1-57/+5
2011-04-22s3: Fix Coverity ID 2047, UNUSED_VALUEVolker Lendecke1-2/+0
2011-04-22s3: Fix Coverity ID 2325, RESOURCE_LEAKVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 2336, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 2335, CHECKED_RETURNVolker Lendecke1-1/+3
2011-04-22s3: Fix Coverity ID 2307, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22s3: Fix Coverity ID 986, BUFFER_SIZE_WARNINGVolker Lendecke1-1/+1
2011-04-22s3: Fix Coverity ID 1340, NULL_RETURNSVolker Lendecke1-0/+4
2011-04-22Cosmetic. Fix bad indentation.Jeremy Allison1-18/+18
2011-04-21Fix compiler warning in debug message.Jeremy Allison1-2/+2
2011-04-21Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison1-25/+14
2011-04-22s3-vfs: another attempt to fix the Tru64 build.Günther Deschner3-0/+8
2011-04-22s3-waf: try to fix the build on sunos5.Günther Deschner1-0/+2
2011-04-22s3-waf: fix typo in comment.Günther Deschner1-1/+1
2011-04-22Revert "s3-vfs: try to fix the Tru64 build."Günther Deschner1-6/+0
2011-04-21s3-vfs: try to fix the Tru64 build.Günther Deschner1-0/+6
2011-04-21s3-proto: move more rpc client prototypes to cli_pipe.h.Günther Deschner2-7/+9
2011-04-21s3-vfs: rename open function to open_fn.Günther Deschner22-32/+26
2011-04-20s3-build: move MAP_FILE define to the only place used.Günther Deschner2-4/+4
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner4-0/+9
2011-04-20s3-spoolss: fix debug statement in spoolss_addprinterex_level_2().Günther Deschner1-2/+2
2011-04-20lib/util/charset create _handle functions for convert_string() et alAndrew Bartlett2-13/+0