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
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-25
s3: "port" is not used in dsgetdcname
Volker Lendecke
1
-3
/
+0
2011-04-25
s3: Check for res_ninit
Volker Lendecke
1
-0
/
+8
2011-04-25
s3: Run pthreadpooltest in make test
Volker Lendecke
2
-0
/
+20
2011-04-25
s3: Add pthreadpooltest to main build
Volker Lendecke
2
-1
/
+13
2011-04-25
s3: pthreadpool_sig_fd->pthreadpool_signal_fd
Volker Lendecke
4
-7
/
+7
2011-04-25
s3: Tiny doc for pthreadpool
Volker Lendecke
1
-7
/
+59
2011-04-25
s3: Many pthreadpool fixes
Volker Lendecke
6
-88
/
+546
2011-04-25
s3: Add a 10-second timeout for the 445 or netbios connection to a DC
Volker Lendecke
4
-5
/
+17
2011-04-24
s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()
Stefan Metzmacher
6
-17
/
+13
2011-04-24
s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functions
Stefan Metzmacher
1
-11
/
+20
2011-04-24
s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functions
Stefan Metzmacher
1
-9
/
+19
2011-04-24
s3:includes: simplify INO_T_VAL macros
Stefan Metzmacher
1
-3
/
+3
2011-04-24
s3:includes: simplify BIG_UINT macros
Stefan Metzmacher
1
-5
/
+4
2011-04-24
s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
1
-28
/
+2
2011-04-23
s3: Fix Coverity ID 2478, UNINIT
Volker Lendecke
1
-1
/
+1
2011-04-23
s3:include/vfs.h: remove very old hints for vfs modules with interface versio...
Stefan Metzmacher
1
-8
/
+0
2011-04-23
Revert "s3-vfs: another attempt to fix the Tru64 build."
Stefan Metzmacher
3
-8
/
+0
2011-04-23
s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
1
-44
/
+5
2011-04-23
s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
1
-24
/
+0
2011-04-23
s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's
Stefan Metzmacher
1
-57
/
+5
2011-04-22
s3: Fix Coverity ID 2047, UNUSED_VALUE
Volker Lendecke
1
-2
/
+0
2011-04-22
s3: Fix Coverity ID 2325, RESOURCE_LEAK
Volker Lendecke
1
-0
/
+4
2011-04-22
s3: Fix Coverity ID 2336, NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2011-04-22
s3: Fix Coverity ID 2335, CHECKED_RETURN
Volker Lendecke
1
-1
/
+3
2011-04-22
s3: Fix Coverity ID 2307, NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2011-04-22
s3: Fix Coverity ID 986, BUFFER_SIZE_WARNING
Volker Lendecke
1
-1
/
+1
2011-04-22
s3: Fix Coverity ID 1340, NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2011-04-22
Cosmetic. Fix bad indentation.
Jeremy Allison
1
-18
/
+18
2011-04-21
Fix compiler warning in debug message.
Jeremy Allison
1
-2
/
+2
2011-04-21
Remove duplicate code - move to parent_dirname() as a common function.
Jeremy Allison
1
-25
/
+14
2011-04-22
s3-vfs: another attempt to fix the Tru64 build.
Günther Deschner
3
-0
/
+8
2011-04-22
s3-waf: try to fix the build on sunos5.
Günther Deschner
1
-0
/
+2
2011-04-22
s3-waf: fix typo in comment.
Günther Deschner
1
-1
/
+1
2011-04-22
Revert "s3-vfs: try to fix the Tru64 build."
Günther Deschner
1
-6
/
+0
2011-04-21
s3-vfs: try to fix the Tru64 build.
Günther Deschner
1
-0
/
+6
2011-04-21
s3-proto: move more rpc client prototypes to cli_pipe.h.
Günther Deschner
2
-7
/
+9
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
22
-32
/
+26
2011-04-20
s3-build: move MAP_FILE define to the only place used.
Günther Deschner
2
-4
/
+4
2011-04-20
s3-smbd: fix the AIX 5.3 build.
Günther Deschner
4
-0
/
+9
2011-04-20
s3-spoolss: fix debug statement in spoolss_addprinterex_level_2().
Günther Deschner
1
-2
/
+2
2011-04-20
lib/util/charset create _handle functions for convert_string() et al
Andrew Bartlett
2
-13
/
+0
2011-04-20
libcli/auth Move PAC parsing and verification in common.
Andrew Bartlett
5
-337
/
+5
2011-04-20
libcli/auth: Move more kerberos wrapping in common
Andrew Bartlett
1
-228
/
+0
2011-04-20
s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()
Andrew Bartlett
5
-24
/
+32
2011-04-19
selftest: Don't specify SELFTEST_TARGET as an env variable
Andrew Bartlett
1
-1
/
+1
2011-04-19
s3-selftest Rename s3 DC environment to s3dc
Andrew Bartlett
2
-25
/
+25
2011-04-19
Fix bug 8088 - rpccli_samr_chng_pswd_auth_crap segfaults if any input blobs a...
Jeremy Allison
1
-12
/
+9
2011-04-18
s3 waf: Mimic the autoconf check for netgrent
Kai Blin
1
-3
/
+7
2011-04-18
s3 autobuild: Fix CFLAG check for netgrent tests
Kai Blin
1
-1
/
+1
2011-04-18
s3: Fix the build of vfs_gpfs.c
Volker Lendecke
1
-0
/
+1
[prev]
[next]