summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-04-12s3: Retry the join with the short nameVolker Lendecke1-0/+5
2011-04-12s3-util: separate out cmdline helpers.Günther Deschner5-287/+314
2011-04-12s3: add some forward declarations.Günther Deschner2-3/+4
2011-04-12s3-netapi: use dcerpc_try_samr_connects().Günther Deschner1-4/+18
2011-04-12s3-netapi: use libnetapi_get_binding_handle().Günther Deschner6-108/+54
2011-04-12s3-netapi: add libnetapi_get_binding_handle().Günther Deschner2-0/+27
2011-04-12s3-librpc: let librpc/rpc/dcerpc.h include ndr and generated dcerpc headers.Günther Deschner1-0/+2
2011-04-12s3-rpc_client: move rpc_cli_transport structs and protos to rpc_transport.hGünther Deschner6-80/+111
2011-04-11s3-printing: Use become_user_by_session() function.Andreas Schneider1-3/+3
2011-04-11s3-smbd: Added a become_user_by_session() function.Andreas Schneider2-0/+19
2011-04-11s3-smbd: Added a change_to_user_by_session() function.Andreas Schneider2-74/+98
2011-04-11s3: Wrap creating the svcctl keys in a transactionVolker Lendecke1-0/+28
2011-04-11s3: Make reg_backend_db.h includable by itselfVolker Lendecke1-0/+1
2011-04-11s3: Fix Coverity ID 2472, UNINITVolker Lendecke1-2/+1
2011-04-11s3: Fix Coverity ID 2473, UNINITVolker Lendecke1-2/+1
2011-04-11s3: Fix timeout calculation in event_add_to_poll_argsVolker Lendecke1-1/+1
2011-04-11s3-modules: Fix debug messageBjörn Baumbach1-1/+1
2011-04-09Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.Jeremy Allison1-51/+48
2011-04-08Subtle change. Microsoft SMB2 tests return different access mask than for SMB...Jeremy Allison1-1/+12
2011-04-08s3:net idmap check: fix output of an invalid recordMichael Adam1-1/+6
2011-04-08s3-net: "idmap check" ignore __db_sequence_number__Gregor Beck1-1/+7
2011-04-07s3:net rpc trust: fix two C++ implicit void * cast warningsMichael Adam1-2/+5
2011-04-07s3:passdb:pdb_ipa: fix a C++ implicit void * cast warningsMichael Adam1-1/+2
2011-04-07s3:net idmap check: fix a couple of c++ implicit void * cast warningsMichael Adam1-5/+5
2011-04-07s3-net: fix the usage output of "net idmap check"Gregor Beck1-4/+5
2011-04-07Revert "s3-test: disable ktest for now"Andrew Bartlett1-1/+0
2011-04-07s3-test: disable ktest for nowAndrew Tridgell1-0/+1
2011-04-06Fix bug 6966 - "allow trusted domains = no" not respected in winbind.Dmitry Butskoy1-6/+6
2011-04-06s3: Fix tldap_make_mod_blob_int() debug messagesSumit Bose1-3/+3
2011-04-06s3-net: Add delete op for net trust utilitySumit Bose1-53/+159
2011-04-06s3-net: Add net trust utilitySumit Bose5-0/+561
2011-04-06s3-pdb_ipa: Create DN for new objectSumit Bose1-0/+18
2011-04-06s3-pdb_ipa: Add ipasam_create_dom_group()Sumit Bose1-29/+214
2011-04-06s3-net: add IPA provisionSumit Bose1-20/+119
2011-04-06s3-pdb_ipa: Add ipasam_create_user()Sumit Bose1-44/+297
2011-04-06s3-pdb_ipa: Detect IPA serverSumit Bose1-1/+7
2011-04-06s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return valueSumit Bose1-38/+9
2011-04-06s3-smbldap: make octet_strings/DATA_BLOBs const.Sumit Bose2-6/+6
2011-04-06s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob.Günther Deschner1-4/+4
2011-04-06s3-smbldap: support storing octet_strings/DATA_BLOBs.Günther Deschner2-21/+95
2011-04-06s3-pdb_ipa: Fix indentationSumit Bose1-13/+12
2011-04-06lib/crypto: rename the SHA256_ functions to samba_SHA256_Andrew Tridgell1-3/+3
2011-04-06tstream: make npa_tstream a private libraryAndrew Tridgell1-2/+2
2011-04-06lib: make asn1_util a private libraryAndrew Tridgell2-12/+12
2011-04-06lib: moved data_blob.c into samba-util-commonAndrew Tridgell1-6/+2
2011-04-06s3-selftest Add tests to show kerberos works across a password changeAndrew Bartlett4-1/+4
2011-04-06s3-librpc Fix creation of in-memory keytab for previous passwordAndrew Bartlett1-1/+1
2011-04-06s3-auth: Make server_info const in create_local_token()Andrew Bartlett2-5/+5
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett3-20/+33
2011-04-05Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison3-7/+6