summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 4.Günther Deschner2009-04-171-0/+90
| * s4-smbtorture: rework test_EnumPrinterDrivers() a little to succeed with s3.Günther Deschner2009-04-171-10/+13
| * s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue.Günther Deschner2009-04-171-0/+7
| * s3: make installmo and uninstallmo scripts executableMichael Adam2009-04-172-0/+0
| * s3: Fix uninstallmoMichael Adam2009-04-171-1/+2
| * s3-selftest: samba 3 also passes RPC-JOIN so enable it.Günther Deschner2009-04-171-1/+1
| * s3:registry: Prevent creation of keys containing the '/' character.Michael Adam2009-04-171-0/+10
| * s3-samr: set the builtin_domain bool flag in get_samr_dispinfo_by_sid().Günther Deschner2009-04-171-0/+2
| * s3-selftest: enable RPC-SAMR-PASSWORDS-PWDLASTSET whilte testing Samba3.Günther Deschner2009-04-171-1/+2
| * s4-smbtorture: disable CreateUser2 tests when running RPC-SAMR-PASSWORDS-PWDLASTGünther Deschner2009-04-171-1/+3
| * Merge branch 'master' of /home/jmcd/samba/git.samba.org/samba-master into mym...Jim McDonough2009-04-1719-13/+579
| |\
| | * s3-docs: fix typo in smb.conf.5.Günther Deschner2009-04-171-1/+1
| | * s3-selftest: enable RPC-LSA-LOOKUPSIDS against samba 3.Günther Deschner2009-04-171-1/+1
| | * s4-smbtorture: add LSA-LOOKUPSIDS to verify bug #6263.Günther Deschner2009-04-172-0/+89
| | * s4-smbtorture: Fix crash in RPC-LSA-LOOKUPGünther Deschner2009-04-171-0/+2
| | * s3-docs: document warn_pwd_expire pam_winbind option in manpage.Günther Deschner2009-04-171-1/+8
| | * Add torture tester to ensure we don't regress the ulogoff bug.Jeremy Allison2009-04-161-0/+45
| | * Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s...Jeremy Allison2009-04-161-0/+11
| | * When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-161-1/+1
| | * Fix IDL licensing file that got missed when IDL files were moved.Jeremy Allison2009-04-162-0/+18
| | * Add notify_onelevel.tdbVolker Lendecke2009-04-168-0/+383
| | * Rename notify_context->db to db_recursiveVolker Lendecke2009-04-161-9/+12
| | * In net_conf_import, start a transaction when importing a single share.Martin Schwenke2009-04-161-0/+8
| * | Don't look up local user for remote changes, even when root.Jim McDonough2009-04-161-6/+10
| |/
| * tsocket: fix the build without ipv6 supportStefan Metzmacher2009-04-161-0/+2
| * s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3.Günther Deschner2009-04-161-1/+9
| * Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-1512-59/+51
| * s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK.Günther Deschner2009-04-151-7/+15
| * s3-examples: make sure to match correct key name in adssearch.Günther Deschner2009-04-151-1/+1
| * s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon.Günther Deschner2009-04-151-6/+8
* | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-205-9/+11
* | libcli/auth Ensure we cancel the transaction when schannel not detectedAndrew Bartlett2009-04-201-0/+1
* | s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP codeAndrew Bartlett2009-04-202-12/+12
* | libcli/auth: Don't pass back lm_sess_key as the same pointer as user_sess_keyAndrew Bartlett2009-04-201-13/+7
* | Remove unused headersAndrew Bartlett2009-04-194-9/+2
* | s3:auth Fix segfault: Always initialise returned session keysAndrew Bartlett2009-04-191-1/+3
* | s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()Andrew Bartlett2009-04-201-46/+8
* | Fix crash bug in NTLMSSP caused by msrpc_parse() moving to tallocAndrew Bartlett2009-04-161-4/+2
* | Use an absolute path to ensure that we can always regenerate tables.cAndrew Bartlett2009-04-161-0/+2
* | Fix building the now common msrpc_parse codeAndrew Bartlett2009-04-161-1/+1
* | Fix building the common libcli/samsync codeAndrew Bartlett2009-04-161-1/+1
* | Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett2009-04-165-6/+5
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...Andrew Bartlett2009-04-1517-115/+245
|\|
| * Enable software rollout through ADMatthias Dieter Wallnöfer2009-04-151-0/+10
| * Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison2009-04-144-40/+71
| * s3-spoolss: Fix format of description string in spoolss_PrinterInfo1.Günther Deschner2009-04-141-10/+6
| * netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-141-0/+15
| * Try and fix the S4 build - include thread includes.Jeremy Allison2009-04-141-0/+4
| * Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison2009-04-144-25/+93
| * libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner2009-04-141-8/+8