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
...
*
s3:smb2_create: add usefull DEBUG() message
Stefan Metzmacher
2012-06-28
1
-0
/
+3
*
s3:smbd/files: fsp->fnum is uint64_t not int!
Stefan Metzmacher
2012-06-28
1
-3
/
+3
*
s3:brlock: s/int/uint64_t for fnum
Stefan Metzmacher
2012-06-28
1
-1
/
+1
*
s3:brlock: add some const to print_lock_struct()
Stefan Metzmacher
2012-06-28
1
-1
/
+1
*
s3:wscript: use LOCKING subsystem for smbtorture3
Stefan Metzmacher
2012-06-28
1
-1
/
+2
*
source4/smbd/pidfile: don't panic if pid file is corrupt.
Rusty Russell
2012-06-28
1
-0
/
+3
*
replace: define INT64_MAX when not defined
Björn Jacke
2012-06-28
1
-0
/
+4
*
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2012-06-27
23
-33
/
+33
*
s3-pdb_samba4: Remove dupliate profilePath handling
Andrew Bartlett
2012-06-27
1
-6
/
+0
*
s4-selftest: expand passdb testing
Andrew Bartlett
2012-06-27
2
-0
/
+102
*
s3-pdbtest: Initialise more elements for testing
Andrew Bartlett
2012-06-27
1
-0
/
+8
*
s3-pdb_samba4: Add support for lastLogon and lastLogoff
Andrew Bartlett
2012-06-27
1
-2
/
+10
*
s3-pdb_samba4: Fix time handling, use nt_time_to_unix()
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
lib/ldb: Print trace messages for modify correctly
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
s4-selftest: Test login with a password expired user
Andrew Bartlett
2012-06-27
2
-0
/
+34
*
s4-dsdb when setting DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID make it non-cr...
Andrew Bartlett
2012-06-27
1
-1
/
+7
*
s4-dsdb: Remove hooks for non-directory password handling
Andrew Bartlett
2012-06-27
1
-12
/
+0
*
selftest: allow NSS_WRAPPER_* vars to be exported to the environment
Andrew Bartlett
2012-06-27
1
-1
/
+6
*
selftest: Add extra users to nss_wrapper
Andrew Bartlett
2012-06-27
2
-2
/
+4
*
s3-pdbtest: show mis-matching times
Andrew Bartlett
2012-06-27
1
-4
/
+12
*
s3:registry: change reg_import.c according to coding guidelines.
Michael Adam
2012-06-27
1
-53
/
+47
*
s3:registry: use TALLOC_CTX * instead of const void * in reg_import_adapter()
Michael Adam
2012-06-27
2
-2
/
+2
*
s3: add a tool "cclean" to cleanup orphaned entries from connections.tdb
Gregor Beck
2012-06-27
3
-1
/
+324
*
s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...
Gregor Beck
2012-06-27
2
-5
/
+19
*
s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...
Gregor Beck
2012-06-27
1
-6
/
+17
*
s3-printing: fix broken print_job_get_name() return
David Disseldorp
2012-06-27
1
-1
/
+2
*
s3:test_net_registry_check.sh: grep -E isn't portable, use egrep
Björn Jacke
2012-06-27
1
-1
/
+1
*
tests: make test_ldb portable, eliminate "local" keyword
Björn Jacke
2012-06-27
1
-10
/
+6
*
s3:net registry import: implement dry-run with "--test"
Michael Adam
2012-06-26
1
-0
/
+6
*
s3:net registry import: add an assert
Michael Adam
2012-06-26
1
-0
/
+2
*
s3:net registry import: reduce indentation
Michael Adam
2012-06-26
1
-7
/
+8
*
s3:net registry import: fix the return code when transaction commit fails
Michael Adam
2012-06-26
1
-1
/
+1
*
s3:net registry import: improve regdb_open/close layering
Michael Adam
2012-06-26
1
-3
/
+4
*
s3:net registry import: untangle nested function calls
Michael Adam
2012-06-26
1
-3
/
+8
*
s3:net registry import: reduce indentation and untangle assignment from check
Michael Adam
2012-06-26
1
-4
/
+9
*
s3:net registry import: move precheck-and-import code to its own function
Michael Adam
2012-06-26
1
-9
/
+20
*
s3:net registry: fix violation of coding conventions
Gregor Beck
2012-06-26
1
-32
/
+35
*
s3:net registry import: add option --precheck
Gregor Beck
2012-06-26
3
-5
/
+197
*
s3:registry: add function registry_value_cmp()
Gregor Beck
2012-06-26
2
-0
/
+10
*
s3:net registry import: check return values + codecleanup
Gregor Beck
2012-06-26
1
-16
/
+30
*
s3:net registry: fix output of dwords with sign bit set
Gregor Beck
2012-06-26
1
-1
/
+1
*
s3:registry: fix possible double free in import
Gregor Beck
2012-06-26
1
-0
/
+1
*
s3:registry: improve debug output in reg_parse
Gregor Beck
2012-06-26
1
-1
/
+2
*
s3:registry: add functions to conveniently create registry_values
Gregor Beck
2012-06-26
2
-0
/
+65
*
s3:registry: silence net_deletekey_recursive
Gregor Beck
2012-06-26
1
-4
/
+4
*
s3:registry: make reg_delete_path() delete the path recursively.
Michael Adam
2012-06-26
1
-3
/
+3
*
s3:registry: compile reg_create_path() & reg_delete_path()
Gregor Beck
2012-06-26
2
-7
/
+0
*
Merge suggested fix from bug 7511 and enhance it
Björn Jacke
2012-06-26
1
-3
/
+2
*
s3:test_registry_upgrade: make more portable and eliminate "local" keyword
Björn Jacke
2012-06-26
1
-6
/
+6
*
s3-torture: Use static printer for smbd spooler test
David Disseldorp
2012-06-26
1
-1
/
+9
[prev]
[next]