summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:registry:reg_objects: add regval_ctr_get_seqnum()Michael Adam2010-05-252-0/+10
* s3:registry:reg_objects: add regval_ctr_init()Michael Adam2010-05-252-0/+18
* s3:registry: move definition of registry_hook to reg_init_full.c - it's only ...Michael Adam2010-05-252-5/+5
* s3:registry: extract registry_pull/push_value prototypes into own headerMichael Adam2010-05-256-10/+36
* s3:registry: rename lib/util_reg_api.c to registry/reg_util_marshalling.cMichael Adam2010-05-252-2/+3
* s3:registry: rename reg_util.{c,h} to reg_util_internal.{c,h}Michael Adam2010-05-258-7/+7
* s3:registry: move prototype registry_create_admin_token() to new header reg_u...Michael Adam2010-05-255-2/+29
* s3:registry: move registry_create_admin_token() to new reg_util_token.cMichael Adam2010-05-253-38/+59
* s3:registry: extract reg_eventlog prototypes to header of their ownMichael Adam2010-05-255-6/+32
* s3:registry: extract reg_perfcount prototypes into header of their own.Michael Adam2010-05-257-10/+38
* s3:registry: extraxt the reg_dispatcher prototypes into their own header.Michael Adam2010-05-255-22/+47
* s3:registry: extract the reg_backend_db prototypes into their own header.Michael Adam2010-05-2512-18/+51
* s3:registry: adapt callers of regval_ctr_addvalue to uint8 * instead of char *Michael Adam2010-05-2511-49/+49
* s3:registry: fix regval_ctr_addvalue() to take data as uint8 *, not char *.Michael Adam2010-05-252-5/+5
* s3:registry: fix data_p arg of regval_compose to be uint8 * instead of char *Michael Adam2010-05-252-2/+2
* s3:registry: extract the reg_util prototypes into their own header.Michael Adam2010-05-258-8/+35
* s3:registry: remove superfluous comments from registry.hMichael Adam2010-05-251-28/+0
* s3:registry: extract the reg_util_legacy prototypes into their own header.Michael Adam2010-05-254-8/+47
* s3:registry: extract the reg_cachehook prototypes into their own header.Michael Adam2010-05-257-8/+34
* s3:registry: protect registry.h from multiple inclusionMichael Adam2010-05-251-0/+4
* s3:registry: add C to reg_cachehook, confessing considerable changes in 2008Michael Adam2010-05-251-0/+1
* s3:fix configure after change "add Werror_FLAGS for IBM's xlc"Michael Adam2010-05-251-0/+1
* s3: fix the configure runBjörn Jacke2010-05-251-1/+0
* s3:configure: turn "error warnings" into errorsBjörn Jacke2010-05-241-1/+1
* s3:configure: add Werror_FLAGS for IBM's xlcBjörn Jacke2010-05-241-2/+14
* s3: major overhaul of compiler and linker flags for HP-UX buildsBjörn Jacke2010-05-241-9/+27
* s3:Makefile: set PIE flags also for nss_winbindBjörn Jacke2010-05-241-1/+1
* s3:build: remove CFLAGS from LDSHFLAGS, SHLD has them alreadyBjörn Jacke2010-05-241-4/+1
* s3:Makefile: position independency is also needed for shared libsBjörn Jacke2010-05-241-2/+2
* s3:build: don't use pieflags twice - ldflags already have themBjörn Jacke2010-05-241-2/+2
* s3: Another non-gnumake fixVolker Lendecke2010-05-231-6/+7
* s3: Factor out compiler-independent definesVolker Lendecke2010-05-231-1/+3
* s3: Next step to fix the build on OpenSolarisVolker Lendecke2010-05-231-0/+1
* s3: Attempt to fix the non-gnumake buildVolker Lendecke2010-05-221-1/+2
* s3: Remove unreachable codeVolker Lendecke2010-05-221-1/+0
* If using fake oplocks, use the correct SMB2 type code for "no oplock".Jeremy Allison2010-05-211-1/+1
* Don't forget brackets around bitwise tests.Jeremy Allison2010-05-211-1/+1
* Make DFS work over SMB2.Jeremy Allison2010-05-215-17/+49
* Fix bug #7448 - smbd crash when sambaLMPassword and sambaNTPassword entries m...Roel van Meer2010-05-211-0/+3
* Make krb5 over SMB2 identical to the way we handle it in SMB1.Jeremy Allison2010-05-211-2/+50
* Set SMB2 max read/write/trans sizes to Win7 compatible - 1Mb.Jeremy Allison2010-05-211-3/+3
* s3: added support for fake oplocks in SMB2.Ira Cooper2010-05-211-2/+14
* s3-net: fix net_ads_gpo() for non-ads case.Günther Deschner2010-05-211-1/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-21120-1284/+1277
* s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett2010-05-219-324/+324
* s3: registry: add tests with empty valuenameGregor Beck2010-05-211-13/+25
* s3: registry: let test_setvalue use getvalueraw instead of enumerateGregor Beck2010-05-211-22/+6
* s3: registry: fix query empty valuenamesGregor Beck2010-05-211-1/+1
* s3-waf: Actually make --with/--without-swat workKai Blin2010-05-212-1/+4
* s3-waf: Really disable winbindd build when --without-winbind is specifiedKai Blin2010-05-212-1/+2