summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* s3-krb5 Move #ifdef HAVE_KRB5 above #include of libcli/auth/krb5_wrap.hAndrew Bartlett2011-04-151-1/+2
* Ensure change_dir_owner_to_parent() can't be raced.Jeremy Allison2011-04-141-1/+1
* Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison2011-04-141-3/+27
* Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()Jeremy Allison2011-04-141-0/+21
* s3: Fix Coverity ID 2471: UNINITVolker Lendecke2011-04-141-2/+1
* s3: Fix smbd with the async echo responderVolker Lendecke2011-04-141-10/+13
* s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner2011-04-144-6/+6
* s3-includes: move readahead prototype to its only user.Günther Deschner2011-04-142-4/+4
* s3: Fix a typoVolker Lendecke2011-04-141-1/+1
* libcli/auth Fix compile on hosts without krb5Andrew Bartlett2011-04-141-2/+2
* lib/util Move alpha_strcpy() from s3 into common codeAndrew Bartlett2011-04-144-100/+51
* s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3Andrew Bartlett2011-04-142-9/+9
* libcli/auth Move krb5 wrapper functions from s3 into commonAndrew Bartlett2011-04-1412-299/+166
* s3-lib Remove very unused (#if 0) strncpynAndrew Bartlett2011-04-141-25/+0
* s3-lib Remove unused string_appendAndrew Bartlett2011-04-142-23/+0
* s3-lib Move unix_strlower and unix_strupper to their only users.Andrew Bartlett2011-04-143-43/+41
* s3-lib Remove unused str_ascii_charnum()Andrew Bartlett2011-04-142-19/+0
* s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett2011-04-143-14/+13
* libcli/ldap Re-add ldap_ndr.h as a public headerAndrew Bartlett2011-04-141-1/+1
* s4/libcli: do not use netbios name in NTLMv2 blobs w/o spnegoChristian Ambach2011-04-141-4/+22
* libcli: allow exclusion of netbios name in NTLMV2 blobChristian Ambach2011-04-141-5/+12
* s4/libcli: do not announce NT error code support when it is disabledChristian Ambach2011-04-141-1/+4
* s3: only include smb profiling where needed.Günther Deschner2011-04-1423-9/+25
* s3-waf: add --with-profiling-data configure option.Günther Deschner2011-04-142-1/+6
* s3: fix the build of --with-profiling-data.Günther Deschner2011-04-141-0/+1
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-147-24/+27
* s3-includes: absolutely no need to globally include debugparse.hGünther Deschner2011-04-141-1/+0
* s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner2011-04-143-4/+3
* s3-includes: remove unused schema_types enum.Günther Deschner2011-04-141-3/+0
* s3-includes: move struct pipe_open_rec to srvsvc rpc server.Günther Deschner2011-04-142-10/+9
* Fix WAF build for sids2xids.Jeremy Allison2011-04-141-1/+4
* s3: Add a test for sid2xidsVolker Lendecke2011-04-133-0/+62
* s3: Add some debug to winbindd_sids_to_xidsVolker Lendecke2011-04-131-0/+6
* s3: Use wbcSidsToUnixIds in create_local_tokenVolker Lendecke2011-04-133-6/+126
* nsswitch: Add wbinfo --sids-to-unix-idsVolker Lendecke2011-04-131-0/+78
* libwbclient: Add wbcSidsToUnixIdsVolker Lendecke2011-04-132-1/+124
* s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke2011-04-134-0/+311
* s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke2011-04-133-1/+111
* s3: Make idmap_find_domain publicVolker Lendecke2011-04-132-1/+2
* s3: Add is_domain_onlineVolker Lendecke2011-04-132-0/+6
* nsswitch: wbinfo --lookup-sidsVolker Lendecke2011-04-131-0/+63
* lib: Move next_token next to next_token_tallocVolker Lendecke2011-04-132-47/+46
* libwbclient: Add wbcLookupSidsVolker Lendecke2011-04-132-0/+193
* s3: Add winbindd_lookupsidsVolker Lendecke2011-04-135-1/+158
* s3: Add wb_lookupsidsVolker Lendecke2011-04-133-0/+610
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-135-3/+130
* s3: Make parse_sidlist publicVolker Lendecke2011-04-133-34/+33
* s3: Simplify parse_sidlistVolker Lendecke2011-04-131-17/+9
* Add dom_sid_parse_endpVolker Lendecke2011-04-132-2/+14
* Don't print "success" message after error message in change_file_owner_to_par...Jeremy Allison2011-04-131-9/+8