summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:registry/tests/generic.c - fix the DWORD_* types test to work also against...Matthias Dieter Wallnöfer2010-03-291-6/+6
* s4:registry/ldb.c - Break with "NULL" as an error case when the data doesn't ...Matthias Dieter Wallnöfer2010-03-291-2/+5
* s4:registry/ldb.c - Always check the "name" attribute for != NULLMatthias Dieter Wallnöfer2010-03-291-2/+22
* s4:registry - move the UTF16 length calculation for "reg_key_get_info" into t...Matthias Dieter Wallnöfer2010-03-292-8/+9
* s4:registry/util.c - fix indentationMatthias Dieter Wallnöfer2010-03-291-2/+2
* registry: Fix compilation.Jelmer Vernooij2010-03-293-9/+5
* Revert reordering from commit 51bedf939568717424edd7732e1e315faa333849Wilco Baan Hofman2010-03-291-3/+3
* Revert "s4:registry - util.c - add harder checks for inputs on "reg_val_data_...Wilco Baan Hofman2010-03-291-15/+11
* Revert "s4:registry - util.c - move the "REG_NONE" case in the conversion fun...Wilco Baan Hofman2010-03-291-6/+6
* Revert "s4:registry - util.c - treat unsupported and binary values as the sam...Wilco Baan Hofman2010-03-291-6/+18
* Revert "s4:registry - adaptions for "add memory contexts for delete value/key...Wilco Baan Hofman2010-03-291-2/+5
* Revert "s4:registry - "util" - make "reg_key_add_abs" consistent with "reg_ke...Wilco Baan Hofman2010-03-291-6/+9
* Revert of commit 5b6ad54f43741c0c25b35e44cafe5fed352ff133 in registry.hWilco Baan Hofman2010-03-291-2/+1
* Remove incorrect const, something that was correct in commit 9c3e6249fd984b82...Wilco Baan Hofman2010-03-291-2/+2
* Revert "s4:registry - "util" - remove "const" from "reg_abs_path""Wilco Baan Hofman2010-03-291-3/+3
* ldap.py: Fix syntax error.Jelmer Vernooij2010-03-291-1/+1
* python: Fix rule for generating docs using pydoctor.Jelmer Vernooij2010-03-292-7/+5
* s4-python: Simplify mechanism for finding included Python modules.Jelmer Vernooij2010-03-293-33/+17
* s4-python: Move dnspython to lib/, like the other Python modulesJelmer Vernooij2010-03-29116-16854/+8
* s4-python: Format to PEP8, simplify tests.Jelmer Vernooij2010-03-295-124/+106
* s4:torture/rpc/samba3rpc.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-9/+143
* s4:libnet/libnet_passwd.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+36
* s4:libnet/libnet_samsync.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+3
* s4:libnet/libnet_join.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-0/+30
* s4:libcli/util/clilsa.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-3/+31
* s4:torture/rpc/lsa.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-306/+361
* s4:torture/rpc/samr.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-582/+745
* s4:torture/rpc/handles.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-39/+61
* s4:torture/rpc/samr_accessmask.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-47/+83
* s4:torture/rpc/samsync.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-120/+142
* s4:torture/rpc/samlogon.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-8/+41
* s4:torture/rpc/netlogon.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-98/+116
* s4:torture/rpc/lsa_lookup.c:add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-10/+18
* s4:torture/libnet:add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-295-207/+223
* s4:torture/rpc/schannel.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-23/+25
* s4:torture/rpc/remote_pac.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-10/+15
* s4:torture/rpc/testjoin.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-6/+47
* s4:torture/rpc/session_key.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-10/+15
* s4:torture/rpc/eventlog.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-23/+57
* s4:torture/rpc/unixinfo.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-12/+13
* s4:torture/ntp: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-6/+10
* s4:torture/rpc/atsvc.c: add explicit check for NTSTATUS r.out.resultGünther Deschner2010-03-291-16/+12
* s4:torture/rpc/echo.c: remove NTSTATUS status variablesStefan Metzmacher2010-03-291-40/+27
* s4:torture/rpc/echo.c: add explicit check for NTSTATUS r.out.resultStefan Metzmacher2010-03-291-3/+3
* s4-waf: use the libreplace strerror_r if neededAndrew Tridgell2010-03-292-1/+9
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-296-6/+6
* s4: added a simple implementation of bin/samba -bAndrew Tridgell2010-03-291-1/+44
* upgradeprovision: Fix formatting, syntax error.Jelmer Vernooij2010-03-282-65/+69
* s4 upgradeprovision: add information about upgrade in oEMInformation to keep ...Matthieu Patou2010-03-281-2/+15
* s4: allow upgrade provision to fix acl and missing dir on GPO dirsMatthieu Patou2010-03-281-1/+18