Age | Commit message (Expand) | Author | Files | Lines |
2008-05-27 | Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04. | Gerald (Jerry) Carter | 1 | -6/+7 |
2008-05-27 | wbinfo: prompt for password when none has been given. | Günther Deschner | 1 | -1/+18 |
2008-05-27 | drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4). | Günther Deschner | 1 | -1/+1 |
2008-05-27 | libwbclient: fix typo. | Günther Deschner | 1 | -1/+1 |
2008-05-27 | dsgetdcname: use family (instead of sa_family). | Günther Deschner | 1 | -1/+1 |
2008-05-27 | re-run make idl. | Günther Deschner | 2 | -4/+4 |
2008-05-27 | idl: avoid sa_family as it its a macro on IRIX. | Günther Deschner | 1 | -1/+1 |
2008-05-27 | doserr: add WERR_REVISION_MISMATCH. | Günther Deschner | 2 | -0/+2 |
2008-05-27 | loadparm: fix process_registry_shares() when there is only [global] in registry. | Michael Adam | 1 | -0/+2 |
2008-05-26 | Re-enable the evil "aio write behind" parameter. | Jeremy Allison | 1 | -0/+2 |
2008-05-26 | Remove unused function is_trusted_domain_situation(). | Michael Adam | 2 | -7/+0 |
2008-05-26 | winbind: correctly omit check for trusted domain support in cm_prepare_connec... | Michael Adam | 1 | -1/+1 |
2008-05-26 | passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash(). | Michael Adam | 1 | -1/+1 |
2008-05-26 | passdb: add comment explaining logic in get_trust_pw_clear(). | Michael Adam | 1 | -2/+16 |
2008-05-26 | passdb: in get_trust_pw_clear() correctly fail if trusted domains not supported | Michael Adam | 1 | -1/+5 |
2008-05-26 | Add function is_dc_trusted_domain_situation(). | Michael Adam | 2 | -3/+8 |
2008-05-26 | rpcclient: add drsuapi dsgetdcinfo call. | Günther Deschner | 1 | -0/+161 |
2008-05-26 | rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call. | Günther Deschner | 1 | -2/+8 |
2008-05-26 | re-run make idl. | Günther Deschner | 3 | -0/+419 |
2008-05-26 | idl: add drsuapi_DsGetDCInfoCtr3 used by w2k8. | Günther Deschner | 1 | -0/+25 |
2008-05-26 | rpcclient: simplify drsuapi dscracknames call slightly. | Günther Deschner | 1 | -15/+7 |
2008-05-26 | loadarm: fix testparm with "config backend = registry". | Michael Adam | 1 | -2/+3 |
2008-05-25 | Fix two c++ warnings | Volker Lendecke | 2 | -2/+3 |
2008-05-25 | Fix two bogus uninitalized variable warnings | Volker Lendecke | 1 | -1/+2 |
2008-05-25 | Fix a const warning | Volker Lendecke | 1 | -1/+2 |
2008-05-25 | Move ber_[read|write]_OID_String protypes to proto.h | Volker Lendecke | 2 | -3/+2 |
2008-05-25 | Remove some references to get_current_username() and current_user_info | Volker Lendecke | 7 | -25/+32 |
2008-05-25 | Remove the reference to current_user_info from share_access.c | Volker Lendecke | 6 | -21/+38 |
2008-05-25 | Remove reference to current_user_info from lanman.c | Volker Lendecke | 1 | -13/+13 |
2008-05-25 | Remove stuff from client_proto.h | Volker Lendecke | 1 | -404/+0 |
2008-05-24 | build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJ | Michael Adam | 1 | -10/+7 |
2008-05-24 | Add generated library symbols files to .gitignore | Michael Adam | 1 | -1/+4 |
2008-05-24 | build: remove PROTO_OBJ from Makefile.in - it is not needed any more | Michael Adam | 1 | -20/+0 |
2008-05-24 | rpc_open_tcp: now drsuapi is complete, we can use it in the test program. | Michael Adam | 1 | -6/+0 |
2008-05-24 | drsuapi: always use tcp for drsuapi. | Günther Deschner | 1 | -2/+36 |
2008-05-24 | drsuapi: add very basic drsuapi rpcclient command set. | Günther Deschner | 3 | -0/+114 |
2008-05-24 | drsuapi: fix the build. | Günther Deschner | 1 | -6/+6 |
2008-05-24 | Revert "drsuapi: fix the build." | Günther Deschner | 3 | -120/+6 |
2008-05-24 | drsuapi: fix the build. | Günther Deschner | 3 | -6/+120 |
2008-05-23 | drsuapi: add all code required for our drsuapi rpc client. | Günther Deschner | 12 | -3/+1373 |
2008-05-23 | Manually merge Steven Danneman's patch for SPNEGO auth to a trusted | Gerald W. Carter | 3 | -26/+31 |
2008-05-23 | Manually port Steven Dannenman fix for using the correct machine domain when | Gerald W. Carter | 2 | -6/+6 |
2008-05-23 | build: make sure LIBWBCLIENT_*_TARGET is never empty | Stefan Metzmacher | 1 | -4/+4 |
2008-05-23 | libwbclient: add wbcLibraryDetails() | Stefan Metzmacher | 2 | -0/+38 |
2008-05-23 | libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHS | Stefan Metzmacher | 3 | -5/+5 |
2008-05-23 | build: add symbol versioning when we build with gnu ld | Stefan Metzmacher | 6 | -16/+69 |
2008-05-23 | build: autogenerate exports/libwbclient.syms | Stefan Metzmacher | 3 | -8/+16 |
2008-05-23 | build: autogenerate exports/libtalloc.syms | Stefan Metzmacher | 2 | -11/+10 |
2008-05-23 | build: pass .syms extention via @SYMSEXT@ from configure | Stefan Metzmacher | 2 | -3/+7 |
2008-05-23 | Fix a (bogus) uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |