Age | Commit message (Expand) | Author | Files | Lines |
2008-01-14 | Re-run make idl for new lsa calls. | Günther Deschner | 3 | -2/+102 |
2008-01-14 | Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2. | Günther Deschner | 1 | -2/+10 |
2008-01-14 | Remove more redundant lsa parsing functions. | Günther Deschner | 2 | -372/+0 |
2008-01-14 | Fix rpcclient display_trust_dom_info(). | Günther Deschner | 1 | -1/+1 |
2008-01-14 | Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trusted | Günther Deschner | 1 | -8/+14 |
2008-01-14 | Remove some more hand written LSA rpc. | Günther Deschner | 2 | -111/+6 |
2008-01-14 | Start removing hand-written lsa marshalling code (namely | Günther Deschner | 3 | -307/+0 |
2008-01-14 | Use some more pidl generated LSA rpc in rpcclient. | Günther Deschner | 1 | -59/+46 |
2008-01-14 | Fix "make test_shlibs": it showed unresolved symbols for -lwbclient. | Michael Adam | 1 | -4/+7 |
2008-01-14 | Revert ""make test_shlibs" shows unresolved symbols for -lwbclient." | Günther Deschner | 1 | -2/+1 |
2008-01-14 | "make test_shlibs" shows unresolved symbols for -lwbclient. | Günther Deschner | 1 | -1/+2 |
2008-01-14 | samba3 already has tdb_validate() | Andrew Tridgell | 2 | -43/+0 |
2008-01-14 | merged tdb fix from ctdb tree | Andrew Tridgell | 3 | -0/+123 |
2008-01-14 | Reset the failed counter in test_wbinfo_s3.sh. | Michael Adam | 1 | -0/+2 |
2008-01-13 | Fix a syntax error in script/tests/test_local_s3.sh . | Michael Adam | 1 | -1/+1 |
2008-01-13 | Add and modify comments in net_conf.c | Michael Adam | 1 | -8/+42 |
2008-01-13 | Add explicit creation of shares to net conf import function. | Michael Adam | 1 | -0/+4 |
2008-01-13 | Make use of the new libnet_conf_delete_global_parameter() function. | Michael Adam | 1 | -1/+1 |
2008-01-13 | Add a function libnet_conf_delete_global_parameter() to libnet_conf.c | Michael Adam | 1 | -0/+21 |
2008-01-13 | Add a function libnet_conf_get_global_parameter() to libnet_conf.c | Michael Adam | 1 | -0/+25 |
2008-01-13 | Move libnet_conf_set_global_parameter() inside libnet_conf.c | Michael Adam | 1 | -30/+23 |
2008-01-13 | Add a comment header to libnet_conf_set_global_parameter(). | Michael Adam | 1 | -0/+6 |
2008-01-13 | Add auto-adding of [global] to libnet_conf_set_global_parameter(). | Michael Adam | 1 | -1/+12 |
2008-01-13 | Remove auto-generation of missing share from libnet_conf_set_parameter(). | Michael Adam | 1 | -4/+2 |
2008-01-13 | Fix smbc_listxattr() and friends (bug #5189) | Derrell Lipman | 2 | -5/+8 |
2008-01-13 | Fix the max_dead_record calculations | Volker Lendecke | 1 | -4/+1 |
2008-01-13 | Fix Compiler warnings by including the proper header. | Michael Adam | 1 | -2/+1 |
2008-01-13 | Introduce a libnet_conf context created by libnet_conf_open(). | Michael Adam | 6 | -128/+328 |
2008-01-13 | idl: Replace non-standard "declare" keyword with typedef and regenerate. | Jelmer Vernooij | 17 | -58/+97 |
2008-01-12 | Don't early delete the share mode tdb data | Volker Lendecke | 1 | -2/+0 |
2008-01-12 | Trivial simplification | Volker Lendecke | 1 | -5/+1 |
2008-01-12 | Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2008-01-12 | Get the inbuf on talloc_tos() | Volker Lendecke | 1 | -1/+1 |
2008-01-12 | Convert OpenDir to talloc, use talloc_tos() | Volker Lendecke | 3 | -76/+61 |
2008-01-12 | Restructure dbwrap_rbt | Volker Lendecke | 1 | -59/+127 |
2008-01-12 | One more empty line | Volker Lendecke | 1 | -2/+2 |
2008-01-12 | delete on close even prevents stat opens | Volker Lendecke | 1 | -6/+6 |
2008-01-12 | There's no point in calling FLOCK on a non-existing fd | Volker Lendecke | 1 | -7/+9 |
2008-01-12 | CID 458. Don't leak dlopen handles on failing to load | Jeremy Allison | 1 | -0/+2 |
2008-01-12 | Fix CID 469. new_acct can't be NULL here. | Jeremy Allison | 1 | -2/+1 |
2008-01-12 | Fix CID 470. resolve_order can't be NULL here so simplify code. | Jeremy Allison | 1 | -10/+3 |
2008-01-11 | Fix CID 475. work should not be checked against NULL | Jeremy Allison | 1 | -2/+2 |
2008-01-11 | Fix CID 476. Ensure a valid pac_data pointer is always passed to | Jeremy Allison | 3 | -5/+4 |
2008-01-11 | Coverity 512, uninitialized var. | Jeremy Allison | 1 | -2/+2 |
2008-01-11 | Stop Coverity complaining about uninitialized variables. | Jeremy Allison | 1 | -3/+3 |
2008-01-11 | Fix CID 498. Ensure we don't prs_mem_free an uninitialized | Jeremy Allison | 1 | -1/+6 |
2008-01-11 | Fix CID 505 - don't copy uninitialized memory. | Jeremy Allison | 1 | -0/+1 |
2008-01-11 | Fix CID 523 - wrong null deref check. | Jeremy Allison | 1 | -1/+1 |
2008-01-11 | Fix CID 524 - reference before allocation fail null check. | Jeremy Allison | 1 | -1/+1 |
2008-01-11 | Ensure we don't access an uninitialized variable | Jeremy Allison | 1 | -1/+1 |