summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Use an absolute path to ensure that we can always regenerate tables.cAndrew Bartlett1-0/+2
2009-04-16Fix building the now common msrpc_parse codeAndrew Bartlett1-1/+1
2009-04-16Fix building the common libcli/samsync codeAndrew Bartlett1-1/+1
2009-04-16Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett5-6/+5
2009-04-16s3-lsa: Fix Bug #6263. Unexpected LookupSids reply crashes XP pre-SP3.Günther Deschner1-1/+9
2009-04-15Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison12-59/+51
2009-04-15s4-smbtorture: Fix crash bugs in RPC-SAMR_ACCESSMASK.Günther Deschner1-7/+15
2009-04-15s3-examples: make sure to match correct key name in adssearch.Günther Deschner1-1/+1
2009-04-15s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon.Günther Deschner1-6/+8
2009-04-15Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...Andrew Bartlett17-115/+245
2009-04-15Add missing header, remove generated headerAndrew Bartlett1-10/+8
2009-04-15common:libcli/auth Add missing samsync config.mkAndrew Bartlett1-0/+10
2009-04-15Enable software rollout through ADMatthias Dieter Wallnöfer1-0/+10
2009-04-14Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison4-40/+71
2009-04-14s3-spoolss: Fix format of description string in spoolss_PrinterInfo1.Günther Deschner1-10/+6
2009-04-14netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner1-0/+15
2009-04-14Try and fix the S4 build - include thread includes.Jeremy Allison1-0/+4
2009-04-14Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison4-25/+93
2009-04-14libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner1-8/+8
2009-04-14s3-nsswitch: fix make test_wbpad.Günther Deschner1-1/+1
2009-04-14socket_wrapper: fix the build on systems without ipv6 supportStefan Metzmacher1-0/+2
2009-04-14s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.Günther Deschner1-0/+3
2009-04-14s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW().Günther Deschner1-2/+1
2009-04-14s3-spoolss: remove unused dup_nt_devicemode().Günther Deschner2-29/+0
2009-04-14s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.Günther Deschner1-1/+32
2009-04-14s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIsAndrew Bartlett2-11/+11
2009-04-14Rework to use new API for common netlogon credential chainingAndrew Bartlett2-13/+19
2009-04-14Link in the common samsync decryption codeAndrew Bartlett1-0/+1
2009-04-14libcli/auth Push schannel check into common libcli/authAndrew Bartlett1-4/+9
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett12-144/+164
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett27-331/+330
2009-04-14Rework netlogon credentials for the top levelAndrew Bartlett2-59/+130
2009-04-14Push schannel_state.c into the top level.Andrew Bartlett4-284/+323
2009-04-14Use common samsync delta decryption functions in libnet_samsync.cAndrew Bartlett4-291/+209
2009-04-14More work to adapt to merged libcli/auth function prototypesAndrew Bartlett5-16/+20
2009-04-14Adapt to common crypto functions: sam_pwd_hash() -> sam_rid_crypt()Andrew Bartlett2-8/+10
2009-04-14libcli/auth Don't compile against un-needed Samba4 headersAndrew Bartlett1-1/+0
2009-04-14Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett6-49/+11
2009-04-14Move ntlm_check.h into the common libcli/authAndrew Bartlett1-0/+0
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett48-2520/+198
2009-04-14Merge smbencrypt.c between Samba3 and Samba4Andrew Bartlett1-31/+219
2009-04-14Rework trivial msrpc parser to use convert_string_talloc()Andrew Bartlett1-21/+21
2009-04-14Move MSRPC-PARSE into the common libcli/authAndrew Bartlett3-6/+6
2009-04-14Move DRSUAPI per-attribute decryption into a common fileAndrew Bartlett9-347/+249
2009-04-14Move libcli/auth to the top levelAndrew Bartlett11-18/+14
2009-04-14s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2-43/+0
2009-04-14Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett2-5/+5
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett21-356/+190
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett8-53/+86
2009-04-14Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett4-41/+102