Age | Commit message (Expand) | Author | Files | Lines |
2008-02-28 | Let dsgetdcname() return a struct netr_DsRGetDCNameInfo. | Günther Deschner | 5 | -94/+87 |
2008-02-28 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -0/+2 |
2008-02-28 | Updated comments on the encryption support. | Jeremy Allison | 1 | -6/+4 |
2008-02-28 | WHATSNEW: add another change. | Michael Adam | 1 | -0/+2 |
2008-02-28 | WHATSNEW: add two more items to my changes. | Michael Adam | 1 | -0/+3 |
2008-02-28 | WHATSNEW: Also merge changes in "Major enhancements" section from v3-2-stable. | Michael Adam | 1 | -0/+2 |
2008-02-28 | WHATSNEW: give a new date for the upcoming prerelease. | Michael Adam | 1 | -1/+1 |
2008-02-28 | WHATSNEW: Fix spacings | Michael Adam | 1 | -14/+14 |
2008-02-28 | WHATSNEW: fix a typo and spacings | Michael Adam | 1 | -1/+1 |
2008-02-28 | WHATSNEW: Merge additions from v3-2-stable's WHATSNEW. :-} | Michael Adam | 1 | -0/+91 |
2008-02-28 | WHATSNEW: Move Volker's post pre1 changes to the appropriate section. | Michael Adam | 1 | -4/+7 |
2008-02-28 | WHATSNEW: adapt section on registry configuration to new facts. | Michael Adam | 1 | -3/+6 |
2008-02-28 | Remove a useless variable. | Michael Adam | 1 | -2/+1 |
2008-02-28 | Use libnet_Unjoin() for "net ads leave". | Günther Deschner | 1 | -47/+37 |
2008-02-28 | Store domain_is_ad info as early as possible in libnetjoin. | Günther Deschner | 1 | -1/+16 |
2008-02-28 | Check for mandatory domain name in libnetjoin/unjoin. | Günther Deschner | 1 | -1/+8 |
2008-02-28 | Delete affinity cache entries while unjoining with libnetunjoin. | Günther Deschner | 1 | -2/+14 |
2008-02-28 | Fill in machine account manipulation flags while unjoining in libnetunjoin. | Günther Deschner | 1 | -0/+8 |
2008-02-28 | Add preliminary libnet_join_post_verify call to libnetjoin. | Günther Deschner | 1 | -0/+131 |
2008-02-28 | Re-run make idl. | Günther Deschner | 3 | -5/+5 |
2008-02-28 | Add disabled_machine_account and deleted_machine_accoutn flags to libnetunjoin. | Günther Deschner | 1 | -1/+3 |
2008-02-28 | Merge all connect ads calls into libnet_join_post_processing_ads(). | Günther Deschner | 1 | -21/+7 |
2008-02-28 | Use W_ERROR_NOT_OK_GOTO_DONE macro in libnetjoin. | Günther Deschner | 1 | -19/+15 |
2008-02-28 | Add noopnum to libnet join/unjoin calls. | Günther Deschner | 1 | -2/+2 |
2008-02-28 | Some cosmetics for net_derive_salting_principal(). | Günther Deschner | 1 | -3/+1 |
2008-02-28 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -5/+5 |
2008-02-28 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -4/+5 |
2008-02-28 | WHATSNEW: Fix some typos. | Karolin Seeger | 1 | -5/+5 |
2008-02-28 | Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing against | Jeremy Allison | 2 | -1/+27 |
2008-02-28 | WHATSNEW: Add new parameter 'config backend'. | Karolin Seeger | 1 | -4/+5 |
2008-02-28 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 2 | -11/+38 |
2008-02-28 | Remove my change | Jeremy Allison | 1 | -6/+7 |
2008-02-28 | Fix debug %lu message. | Jeremy Allison | 1 | -2/+2 |
2008-02-28 | Move my changes to the right section in WHATSNEW. | Karolin Seeger | 1 | -4/+9 |
2008-02-28 | Ups... Sorry! | Karolin Seeger | 1 | -1/+1 |
2008-02-28 | Fix segfault in _srv_net_file_enum. | Günther Deschner | 1 | -6/+9 |
2008-02-28 | Update WHATSNEW.txt with my changes for 3.2.0pre2 | Stefan Metzmacher | 1 | -0/+19 |
2008-02-28 | call libnet_conf_get_seqnum() just once and fix compiler warnings | Stefan Metzmacher | 1 | -6/+7 |
2008-02-28 | Add my changes to WHATSNEW. | Karolin Seeger | 1 | -1/+5 |
2008-02-28 | WHATSNEW: Added Kai's commits. | Kai Blin | 1 | -2/+7 |
2008-02-28 | Remove unused marshalling for SVCCTL_SET_SERVICE_SEC. | Günther Deschner | 2 | -71/+0 |
2008-02-28 | Use pidl for _svcctl_SetServiceObjectSecurity(). | Günther Deschner | 2 | -28/+13 |
2008-02-28 | Re-run make idl. | Günther Deschner | 4 | -0/+58 |
2008-02-28 | Fill in IDL for svcctl_SetServiceObjectSecurity. | Günther Deschner | 1 | -0/+4 |
2008-02-28 | Remove unused marshalling for SVCCTL_QUERY_SERVICE_SEC. | Günther Deschner | 2 | -65/+0 |
2008-02-28 | Use pidl for _svcctl_QueryServiceObjectSecurity(). | Günther Deschner | 2 | -32/+18 |
2008-02-28 | Re-run make idl. | Günther Deschner | 5 | -0/+103 |
2008-02-28 | Fill in IDL for svcctl_QueryServiceObjectSecurity. | Günther Deschner | 1 | -0/+5 |
2008-02-27 | Add some entries to WHATSNEW | Volker Lendecke | 1 | -0/+5 |
2008-02-27 | remove unused unixinfo.idl and generated files | Stefan Metzmacher | 9 | -1393/+2 |