Age | Commit message (Expand) | Author | Files | Lines |
2008-04-12 | rerun 'make idl' | Stefan Metzmacher | 3 | -0/+95 |
2008-04-12 | messaging.idl: add structure to marshall dbwrap_tdb2 changes | Stefan Metzmacher | 1 | -0/+15 |
2008-04-12 | messaging: add MSG_DBWRAP_TDB2_CHANGES flag | Stefan Metzmacher | 1 | -0/+3 |
2008-04-12 | messaging: add FLAG_MSG_DBWRAP message class flag | Stefan Metzmacher | 2 | -0/+4 |
2008-04-11 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 3 | -84/+88 |
2008-04-11 | Fix bug #5386, don't keep printing the same waiting | Jeremy Allison | 1 | -3/+6 |
2008-04-12 | build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ | Michael Adam | 1 | -1/+1 |
2008-04-12 | build: move SECRETS_OBJ into LIBSMB_ERR_OBJ. | Michael Adam | 1 | -3/+3 |
2008-04-12 | build: move SECRETS_OBJ into LIBSMB_OBJ | Michael Adam | 1 | -45/+41 |
2008-04-12 | build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ) | Michael Adam | 1 | -6/+10 |
2008-04-12 | registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.c | Michael Adam | 2 | -7/+10 |
2008-04-12 | build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJ | Michael Adam | 1 | -17/+17 |
2008-04-12 | build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differently | Michael Adam | 1 | -35/+36 |
2008-04-11 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 7 | -21/+23 |
2008-04-11 | Quieten valgrind message on make valgrindtest. This doesn't | Jeremy Allison | 1 | -0/+5 |
2008-04-12 | libnetapi: fix dependency problem by linking libnetapi statically (internally) | Michael Adam | 1 | -0/+7 |
2008-04-12 | libnetapi: fix interactive logging by preventing setup_logging from closing s... | Michael Adam | 1 | -0/+3 |
2008-04-12 | util_tdb: fix a segfault caused by a fatal typo. | Michael Adam | 1 | -1/+1 |
2008-04-11 | update WHATSNEW | Michael Adam | 1 | -0/+9 |
2008-04-11 | Remove a redundant TALLOC_FREE | Volker Lendecke | 1 | -1/+0 |
2008-04-11 | Remove some write-only fstrings | Volker Lendecke | 2 | -19/+3 |
2008-04-11 | net: 'net' doesn't need wb_common.o anymore. | Stefan Metzmacher | 1 | -1/+1 |
2008-04-11 | nsswitch: remove unused nsswitch/wb_client.c | Stefan Metzmacher | 2 | -97/+1 |
2008-04-11 | net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions | Stefan Metzmacher | 1 | -19/+27 |
2008-04-11 | libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functions | Stefan Metzmacher | 2 | -0/+157 |
2008-04-11 | libsmbconf: don't mark the API as "subject to change" any longer. | Michael Adam | 1 | -4/+0 |
2008-04-11 | Cleanup size_t return values in convert_string_allocate | Tim Prouty | 6 | -76/+91 |
2008-04-11 | Fix bug 5366 | Volker Lendecke | 1 | -1/+6 |
2008-04-11 | test: not only pretend to call smbconftort - really do it :-} | Michael Adam | 1 | -1/+1 |
2008-04-11 | some shells are pickier than others ... | Björn Jacke | 1 | -1/+1 |
2008-04-10 | Use libnetapi_open_pipe in netapi functions. | Günther Deschner | 4 | -48/+27 |
2008-04-10 | Add libnetapi_open_pipe, inspired by the cli_cm_ interface. | Günther Deschner | 2 | -0/+114 |
2008-04-10 | Use libnetapi_open_ipc_connection in libnetapi. | Günther Deschner | 5 | -180/+33 |
2008-04-10 | Fix one missing netapi_private header. | Günther Deschner | 1 | -2/+2 |
2008-04-10 | Split out private headers in libnetapi. | Günther Deschner | 7 | -8/+80 |
2008-04-10 | Add very basic cli_cm_* based connection handler to libnetapi. | Günther Deschner | 2 | -0/+76 |
2008-04-10 | Use SERVER_INFO_1005 in libnetapi. | Günther Deschner | 3 | -11/+11 |
2008-04-10 | Re-run make idl. | Günther Deschner | 3 | -0/+37 |
2008-04-10 | Add SERVER_INFO_1005 to libnetapi.idl. | Günther Deschner | 1 | -0/+4 |
2008-04-10 | Fix typo. | Günther Deschner | 1 | -1/+1 |
2008-04-10 | Add some more cli_cm_set_X functions. | Günther Deschner | 1 | -1/+52 |
2008-04-10 | Add MAX_NERR define. | Günther Deschner | 1 | -0/+4 |
2008-04-10 | Fix the last reported debian problem with nmbd not waiting | Jeremy Allison | 1 | -10/+22 |
2008-04-10 | winbindd: only call winbindd_validate_cache when not in offline logon mode. | Michael Adam | 2 | -20/+17 |
2008-04-10 | Also accept 0x15 getdc replies | Volker Lendecke | 1 | -19/+22 |
2008-04-10 | objectclass -> objectClass | Karolin Seeger | 1 | -3/+3 |
2008-04-10 | fix some extrasemi compile warnings | Björn Jacke | 3 | -4/+4 |
2008-04-10 | Fix typo. | Karolin Seeger | 1 | -1/+1 |
2008-04-10 | net conf: use talloc and talloc_strdup_lower throughout all net conf functions. | Michael Adam | 1 | -17/+59 |
2008-04-10 | net conf: implement "net conf delincludes". | Michael Adam | 1 | -0/+40 |