summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: add an option to skip signings checks srv_check_sign_mac for trusted...Stefan Metzmacher2010-03-223-3/+25
* s3:libsmb: add a smb_signing_init_ex() functionStefan Metzmacher2010-03-222-8/+56
* lib/util: add allocate_anonymous_shared()Stefan Metzmacher2010-03-222-0/+33
* s3: Fix a bad memleak in winbindVolker Lendecke2010-03-221-1/+2
* s4:registry - "RPC backend" - use "talloc_steal" and not "talloc_reference"Matthias Dieter Wallnöfer2010-03-221-4/+4
* s4:registry - "patchfile" - check if strings could be allocatedMatthias Dieter Wallnöfer2010-03-221-0/+10
* s4:registry - "patchfile" - initialise the data blobsMatthias Dieter Wallnöfer2010-03-221-2/+2
* s4:registry - "patchfile" - add more "talloc_free"s to save memoryMatthias Dieter Wallnöfer2010-03-221-5/+30
* s4:registry - "util.c" - "reg_string_to_val" - consider always the return valuesMatthias Dieter Wallnöfer2010-03-221-7/+9
* s4:registry - "patchfile_preg.c" - also here don't accumulate the memory usageMatthias Dieter Wallnöfer2010-03-221-4/+26
* s4:registry - "patchfile_dotreg.c" - fix a memory leakMatthias Dieter Wallnöfer2010-03-221-3/+5
* s4:registry - "patchfile" - add commentsMatthias Dieter Wallnöfer2010-03-221-0/+6
* s3: Add "log writeable files on exit" parameterVolker Lendecke2010-03-224-0/+61
* s4-selftest: fix selftest-vars script.Günther Deschner2010-03-221-1/+1
* s4:dsdb Add a shortcut sequence number for schema reloadsAndrew Bartlett2010-03-222-14/+81
* s4:dsdb Rework schema loading and add schema reloadingAndrew Bartlett2010-03-223-131/+185
* s4:dsdb Move dsdb_save_partition_usn() to be a module helper functionAndrew Bartlett2010-03-223-92/+178
* s4:schema Expand the schema structureAndrew Bartlett2010-03-222-0/+11
* s4:dsdb Remove unused 'dsdb_make_schema_global' call from pyglueAndrew Bartlett2010-03-221-17/+0
* s4:dsdb Add 'const' to some struct dsdb_schema variablesAndrew Bartlett2010-03-222-9/+9
* s4:dsdb Don't load the schema unconditionallyAndrew Bartlett2010-03-222-3/+19
* s3: file_walk_table -> files_forallVolker Lendecke2010-03-223-3/+3
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-222-7/+6
* s4:registry - "patchfile.c" - consider also the hives in the generated diffsMatthias Dieter Wallnöfer2010-03-221-0/+9
* s4:registry - "patchfile.c" - fix a typoMatthias Dieter Wallnöfer2010-03-221-1/+1
* s4:regtree - fix counter variables to be "unsigned"Matthias Dieter Wallnöfer2010-03-211-3/+4
* s4:registry - "LDB backend" - "reg_ldb_unpack_value"Matthias Dieter Wallnöfer2010-03-211-1/+1
* s4:registry - "LDB backend" - "reg_key_get_info"Matthias Dieter Wallnöfer2010-03-211-2/+29
* s4:registry - "LDB backend" - "ldb_get_default_value"Matthias Dieter Wallnöfer2010-03-211-1/+1
* s4:registry - "LDB backend" - make the key argument "const" of ldb_get_defaul...Matthias Dieter Wallnöfer2010-03-211-1/+2
* s4:registry - "LDB backend" - fix indentationMatthias Dieter Wallnöfer2010-03-211-2/+2
* Fix an uninitialized variableVolker Lendecke2010-03-211-0/+4
* s3: Fix bug 7202 for multi-threaded applicationsVolker Lendecke2010-03-211-0/+1
* Use TALLOC_FREE in talloc_pop()Volker Lendecke2010-03-211-2/+1
* Use calloc instead of ZERO_STRUCTP in talloc_stackframe_create()Volker Lendecke2010-03-211-7/+5
* Trim an overlong lineVolker Lendecke2010-03-211-2/+2
* s4:regshell - here we don't need a newline - "ctime" itself provides oneMatthias Dieter Wallnöfer2010-03-211-1/+1
* s4:regshell - don't return an error code if we get a security descriptors errorMatthias Dieter Wallnöfer2010-03-211-2/+2
* s4:registry - "LDB backend" - reg_key_get_info - adapt max. subkey and value ...Matthias Dieter Wallnöfer2010-03-211-8/+8
* s4:WINREG RPC server - don't check for the "name" size in "EnumValue"Matthias Dieter Wallnöfer2010-03-211-5/+0
* s4:torture - WINREG RPC - reactivate test "SetValueExtended" for s4Matthias Dieter Wallnöfer2010-03-211-3/+2
* s4:WINREG RPC - we support only non-volatile keysMatthias Dieter Wallnöfer2010-03-211-0/+5
* s4:registry - "LDB backend" - don't test for "0" as string termination on bin...Matthias Dieter Wallnöfer2010-03-211-2/+1
* s4:WINREG RPC - specify the performed create action for "CreateKey"Matthias Dieter Wallnöfer2010-03-211-1/+10
* s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD"Matthias Dieter Wallnöfer2010-03-213-16/+5
* s4:torture WINREG - enhance test for "QWORD" typeMatthias Dieter Wallnöfer2010-03-211-0/+5
* s4:torture WINREG - enhance test for "DWORD_BIG_ENDIAN" typeMatthias Dieter Wallnöfer2010-03-211-0/+2
* s4:registry - "LDB backend" - fix up memory allocation for dynamic integersMatthias Dieter Wallnöfer2010-03-211-2/+2
* s4:registry - "LDB backend" - Fix up the storage of binary REG_SZ/REG_EXPAND_...Matthias Dieter Wallnöfer2010-03-211-11/+12
* s3: Open winbindd_cache.tdb with read/write access.Bo Yang2010-03-211-1/+1