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
2011-06-15
s4:libcli/smb_composite: convert smb2_composite_setpathinfo_send/rev to teven...
Stefan Metzmacher
2
-59
/
+129
2011-06-15
librpc: fix buildwarning in NDR_WMI.
Günther Deschner
2
-0
/
+25
2011-06-15
s3: Add debug level 0 warnings to make_new_server_info_guest
Volker Lendecke
1
-2
/
+6
2011-06-15
s3: Fix the return of make_new_server_info_guest
Volker Lendecke
1
-1
/
+1
2011-06-15
s3-winbind: Fix paranoia checks in winbindd_samr.c.
Andreas Schneider
1
-2
/
+2
2011-06-15
build: fixed development symlinks for libraries in subdirectories
Andrew Tridgell
1
-2
/
+2
2011-06-15
build: fixed dependencies on install prefix for pc files and python scripts
Andrew Tridgell
2
-0
/
+3
2011-06-15
s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2...
Stefan Metzmacher
2
-4
/
+8
2011-06-14
s3: Fix connecting to ctdb as non-root
Volker Lendecke
1
-0
/
+7
2011-06-14
s3: Fix count_current_connections
Volker Lendecke
1
-2
/
+4
2011-06-14
s3-docs: Fix a typo found by Samba-JP oota <ribbon@samba.gr.jp>
Volker Lendecke
1
-1
/
+1
2011-06-14
s3-docs: Fix a duplicate list entry
Volker Lendecke
1
-6
/
+0
2011-06-14
s3-utils: fix crash in net cache get
Christian Ambach
1
-1
/
+1
2011-06-14
samba-tool: disable validation on removing an empty attribute in dbcheck
Andrew Tridgell
1
-1
/
+1
2011-06-14
pyldb: make ldb operations more consistent
Andrew Tridgell
1
-12
/
+21
2011-06-14
pyldb: added validate option to ldb.modify()
Andrew Tridgell
1
-9
/
+15
2011-06-14
s3:smbd/quotas: add #include "system/filesys.h" (bug #8224)
Stefan Metzmacher
1
-0
/
+1
2011-06-13
s3:proto.h: remove prototypes of error functions moved to common code.
Michael Adam
1
-3
/
+0
2011-06-12
s3: Use resolve_wins_send/recv in resolve_wins
Volker Lendecke
1
-110
/
+15
2011-06-12
s3: Add resolve_wins_send/recv
Volker Lendecke
2
-0
/
+184
2011-06-12
s3: Add wins_server_tag_ips()
Volker Lendecke
2
-0
/
+44
2011-06-12
s3: Add query_wins_list_send/recv
Volker Lendecke
1
-0
/
+144
2011-06-12
s3: Fix IO_TIMEOUT handling for wins queries
Volker Lendecke
1
-3
/
+12
2011-06-12
s3: Remove "struct ip_service" from resolve_wins
Volker Lendecke
4
-33
/
+25
2011-06-12
nsswitch: Remove some refs to the global winbindd_fd
Volker Lendecke
1
-8
/
+10
2011-06-12
s3-passdb: Implement new pdb trust calls for the default backend
Sumit Bose
3
-8
/
+194
2011-06-11
s4:libcli/raw/raw*.c - add unhandled enum values
Matthias Dieter Wallnöfer
2
-2
/
+3
2011-06-11
s4:torture/ndr/string.c - fix type-punned warning and remove unused variables
Matthias Dieter Wallnöfer
1
-3
/
+2
2011-06-11
s4:ntvfs/smb2/vfs_smb2.c - remove unused variable
Matthias Dieter Wallnöfer
1
-1
/
+0
2011-06-11
s4:auth/ntlm/auth_unix.c - remove unused variables
Matthias Dieter Wallnöfer
1
-2
/
+0
2011-06-11
Revert "s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initiali...
Michael Adam
1
-6
/
+5
2011-06-11
Revert "s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of ...
Michael Adam
1
-9
/
+1
2011-06-11
Revert "s3:idmap_autorid: fail initialization if the domain is not "*""
Michael Adam
1
-9
/
+1
2011-06-11
s3:registry/reg_parse_internal.c: add copyright information
Michael Adam
1
-1
/
+6
2011-06-11
s3:registry/reg_parse_internal.h: add copyright information
Michael Adam
1
-1
/
+6
2011-06-11
s3-param Remove 'time offset' from smb.conf
Andrew Bartlett
5
-48
/
+1
2011-06-11
s3: Update .clang_complete
Andreas Schneider
1
-3
/
+20
2011-06-10
s3:libsmb: remove unused cli_state_seqnum infrastructure
Stefan Metzmacher
3
-44
/
+0
2011-06-10
s3:libsmb/clireadwrite: calculate cli_write_max_bufsize() correct based on ma...
Stefan Metzmacher
1
-8
/
+12
2011-06-10
s3:libsmb/clireadwrite: calculate cli_read_max_bufsize() correct based on max...
Stefan Metzmacher
1
-1
/
+12
2011-06-10
s3:libsmb/clitrans: correctly transfer the seqnum between secondary and prima...
Stefan Metzmacher
1
-3
/
+8
2011-06-10
s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] calls
Stefan Metzmacher
1
-8
/
+80
2011-06-10
s3:libsmb/clitrans: use subreq2 as variable for the secondary requests
Stefan Metzmacher
1
-7
/
+9
2011-06-10
s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ...
Stefan Metzmacher
1
-2
/
+11
2011-06-10
s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requests
Stefan Metzmacher
1
-12
/
+41
2011-06-10
s3:libsmb/clitrans: marshall SMBnttrans[2] as the others
Stefan Metzmacher
1
-23
/
+23
2011-06-10
s3:libsmb/clitrans: use uint32_t for param and data variables
Stefan Metzmacher
1
-3
/
+3
2011-06-10
s3:libsmb/clitrans: remove unused secondary_request_ctx
Stefan Metzmacher
1
-2
/
+0
2011-06-10
s3:libsmb/async_smb: add helpers to get and set the seqnum for signing
Stefan Metzmacher
2
-0
/
+16
2011-06-10
s3:libsmb/async_smb: don't remove pending requests if the mid is set
Stefan Metzmacher
1
-0
/
+15
[next]