index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
s3-printing: use euid for vlp job tracking
David Disseldorp
2012-06-26
1
-1
/
+2
*
s3-printing: fill print_generic sysjob id on job submission
David Disseldorp
2012-06-26
1
-57
/
+88
*
s3-printing: pass lpq command to job_submit
David Disseldorp
2012-06-26
5
-5
/
+37
*
s3-printing: remove unused print_job_fname()
David Disseldorp
2012-06-26
2
-17
/
+1
*
s3-printing: pass a talloc ctx to unpack_pjob
David Disseldorp
2012-06-26
2
-18
/
+22
*
s3-printing: return talloced print jobs
David Disseldorp
2012-06-26
2
-96
/
+199
*
s3-printing: clean up print_job_pause/resume interface
David Disseldorp
2012-06-26
3
-31
/
+36
*
s3-printing: fix potential print db refcount leak
David Disseldorp
2012-06-26
1
-1
/
+1
*
s3-spoolss: remove duplicate "." in smbd spooler path
David Disseldorp
2012-06-26
1
-3
/
+8
*
s3-printing: remove print_parse_jobid()
David Disseldorp
2012-06-26
2
-20
/
+0
*
s3-printing: remove redundant variable set
David Disseldorp
2012-06-26
1
-3
/
+0
*
s3-printing: remove print_parse_jobid() calls from printing.c
David Disseldorp
2012-06-26
1
-21
/
+27
*
s3-printing: rename queue->job sysjob
David Disseldorp
2012-06-26
6
-35
/
+35
*
s3-printing: remove print_parse_jobid() from print_cups.c
David Disseldorp
2012-06-26
1
-11
/
+1
*
s3-printing: store print jobid as part of struct printjob
David Disseldorp
2012-06-26
2
-13
/
+19
*
torture: add test for smbd print job spooling
David Disseldorp
2012-06-26
1
-0
/
+73
*
s3-pdbtest: Fix pdbtest to compare the same fields
Andrew Bartlett
2012-06-26
1
-1
/
+1
*
s4-samldb: do not talloc_steal() the elements of the original request
Andrew Bartlett
2012-06-26
1
-4
/
+10
*
s3-pdbtest: Report and handle errors in pdb->getsampwnam()
Andrew Bartlett
2012-06-26
1
-3
/
+5
*
s3-pdb_samba4: Allocate and free a talloc_stackframe() in pdb_samba4_replace_...
Andrew Bartlett
2012-06-26
1
-3
/
+10
*
s3: Restore async i/o with the "native" AIO interface
Volker Lendecke
2012-06-26
2
-4
/
+1
*
s3:smbXsrv_tcon: pass max_tcons explicitly for smbXsrv_tcon_table_init()
Stefan Metzmacher
2012-06-26
1
-9
/
+24
*
s3:smbXsrv_session: pass max_sessions explicitly for smbXsrv_session_table_in...
Stefan Metzmacher
2012-06-26
1
-9
/
+24
*
tdb: finish weaning off err.h.
Rusty Russell
2012-06-26
7
-23
/
+28
*
s3:test_net_registry_check: eliminate "local" keyword in shell
Björn Jacke
2012-06-26
1
-15
/
+15
*
s3:Makefile: use our "$MAKE" instead of "make" in our own Makefile
Björn Jacke
2012-06-25
1
-2
/
+2
[next]