summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * s3-nsswitch: fix make test_wbpad.Günther Deschner2009-04-141-1/+1
| * socket_wrapper: fix the build on systems without ipv6 supportStefan Metzmacher2009-04-141-0/+2
| * s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.Günther Deschner2009-04-141-0/+3
| * s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW().Günther Deschner2009-04-141-2/+1
| * s3-spoolss: remove unused dup_nt_devicemode().Günther Deschner2009-04-142-29/+0
| * s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.Günther Deschner2009-04-141-1/+32
* | Add missing header, remove generated headerAndrew Bartlett2009-04-151-10/+8
* | common:libcli/auth Add missing samsync config.mkAndrew Bartlett2009-04-151-0/+10
* | s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIsAndrew Bartlett2009-04-142-11/+11
* | Rework to use new API for common netlogon credential chainingAndrew Bartlett2009-04-142-13/+19
* | Link in the common samsync decryption codeAndrew Bartlett2009-04-141-0/+1
* | libcli/auth Push schannel check into common libcli/authAndrew Bartlett2009-04-141-4/+9
* | Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-1412-144/+164
* | Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-1427-331/+330
* | Rework netlogon credentials for the top levelAndrew Bartlett2009-04-142-59/+130
* | Push schannel_state.c into the top level.Andrew Bartlett2009-04-144-284/+323
* | Use common samsync delta decryption functions in libnet_samsync.cAndrew Bartlett2009-04-144-291/+209
* | More work to adapt to merged libcli/auth function prototypesAndrew Bartlett2009-04-145-16/+20