Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-20 | s3:ntlmssp Fix segfault: msrpc_gen now uses talloc() | Andrew Bartlett | 1 | -46/+8 | |
2009-04-16 | Fix crash bug in NTLMSSP caused by msrpc_parse() moving to talloc | Andrew Bartlett | 1 | -4/+2 | |
2009-04-16 | Use an absolute path to ensure that we can always regenerate tables.c | Andrew Bartlett | 1 | -0/+2 | |
I had trouble building Samba3 in a merged build, perhaps because I was also building Samba4 in that tree. Andrew Bartlett | |||||
2009-04-16 | Fix building the now common msrpc_parse code | Andrew Bartlett | 1 | -1/+1 | |
2009-04-16 | Fix building the common libcli/samsync code | Andrew Bartlett | 1 | -1/+1 | |
2009-04-16 | Fix Samba4 build errors with common libcli/samsync | Andrew Bartlett | 5 | -6/+5 | |
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 17 | -115/+245 | |
libcli-auth-merge-without-netlogond | |||||
2009-04-15 | Add missing header, remove generated header | Andrew Bartlett | 1 | -10/+8 | |
(This isn't a rename, honest :-) | |||||
2009-04-15 | common:libcli/auth Add missing samsync config.mk | Andrew Bartlett | 1 | -0/+10 | |
2009-04-15 | Enable software rollout through AD | Matthias Dieter Wallnöfer | 1 | -0/+10 | |
This enables the sofware rollout feature in Samba4 Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-04-14 | Ensure a tls key is only generated once - wrap create & destroy in a mutex. | Jeremy Allison | 4 | -40/+71 | |
Change the function names to add _once to the tls_create & tls_destroy to make this obvious. Jeremy. | |||||
2009-04-14 | s3-spoolss: Fix format of description string in spoolss_PrinterInfo1. | Günther Deschner | 1 | -10/+6 | |
This is what windows does and should get us closer to show the appropriate printer location string in explorer. Guenther | |||||
2009-04-14 | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 1 | -0/+15 | |
Guenther | |||||
2009-04-14 | Try and fix the S4 build - include thread includes. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. | |||||
2009-04-14 | Make talloc_stack threadsafe using TLS. Volker please | Jeremy Allison | 4 | -25/+93 | |
check. Passes make test and basic valgrind testing. Jeremy. | |||||
2009-04-14 | libwbclient: Fix undocumented arguments doxygen warnings. | Günther Deschner | 1 | -8/+8 | |
Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d) | |||||
2009-04-14 | s3-nsswitch: fix make test_wbpad. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-14 | socket_wrapper: fix the build on systems without ipv6 support | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-04-14 | s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2009-04-14 | s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW(). | Günther Deschner | 1 | -2/+1 | |
Make sure we are not copying more than what we have as valid data. Fix from Jeremy. Thanks a lot for watching this so closely! Guenther | |||||
2009-04-14 | s3-spoolss: remove unused dup_nt_devicemode(). | Günther Deschner | 2 | -29/+0 | |
Guenther | |||||
2009-04-14 | s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test. | Günther Deschner | 1 | -1/+32 | |
Guenther | |||||
2009-04-14 | s3: Fix ntlm_auth and winbindd to use new common libcli/auth APIs | Andrew Bartlett | 2 | -11/+11 | |
2009-04-14 | Rework to use new API for common netlogon credential chaining | Andrew Bartlett | 2 | -13/+19 | |
2009-04-14 | Link in the common samsync decryption code | Andrew Bartlett | 1 | -0/+1 | |
2009-04-14 | libcli/auth Push schannel check into common libcli/auth | Andrew Bartlett | 1 | -4/+9 | |
This means we have a single choke point to ensure the remote client is using schannel. Andrew Bartlett | |||||
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 12 | -144/+164 | |
This is particuarly in the netlogon client (but not server at this stage) | |||||
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 27 | -331/+330 | |
In particular, this is the rename from creds_ to netlogon_creds_, as well as other links to use the new common crypto. Andrew Bartlett | |||||
2009-04-14 | Rework netlogon credentials for the top level | Andrew Bartlett | 2 | -59/+130 | |
This makes constructor functions that return the allocated structure, rather than having the caller pass them in, and makes the server init function also check the first credential. The rename of creds_ to netlogon_creds should make it more clear what this code works with. Andrew Bartlett | |||||
2009-04-14 | Push schannel_state.c into the top level. | Andrew Bartlett | 4 | -284/+323 | |
This is the server side state for netlogon credential chaining Andrew Bartlett | |||||
2009-04-14 | Use common samsync delta decryption functions in libnet_samsync.c | Andrew Bartlett | 4 | -291/+209 | |
Andrew Bartlett | |||||
2009-04-14 | More work to adapt to merged libcli/auth function prototypes | Andrew Bartlett | 5 | -16/+20 | |
2009-04-14 | Adapt to common crypto functions: sam_pwd_hash() -> sam_rid_crypt() | Andrew Bartlett | 2 | -8/+10 | |
2009-04-14 | libcli/auth Don't compile against un-needed Samba4 headers | Andrew Bartlett | 1 | -1/+0 | |
2009-04-14 | Port Samba4 to the new combined libcli/auth functions | Andrew Bartlett | 6 | -49/+11 | |
For example, some of the new shared functionality was previously in the wkssvc torture test. Andrew Bartlett | |||||
2009-04-14 | Move ntlm_check.h into the common libcli/auth | Andrew Bartlett | 1 | -0/+0 | |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 48 | -2520/+198 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-04-14 | Merge smbencrypt.c between Samba3 and Samba4 | Andrew Bartlett | 1 | -31/+219 | |
2009-04-14 | Rework trivial msrpc parser to use convert_string_talloc() | Andrew Bartlett | 1 | -21/+21 | |
Also avoid still string conversions when trying to match NTLMSSP in the header of the NTLMSSP packet. This also changes a few things to avoid const warnings. Andrew Bartlett | |||||
2009-04-14 | Move MSRPC-PARSE into the common libcli/auth | Andrew Bartlett | 3 | -6/+6 | |
This is a depenceny of smbencrypt.c | |||||
2009-04-14 | Move DRSUAPI per-attribute decryption into a common file | Andrew Bartlett | 9 | -347/+249 | |
This file (contining metze's decryption routines) is now also be used by Samba3's DRSUAPI implementation Andrew Bartlett | |||||
2009-04-14 | Move libcli/auth to the top level | Andrew Bartlett | 11 | -18/+14 | |
2009-04-14 | s3:charcnv remove now unused malloc() based conversion functions | Andrew Bartlett | 2 | -43/+0 | |
2009-04-14 | Add some harmless use of talloc_tos() in ntlm_auth | Andrew Bartlett | 2 | -5/+5 | |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 21 | -356/+190 | |
This removes calls to push_*_allocate() and pull_*_allocate(), as well as convert_string_allocate, as they are not in the common API To allow transition to a common charcnv in future, provide Samba4-like strupper functions in source3/lib/charcnv.c (the actual implementation remains distinct, but the API is now shared) Andrew Bartlett | |||||
2009-04-14 | Solve some of the conflict between Samba3 and Samba4 push_string | Andrew Bartlett | 8 | -53/+86 | |
This renames push_string in Samba3 into push_string_base and push_string_check for the two different use cases. This should allow push_string to be imported from Samba4, using it's calling conventions. | |||||
2009-04-14 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-devel | Andrew Bartlett | 4 | -41/+102 | |
2009-04-14 | s4:ldb Make it possible to re-run ldap.py again | Andrew Bartlett | 1 | -2/+6 | |
The parentGUID test didn't clean up after itself correctly. Andrew Bartlett | |||||
2009-04-13 | s3-rpcclient: add set_job command. | Günther Deschner | 1 | -0/+55 | |
Guenther | |||||
2009-04-13 | s4-smbtorture: fix two valgrind warnings. | Günther Deschner | 1 | -0/+2 | |
Guenther |