summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-16selftest: Remove duplication between BUILDIR and BINDIRAndrew Bartlett21-32/+29
2011-04-16selftest: Remove unused BUILDDIR_ABS environment variableAndrew Bartlett1-1/+0
2011-04-16selftest: Provide a single bindir_path function across all targetsAndrew Bartlett5-62/+71
2011-04-16Trying to track down the SMB2 error. Add an invariant test.Jeremy Allison1-1/+4
2011-04-15Use handle based xattr set if available.Jeremy Allison1-4/+5
2011-04-15Ensure vfs_chown_fsp() is safe against races.Jeremy Allison3-6/+74
2011-04-15s3-waf: only LIBNMB needs to linked against -lresolv.Günther Deschner1-26/+26
2011-04-15s4-dsdb: Add more information on why we don't check the SD controlMatthieu Patou1-0/+5
2011-04-15s4-dsdb: If current attribute list is empty use the one from the requestMatthieu Patou1-1/+1
2011-04-15s3-build: fix the --with-profiling-data build on mac os x.Günther Deschner1-0/+1
2011-04-15s3-waf: try to fix the non-ldap-but-krb5 build.Günther Deschner3-3/+6
2011-04-15s3: Fix bug 8066, wrong output in smbgetVolker Lendecke1-4/+9
2011-04-15s3-krb5 Move #ifdef HAVE_KRB5 above #include of libcli/auth/krb5_wrap.hAndrew Bartlett1-1/+2
2011-04-14Ensure change_dir_owner_to_parent() can't be raced.Jeremy Allison1-1/+1
2011-04-14Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison1-3/+27
2011-04-14Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()Jeremy Allison1-0/+21
2011-04-14s3: Fix Coverity ID 2471: UNINITVolker Lendecke1-2/+1
2011-04-14s3: Fix smbd with the async echo responderVolker Lendecke1-10/+13
2011-04-14s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner4-6/+6
2011-04-14s3-includes: move readahead prototype to its only user.Günther Deschner2-4/+4
2011-04-14s3: Fix a typoVolker Lendecke1-1/+1
2011-04-14libcli/auth Fix compile on hosts without krb5Andrew Bartlett1-2/+2
2011-04-14lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett4-100/+51
2011-04-14s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3Andrew Bartlett2-9/+9
2011-04-14libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett12-299/+166
2011-04-14s3-lib Remove very unused (#if 0) strncpynAndrew Bartlett1-25/+0
2011-04-14s3-lib Remove unused string_appendAndrew Bartlett2-23/+0
2011-04-14s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett3-43/+41
2011-04-14s3-lib Remove unused str_ascii_charnum()Andrew Bartlett2-19/+0
2011-04-14s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett3-14/+13
2011-04-14libcli/ldap Re-add ldap_ndr.h as a public headerAndrew Bartlett1-1/+1
2011-04-14s4/libcli: do not use netbios name in NTLMv2 blobs w/o spnegoChristian Ambach1-4/+22
2011-04-14libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach1-5/+12
2011-04-14s4/libcli: do not announce NT error code support when it is disabledChristian Ambach1-1/+4
2011-04-14s3: only include smb profiling where needed.Günther Deschner23-9/+25
2011-04-14s3-waf: add --with-profiling-data configure option.Günther Deschner2-1/+6
2011-04-14s3: fix the build of --with-profiling-data.Günther Deschner1-0/+1
2011-04-14s3-includes: only include acl prototypes when needed.Günther Deschner7-24/+27
2011-04-14s3-includes: absolutely no need to globally include debugparse.hGünther Deschner1-1/+0
2011-04-14s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner3-4/+3
2011-04-14s3-includes: remove unused schema_types enum.Günther Deschner1-3/+0
2011-04-14s3-includes: move struct pipe_open_rec to srvsvc rpc server.Günther Deschner2-10/+9
2011-04-14Fix WAF build for sids2xids.Jeremy Allison1-1/+4
2011-04-13s3: Add a test for sid2xidsVolker Lendecke3-0/+62
2011-04-13s3: Add some debug to winbindd_sids_to_xidsVolker Lendecke1-0/+6
2011-04-13s3: Use wbcSidsToUnixIds in create_local_tokenVolker Lendecke3-6/+126
2011-04-13nsswitch: Add wbinfo --sids-to-unix-idsVolker Lendecke1-0/+78
2011-04-13libwbclient: Add wbcSidsToUnixIdsVolker Lendecke2-1/+124
2011-04-13s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke4-0/+311
2011-04-13s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke3-1/+111