index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
build: get rid of vars=locals() in source3/lib/netapi/examples/wscript_build
Michael Adam
2013-09-25
1
-2
/
+1
*
build: get rid of vars=locals() in source3/modules/wscript_build
Michael Adam
2013-09-24
1
-2
/
+1
*
build: get rid of source variables and vars=locals() in source3/rpc_server/ws...
Michael Adam
2013-09-24
1
-68
/
+52
*
build: get rid of source strings from source3/passdb/wscript_build
Michael Adam
2013-09-24
1
-9
/
+4
*
build: get rid of source variables and vars=locals() in source3/libgpo/gpext/...
Michael Adam
2013-09-24
1
-12
/
+5
*
build: get rid of vars=locals() in source3/auth/wscript_build
Michael Adam
2013-09-24
1
-4
/
+2
*
build: get rid of source-variables in source3/auth/wscript_build
Michael Adam
2013-09-24
1
-20
/
+11
*
build: get rid of source file variables in source3/modules/wscript_build
Michael Adam
2013-09-24
1
-116
/
+59
*
dbcheck: Add back the elements that were wrongly removed from CN=Deleted Objects
Andrew Bartlett
2013-09-24
1
-0
/
+66
*
pydsdb: Raise a more useful exception when dsdb_wellknown_dn fails.
Andrew Bartlett
2013-09-24
1
-0
/
+5
*
pydsdb: Give KeyError when we fail a schema lookup in python
Andrew Bartlett
2013-09-24
1
-8
/
+8
*
dbcheck: Ensure to always increase the error_count
Andrew Bartlett
2013-09-24
1
-0
/
+1
*
libsmbconf:registry: add "state directory" to the list of forbidden parameters
Michael Adam
2013-09-24
1
-0
/
+1
*
selftest: include "state directory" in invalid parameters in registry roundtr...
Michael Adam
2013-09-24
1
-0
/
+1
*
selftest: add "state directory" to the forbidden parameters test in net conf
Michael Adam
2013-09-24
1
-1
/
+2
*
selftest: add regression test for setting invalid parameters in registry conf...
Michael Adam
2013-09-24
1
-0
/
+49
*
selftest: update SED_INVALID_PARAMS in the registry.roundtrip test
Michael Adam
2013-09-24
1
-12
/
+6
*
selftest: remove unused variables (copy'n'paste...) from test_net_conf.sh
Michael Adam
2013-09-24
1
-19
/
+0
*
s3:net conf: add the same parameter checks to "setparm" as in "net rpc conf".
Michael Adam
2013-09-24
1
-0
/
+5
*
s3:net: check for GLOBAL_NAME net_conf_param_valid()
Michael Adam
2013-09-24
1
-1
/
+1
*
s3:net rpc conf: factor validation of parameter out for re-use.
Michael Adam
2013-09-24
4
-36
/
+105
*
s3:net rpc conf: rename canon_valname->canon_param_name for clarity in setparm.
Michael Adam
2013-09-24
1
-2
/
+2
*
s3:net rpc conf: setparm: introduce variables service_name, param_name, valst...
Michael Adam
2013-09-24
1
-20
/
+29
*
s3:net rpc conf: reorganize the validity check and canonicalization of the in...
Michael Adam
2013-09-24
1
-17
/
+23
*
libsmbconf:registry: clarify the appearance of "includes" in forbidden_names
Michael Adam
2013-09-24
1
-1
/
+7
*
libsmbconf:registry: reorganize the validity check and canonicalization of th...
Michael Adam
2013-09-24
1
-14
/
+19
*
s3:net rpc conf: print the provided parameter name on error, not the canonica...
Michael Adam
2013-09-24
1
-1
/
+1
*
s3:net rpc conf: remove the (now) unused rpc_conf_reg_valname_forbidden()
Michael Adam
2013-09-24
1
-21
/
+0
*
s3:net rpc conf: use the published smbconf_reg_parameter_is_valid()
Michael Adam
2013-09-24
1
-1
/
+1
*
libsmbconf:registry: publish smbconf_reg_parameter_is_valid()
Michael Adam
2013-09-24
2
-1
/
+6
*
libsmbconf:registry: rework smbconf_reg_parameter_forbidden(), renaming it.
Michael Adam
2013-09-24
1
-17
/
+17
*
Fix DN RDN case in partition names
Howard Chu
2013-09-24
3
-31
/
+35
*
Fix entryCSN format
Howard Chu
2013-09-23
1
-1
/
+7
*
s4-openldap: Remove use of talloc_reference in ldb_map_outbound.c
Nadezhda Ivanova
2013-09-23
1
-9
/
+13
*
s4-openldap: Added an -H option to delegation script
Nadezhda Ivanova
2013-09-23
2
-13
/
+66
*
Drop paged-search from OpenLDAP stack
Howard Chu
2013-09-23
1
-1
/
+1
*
Add LDB_MAP_RENDROP option
Howard Chu
2013-09-23
5
-9
/
+24
*
Return a couple more attrs by default
Howard Chu
2013-09-23
1
-0
/
+2
*
Cleanup start/stop code
Howard Chu
2013-09-23
1
-32
/
+39
*
pidl: Generate wireshark that conforms to the rules of Wireshark project
Matthieu Patou
2013-09-24
1
-4
/
+4
*
pidl: Generate NDR64/NDR32 aware code for the wireshark dissectors
Matthieu Patou
2013-09-24
1
-0
/
+8
*
idl: fix frsrpc idl with NDR64 fields
Matthieu Patou
2013-09-24
1
-2
/
+2
*
idl: remove duplicate flag
Matthieu Patou
2013-09-24
1
-1
/
+0
*
frstrans.idl: add flag(NDR_PAHEX) to frstrans_BytePipe
Stefan Metzmacher
2013-09-24
1
-1
/
+1
*
drsuapi.idl: change the range for attribute values to 26214400 bytes.
Stefan Metzmacher
2013-09-24
1
-1
/
+1
*
librpc/ndr: make use of ndr_dump_data() in ndr_print_array_uint8()
Stefan Metzmacher
2013-09-24
1
-2
/
+11
*
librpc/ndr: make ndr_pull/push_DATA_BLOB NDR64 aware
Stefan Metzmacher
2013-09-24
1
-4
/
+4
*
s4:torture:ldap: Fix misleading output
Howard Chu
2013-09-23
1
-2
/
+2
*
s3:modules: vfs_afsacl has the afs_syscall prototype via proto.h
Michael Adam
2013-09-23
1
-2
/
+0
*
s3:include: remove duplicate prototypes from afs functions from proto.h
Michael Adam
2013-09-23
1
-3
/
+0
[prev]
[next]