summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:torture/ldap/basic.c - add some "const"Matthias Dieter Wallnöfer2010-02-221-5/+3
* s4:netlogon enhance DsrEnumerateDomainTrustsSimo Sorce2010-02-211-27/+178
* s4:operational LDB module - enable support for passing referrals through itMatthias Dieter Wallnöfer2010-02-211-2/+1
* s4:partition DSDB module - Cosmetic fixupsMatthias Dieter Wallnöfer2010-02-211-16/+23
* s4:password_hash - Fix up request message pointersMatthias Dieter Wallnöfer2010-02-211-7/+7
* s4:dsdb/util.c - Use LDB result constants in some more helper functionsMatthias Dieter Wallnöfer2010-02-211-11/+11
* s4:provision.py - try to use other addresses than "127.0.0.x" and "::1"Matthias Dieter Wallnöfer2010-02-211-2/+10
* s4:AD content - Implement the new password settings containerMatthias Dieter Wallnöfer2010-02-211-0/+5
* s4:AD content - adequate some revision levels to match Windows Server 2008Matthias Dieter Wallnöfer2010-02-212-5/+5
* s4:AD content - Add the DFSR objects which exist on Windows Server >= 2008Matthias Dieter Wallnöfer2010-02-212-4/+22
* cleanupSimo Sorce2010-02-211-133/+131
* s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett2010-02-208-65/+197
* s4:lsa open trusted domain also with dns nameSimo Sorce2010-02-191-3/+7
* remove trailing tabs and spacesSimo Sorce2010-02-191-9/+9
* readability reformattingSimo Sorce2010-02-191-28/+36
* s4:rpc_server Add a 'if_version' parameter to the bind operation.Andrew Bartlett2010-02-203-4/+6
* s4-smbtorture: more work on devicemode tests.Günther Deschner2010-02-191-35/+63
* s4-smbtorture: explain failure conditions in printer device mode tests a litt...Günther Deschner2010-02-191-11/+20
* s4-smbtorture: add --option=torture:spoolss_check_size=yes.Günther Deschner2010-02-191-0/+6
* s4-smbtorture: print more comments while running SD and DM tests in RPC-SPOOL...Günther Deschner2010-02-191-15/+14
* s4:selftest Add test for the RPC proxyAndrew Bartlett2010-02-191-0/+3
* s4:rpc_server Record the remote connections association group IDAndrew Bartlett2010-02-192-6/+39
* s4:winbind Make the 'no SID found' message even more detailedAndrew Bartlett2010-02-192-5/+26
* Revert "Got back to 16-byte padding on auth RPC. S3 clients and servers now c...Jeremy Allison2010-02-171-6/+4
* s4-smbtorture: skip printer info cross tests against samba 3 for now.Günther Deschner2010-02-181-0/+4
* s4-smbtorture: try more combinations to find printers in test_EnumPrinters_fi...Günther Deschner2010-02-181-0/+14
* s4-smbtorture: simplify test_PrinterInfo_DevMode a bit.Günther Deschner2010-02-181-17/+4
* s4-smbtorture: avoid potential loop while adding a new printer in RPC-SPOOLSS...Günther Deschner2010-02-181-0/+7
* Got back to 16-byte padding on auth RPC. S3 clients and servers now cope with...Jeremy Allison2010-02-171-4/+6
* s4:param Modify secrets_get_domain_sid to give more useful errorsAndrew Bartlett2010-02-185-87/+55
* s4/rodc: change the libnet_become_dc code to do RODC joinAnatoliy Atanasov2010-02-173-6/+59
* s4/drs:kccdrs_replica_get_info_obj_metadata implementationAnatoliy Atanasov2010-02-173-20/+96
* s4/ldap: Refactor the fix for ldap nested searchesKamen Mazdrashki2010-02-172-13/+15
* s4-smbtorture: unify test list to run against single created printers in RPC-...Günther Deschner2010-02-171-18/+28
* s4-smbtorture: also test level 2 sets for devicemodes and see if they persist.Günther Deschner2010-02-171-0/+21
* s4-smbtorture: refactor setprinter devicemode calls in RPC-SPOOLSS-PRINTER.Günther Deschner2010-02-171-19/+71
* s4-provision: freeze the DNS zone before creating the zone fileAndrew Tridgell2010-02-171-2/+10
* s4-dnsupdate: use samba_runcmd() in the dns update taskAndrew Tridgell2010-02-172-17/+37
* s4-param: added "rndc command" smb.conf optionAndrew Tridgell2010-02-172-0/+5
* s4-provision: fix permissions on generated DNS zone fileAndrew Tridgell2010-02-171-9/+11
* s4-rpc: paranoid check for auth_lengthAndrew Tridgell2010-02-171-0/+11
* s4-kcc: remove a qsort() that snuck into the new topology codeAndrew Tridgell2010-02-161-2/+1
* s4-rpc: don't use auth padding in rpc bind requests as it breaks s3Andrew Tridgell2010-02-161-0/+7
* s4-dcerpc: fixed auth padding to be relative to the stub, not packetAndrew Tridgell2010-02-162-10/+17
* s4-dsdb: return LDB_ERR_CONSTRAINT_VIOLATION on num_recs != 1Andrew Tridgell2010-02-161-1/+1
* s4-samdb: use dsdb_search() in cracknamesAndrew Tridgell2010-02-161-57/+24
* s4-kcc: remove search_onelevel_with_deleted() in kccAndrew Tridgell2010-02-161-52/+3
* s4-dsdb: removed gendb_search_single_extended_dn()Andrew Tridgell2010-02-162-15/+19
* s4-dsdb: added dsdb_search_one() and cleanup dsdb_find_dn_by_guid()Andrew Tridgell2010-02-165-33/+86
* s4-dsdb: replace dsdb_find_dn_by_guid() with a dsdb_search() callAndrew Tridgell2010-02-161-67/+84