summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-12groupdb: make mapping_tdb compatible to mapping_ldbStefan Metzmacher1-1/+1
2008-04-12groupdb: readd groupdb:backend parametric optionStefan Metzmacher1-2/+20
2008-04-12dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbinddStefan Metzmacher4-3/+23
2008-04-12dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"Stefan Metzmacher1-2/+57
2008-04-12dbwrap: add dbwrap_tdb2 backendStefan Metzmacher3-1/+1275
2008-04-12rerun 'make idl'Stefan Metzmacher3-0/+95
2008-04-12messaging.idl: add structure to marshall dbwrap_tdb2 changesStefan Metzmacher1-0/+15
2008-04-12messaging: add MSG_DBWRAP_TDB2_CHANGES flagStefan Metzmacher1-0/+3
2008-04-12messaging: add FLAG_MSG_DBWRAP message class flagStefan Metzmacher2-0/+4
2008-04-11Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison3-84/+88
2008-04-11Fix bug #5386, don't keep printing the same waitingJeremy Allison1-3/+6
2008-04-12build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJMichael Adam1-1/+1
2008-04-12build: move SECRETS_OBJ into LIBSMB_ERR_OBJ.Michael Adam1-3/+3
2008-04-12build: move SECRETS_OBJ into LIBSMB_OBJMichael Adam1-45/+41
2008-04-12build: regroup LIBSMB objects to for a smallest linkable uint (LIBSMB_ERR_OBJ)Michael Adam1-6/+10
2008-04-12registry: move normalize_dbkey() from lib/util_reg.c to registry/reg_util.cMichael Adam2-7/+10
2008-04-12build: group RPC_PARSE_OBJ1 with LIBSAMBA_OBJMichael Adam1-17/+17
2008-04-12build: group NTERR/DOSERR/ERRORMAP and LIBSAMBA object differentlyMichael Adam1-35/+36
2008-04-11Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison6-21/+14
2008-04-11Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison1-0/+5
2008-04-12libnetapi: fix dependency problem by linking libnetapi statically (internally)Michael Adam1-0/+7
2008-04-12libnetapi: fix interactive logging by preventing setup_logging from closing s...Michael Adam1-0/+3
2008-04-12util_tdb: fix a segfault caused by a fatal typo.Michael Adam1-1/+1
2008-04-11Remove a redundant TALLOC_FREEVolker Lendecke1-1/+0
2008-04-11Remove some write-only fstringsVolker Lendecke2-19/+3
2008-04-11net: 'net' doesn't need wb_common.o anymore.Stefan Metzmacher1-1/+1
2008-04-11nsswitch: remove unused nsswitch/wb_client.cStefan Metzmacher2-97/+1
2008-04-11net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher1-19/+27
2008-04-11libwbclient: add wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2-0/+157
2008-04-11libsmbconf: don't mark the API as "subject to change" any longer.Michael Adam1-4/+0
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty6-76/+91
2008-04-11Fix bug 5366Volker Lendecke1-1/+6
2008-04-11test: not only pretend to call smbconftort - really do it :-}Michael Adam1-1/+1
2008-04-11some shells are pickier than others ...Björn Jacke1-1/+1
2008-04-10Use libnetapi_open_pipe in netapi functions.Günther Deschner4-48/+27
2008-04-10Add libnetapi_open_pipe, inspired by the cli_cm_ interface.Günther Deschner2-0/+114
2008-04-10Use libnetapi_open_ipc_connection in libnetapi.Günther Deschner5-180/+33
2008-04-10Fix one missing netapi_private header.Günther Deschner1-2/+2
2008-04-10Split out private headers in libnetapi.Günther Deschner7-8/+80
2008-04-10Add very basic cli_cm_* based connection handler to libnetapi.Günther Deschner2-0/+76
2008-04-10Use SERVER_INFO_1005 in libnetapi.Günther Deschner3-11/+11
2008-04-10Re-run make idl.Günther Deschner3-0/+37
2008-04-10Add SERVER_INFO_1005 to libnetapi.idl.Günther Deschner1-0/+4
2008-04-10Fix typo.Günther Deschner1-1/+1
2008-04-10Add some more cli_cm_set_X functions.Günther Deschner1-1/+52
2008-04-10Add MAX_NERR define.Günther Deschner1-0/+4
2008-04-10Fix the last reported debian problem with nmbd not waitingJeremy Allison1-10/+22
2008-04-10winbindd: only call winbindd_validate_cache when not in offline logon mode.Michael Adam2-20/+17
2008-04-10Also accept 0x15 getdc repliesVolker Lendecke1-19/+22
2008-04-10objectclass -> objectClassKarolin Seeger1-3/+3