Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-15 | s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing failure. | Günther Deschner | 1 | -1/+3 | |
When parsing a SPNEGO session setup retry (falling back from KRB5 to NTLMSSP), we failed to parse the ASN1_ENUMERATED negResult in the negTokenTarg, thus failing spnego_parse_auth() completely. By just using the shared spnego/asn1 code, we get the parsing the correct way. Guenther | |||||
2009-10-13 | s3-winbindd: add wbint_ChangeMachineAccount implementation. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-10-09 | s3: make linking of libwbclient --as-needed safe | Björn Jacke | 1 | -1/+1 | |
Partly fixes #6791. Thanks to Buchan Milne! | |||||
2009-10-04 | s3:Makefile: another attempt to fix the wbclient dependency | Björn Jacke | 1 | -32/+31 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | s3:Makefile: another attempt to fix the netapi dependency | Björn Jacke | 1 | -3/+2 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | s3:Makefile: another attempt to fix the tdb dependency | Björn Jacke | 1 | -57/+56 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | s3:Makefile: another attempt to fix the talloc dependency | Björn Jacke | 1 | -66/+65 | |
in the dependencies we always used a variable that was not jet defined. | |||||
2009-10-04 | Revert "s3:Makefile: fix talloc dependencies with static build (2nd try)" | Björn Jacke | 1 | -64/+65 | |
This reverts commit b60d87c20712bd3d83166bd13fe1d2bab0315609. | |||||
2009-10-04 | Revert "s3:Makefile: fix libtdb dependencies with static build" | Björn Jacke | 1 | -55/+56 | |
This reverts commit da15726630b0f796aef52a20d96898e269058456. | |||||
2009-10-04 | Revert "s3:Makefile: fix libwbclient dependencies with static build" | Björn Jacke | 1 | -30/+31 | |
This reverts commit d7795f2afa3779399fe9e7b4f050d19a412f8bcd. | |||||
2009-10-04 | Revert "s3:Makefile: fix libnetapi dependencies with static build" | Björn Jacke | 1 | -1/+2 | |
This reverts commit 110897a057af01f3c01a1783e06080b54631ba2d. | |||||
2009-10-03 | s3:Makefile: minor clean up | Björn Jacke | 1 | -2/+0 | |
2009-10-03 | s3:Makefile: fix libnetapi dependencies with static build | Björn Jacke | 1 | -2/+1 | |
analogical to previous libtalloc fix | |||||
2009-10-03 | s3:Makefile: eventlogadm dependency cleanup | Björn Jacke | 1 | -2/+2 | |
no need to link against popt lib | |||||
2009-10-03 | s3:Makefile: fix libwbclient dependencies with static build | Björn Jacke | 1 | -31/+30 | |
analogical to previous libtalloc fix | |||||
2009-10-03 | s3:Makefile: fix libtdb dependencies with static build | Björn Jacke | 1 | -56/+55 | |
analogical to previous libtalloc fix | |||||
2009-10-03 | s3:Makefile: fix talloc dependencies with static build (2nd try) | Björn Jacke | 1 | -65/+64 | |
When configure options --with-libtalloc=no --enable-shared-libs=no are used, LIBTALLOC_TARGET stays empty. Actually LIBTALLOC_TARGET which is only used for Makefile dependencies is obsolete as LIBTALLOC contains exactly the targets that we depend on, libtalloc finally is the target to depend on. | |||||
2009-10-03 | Revert "s3:Makefile: fix talloc dependencies with static build" | Björn Jacke | 1 | -64/+65 | |
This reverts commit 2af2334522bc3d2c44bdcf7c9f1e80d2bcbf2024. a more correct way to fix the libtalloc dependencies follows | |||||
2009-10-03 | s3:Makefile: libsmbsharemode dependency cleanup | Björn Jacke | 1 | -1/+0 | |
no need to link against ldap and krb5 libs | |||||
2009-10-03 | s3:Makefile: net utility dependency cleanup | Björn Jacke | 1 | -1/+1 | |
no need to link against iniparser lib | |||||
2009-10-01 | s3:Makefile: fix talloc dependencies with static build | Björn Jacke | 1 | -65/+64 | |
When configure options --with-libtalloc=no --enable-shared-libs=no are used, LIBTALLOC_TARGET stays empty. Actually LIBTALLOC_TARGET which is only used for Makefile dependencies is obsolete as LIBTALLOC contains exactly the targets that make the dependencies are. Obnox, pleaѕe check! | |||||
2009-10-01 | s3: add perfcount idl and generated files. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-10-01 | s3-registry: move rpccli_winreg_Connect to the only file it belongs. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-09-29 | s3: Remove the lua interpreter again | Volker Lendecke | 1 | -85/+3 | |
This was meant to support async winbind. But as the hairy parts of async winbind (getgrent) are done without it, it can go again. | |||||
2009-09-23 | build: add datadir to "make showlayout" | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-09-17 | spnego: share spnego_parse. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-09-16 | schannel: fully share schannel sign/seal between s3 and 4. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-09-16 | lib/crypto: add aes encryption routines to main cryto lib. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-09-15 | libcli:nbt make the lmhosts parsing code and dependicies common | Andrew Bartlett | 1 | -1/+1 | |
This starts the process to have Samba4 use lmhosts. Andrew Bartlett | |||||
2009-09-08 | schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs. | Günther Deschner | 1 | -0/+1 | |
These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther | |||||
2009-09-07 | Add read() to socketwrapper. Metze please check. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-09-07 | s3:winbind: Convert WINBINDD_SET_HWM to the new API | Volker Lendecke | 1 | -1/+1 | |
2009-09-07 | s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-09-07 | s3:winbind: Convert WINBINDD_SET_MAPPING to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-09-07 | s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Convert WINBINDD_LIST_GROUPS to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Convert WINBINDD_LIST_USERS to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Convert the getgrent functions to the new API | Volker Lendecke | 1 | -0/+3 | |
2009-08-29 | s3:winbind: Add async wb_next_grent | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Convert the GETDCNAME routines to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Add async wb_dsgetdcname | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Convert winbindd_dsgetdcname to the new API | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Convert the GETPWENT routines to the new API | Volker Lendecke | 1 | -0/+3 | |
2009-08-29 | s3:winbind: Add async next_pwent | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Add async fill_pwent | Volker Lendecke | 1 | -0/+1 | |
2009-08-29 | s3:winbind: Add async query_user_list | Volker Lendecke | 1 | -0/+1 | |
2009-08-28 | s3-ntlmssp: use generated ntlmssp code for debugging purpose. | Günther Deschner | 1 | -1/+6 | |
Guenther |