index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-09
s3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE(smbd_idle)
Stefan Metzmacher
1
-0
/
+15
2012-06-09
tdb2: use ccan/err instead of err.h
Rusty Russell
35
-36
/
+11
2012-06-09
ccan: make failtest use ccan/err.
Rusty Russell
2
-1
/
+2
2012-06-09
ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...
Rusty Russell
6
-2
/
+348
2012-06-08
s3:smbd: change set_file_oplock() to return NTSTATUS
Michael Adam
3
-7
/
+9
2012-06-08
s3: Replace an if with a boolean short circuit
Volker Lendecke
1
-5
/
+3
2012-06-08
s3: Assigning ?True:False to a bool is a bit pointless
Volker Lendecke
1
-3
/
+2
2012-06-08
s3: Remove unnecessary ()
Volker Lendecke
1
-1
/
+1
2012-06-08
s3: Replace an if with a boolean short circuit
Volker Lendecke
1
-5
/
+3
2012-06-08
s3: Assigning ?True:False to a bool is a bit pointless
Volker Lendecke
1
-2
/
+2
2012-06-08
s3: Remove unnecessary ()
Volker Lendecke
1
-1
/
+1
2012-06-08
tevent: change version to 0.9.16
Stefan Metzmacher
2
-1
/
+83
2012-06-08
tevent: expose tevent_context_init_ops
Stefan Metzmacher
2
-3
/
+19
2012-06-08
lib/tevent: Add trace point callback
Martin Schwenke
8
-0
/
+82
2012-06-08
lib/tevent: In poll_event_context, add a pointer back to the tevent_context
Martin Schwenke
1
-0
/
+4
2012-06-08
s3:smbd: remove unnecessary variable readret from read_file()
Michael Adam
1
-7
/
+3
2012-06-08
s3:smbd: remove ancient DMF_FIX from read_file().
Michael Adam
1
-15
/
+0
2012-06-08
build: do not run fsrvp tests as part of selftest
David Disseldorp
1
-0
/
+1
2012-06-08
s4-torture: fsrvp test suite
David Disseldorp
3
-2
/
+574
2012-06-08
doc: add FSRVP commands to rpcclient man page
David Disseldorp
1
-0
/
+45
2012-06-08
s3-rpcclient: add fsrvp commands
David Disseldorp
5
-3
/
+670
2012-06-08
idl: add File Server Remote VSS Protocol idl
David Disseldorp
3
-3
/
+126
2012-06-08
samba_util: mark smb_panic as _NORETURN_.
Rusty Russell
1
-1
/
+1
2012-06-08
s3-winbindd: call dump_core_setup after command line option has been parsed
Matthieu Patou
1
-0
/
+2
2012-06-08
s3-waf: Fix the winbindd active directory idmap support build.
Ira Cooper
1
-1
/
+1
2012-06-08
build: try to fix large file support for AIX
Björn Jacke
1
-0
/
+8
2012-06-07
ccan: Only build ccan-failtest when we are in developer mode
Andrew Bartlett
2
-32
/
+50
2012-06-07
lib/tdb2: build tests when built at toplevel.
Rusty Russell
1
-23
/
+94
2012-06-07
waf: fix parsing krb5-config --version for MIT krb5
Alexander Bokovoy
1
-2
/
+8
2012-06-07
waf: support --without-ad-dc for Heimdal (embedded and system) as well
Alexander Bokovoy
4
-6
/
+6
2012-06-07
build: fix typo that breaks the HP-UX build
Björn Jacke
1
-1
/
+1
2012-06-07
build: Tidy up broken posix_fallocate tests
Andrew Bartlett
2
-3
/
+3
2012-06-07
s4-libcli: Remove unused finddcs_nbt
Andrew Bartlett
2
-314
/
+3
2012-06-07
build: Add missing deps and make MESSAGING a private library
Andrew Bartlett
6
-9
/
+10
2012-06-07
util: fix build on platforms without IPv6 support
Björn Jacke
1
-1
/
+1
2012-06-07
s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10
Björn Jacke
1
-2
/
+2
2012-06-07
script/commit_mark.sh: add the current branch name
Stefan Metzmacher
1
-4
/
+6
2012-06-06
s3:include: change lock_struct->fnum to uint64_t
Michael Adam
4
-6
/
+7
2012-06-06
s3:include: change lock_context->tid to uint32_t
Michael Adam
1
-1
/
+1
2012-06-06
s3:include: change connection_struct->cnum to uint32_t
Michael Adam
4
-4
/
+4
2012-06-06
s3:include: change smb_request->tid to uint32_t
Michael Adam
1
-1
/
+1
2012-06-06
s3:smb: change the value of TID_FIELD_INVALID from -1 to 0
Michael Adam
1
-1
/
+1
2012-06-06
s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tid
Michael Adam
6
-8
/
+9
2012-06-06
s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap index
Michael Adam
2
-4
/
+12
2012-06-06
s3:smb.h: fix a comment typo
Michael Adam
1
-1
/
+1
2012-06-06
s4:dns-server: remove an extra blank line from handle_question()
Michael Adam
1
-1
/
+0
2012-06-06
auth-kerberos: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()
Alexander Bokovoy
1
-2
/
+18
2012-06-06
s4 dns: Correctly handle A questions for CNAMEs
Kai Blin
2
-5
/
+132
2012-06-06
s4 dns: Structure tests a bit better
Kai Blin
1
-0
/
+3
2012-06-06
s3:smbd: change user_struct->vuid to uint64_t
Stefan Metzmacher
8
-35
/
+37
[next]