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-01-31
s3:net ads join: untangle assignment from check, fix return code and improve ...
Michael Adam
1
-2
/
+8
2012-01-31
s3:net ads join: reduce indentation and improve logging in the dns update cod...
Michael Adam
1
-13
/
+17
2012-01-31
s3:net ads join: untangle assignment from check.
Michael Adam
1
-1
/
+2
2012-01-31
s3:net registry: fix a copy and paste error in a help text
Michael Adam
1
-2
/
+2
2012-01-31
tevent: Fix python documentation strings
Amitay Isaacs
1
-2
/
+2
2012-01-31
replace: Only include C files from which there are actually functions used.
Jelmer Vernooij
1
-2
/
+21
2012-01-31
replace: use libbsd for strlcat/strlcpy when available.
Jelmer Vernooij
1
-15
/
+21
2012-01-31
s4-s3-upgrade: Check if there are duplicate sids for users and groups
Amitay Isaacs
1
-0
/
+4
2012-01-31
s4-s3-upgrade: Use lowercase hostname as hostname for provision
Amitay Isaacs
1
-1
/
+1
2012-01-31
Fix bug #8139 - smbclient fails if server does not support Echo request.
Jeremy Allison
1
-1
/
+5
2012-01-30
s3-winbind: don't try to do clever thing if the username is not found while a...
Matthieu Patou
1
-1
/
+2
2012-01-30
s3: check that a user in a bogus domain name is mapped to the localnetbios na...
Matthieu Patou
2
-0
/
+21
2012-01-30
s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)
Andrew Bartlett
1
-4
/
+0
2012-01-30
gensec: inline gensec_generate_session_info() into only caller
Andrew Bartlett
4
-43
/
+27
2012-01-30
s4-auth: Return NT_STATUS_NOT_IMPLEMENTED if the challenge cannot be obtained
Andrew Bartlett
1
-1
/
+1
2012-01-30
auth: Make check_password and generate_session_info hook generic
Andrew Bartlett
6
-41
/
+74
2012-01-30
tdb2: make --enable-tdb2 the default.
Rusty Russell
1
-2
/
+2
2012-01-30
tdb2: add -1 and -2 options to tdbtorture
Rusty Russell
1
-1
/
+18
2012-01-30
tdb2:tdbtorture: use TEST_DATA_PREFIX for files
Rusty Russell
1
-9
/
+34
2012-01-30
tdb2: name tools the same as TDB1 tools.
Rusty Russell
1
-5
/
+5
2012-01-30
tdb2: tools/tdb2backup
Rusty Russell
2
-0
/
+374
2012-01-30
samdb: use compat wrappers for tdb_fetch().
Rusty Russell
1
-6
/
+6
2012-01-30
tdb_compat: only use hashsize attribute when O_CREAT
Rusty Russell
1
-1
/
+1
2012-01-30
ldb_wrap.c: fix TDB2-incompatible API usage.
Rusty Russell
1
-1
/
+1
2012-01-30
tdb2: copy tdb1's changed expansion logic.
Rusty Russell
3
-27
/
+40
2012-01-30
tdb2: careful on wrap.
Rusty Russell
6
-20
/
+29
2012-01-29
auth: provide private pointer and do not return original PAC signatures
Andrew Bartlett
3
-36
/
+43
2012-01-29
s3: Fix unused variable warnings
Volker Lendecke
1
-0
/
+4
2012-01-29
libcli/util: fix typo in nt_errs[] for NT_STATUS_NETWORK_SESSION_EXPIRED
Stefan Metzmacher
1
-1
/
+1
2012-01-28
s3-selftest: Add test for posix large reads and writes
Andrew Bartlett
3
-5
/
+87
2012-01-27
s3-libsmb Do not limit read replies to NBT packet sizes
Andrew Bartlett
1
-1
/
+1
2012-01-27
s3-pdb: Make ADS-type backends updates secrets.tdb.
Simo Sorce
3
-0
/
+127
2012-01-27
s3-pdb: Break SECRETS3 dependency on PDB.
Simo Sorce
4
-60
/
+68
2012-01-27
libcli/smb: fix smbXcli_negprot(..., PROTOCOL_NT1, PROTOCOL_SMB2_02)
Stefan Metzmacher
1
-3
/
+6
2012-01-27
s3-waf: Create a subsystem for SERVER_MUTEX.
Andreas Schneider
1
-3
/
+6
2012-01-27
s3-waf: Add missing dependency of ntlmssp to wbclient.
Andreas Schneider
1
-1
/
+1
2012-01-27
s3-waf: Add missing dependency of pdb_wbc_sam to wbclient.
Andreas Schneider
1
-1
/
+1
2012-01-27
build: Add missing dependencies on popt
Amitay Isaacs
2
-1
/
+3
2012-01-27
Finally remove all malloc()'s from the substitute code. Now totally
Jeremy Allison
4
-101
/
+64
2012-01-27
Fix a really slow memory leak (in master at least). Found by Ira Cooper <ira@...
Jeremy Allison
1
-2
/
+7
2012-01-26
s3:auth/auth_generic: for now call sub_set_smb_name() and lp_load()
Stefan Metzmacher
1
-0
/
+6
2012-01-26
s3:gse: return NT_STATUS_LOGON_FAILURE instead of NT_STATUS_INTERNAL_ERROR
Stefan Metzmacher
1
-2
/
+2
2012-01-26
s4-rpc_server: Fix search for existing trust to actually look for the dns name
Andrew Bartlett
1
-1
/
+1
2012-01-26
s3-build: Remove FIXME, bigballofmud is no more
Andrew Bartlett
1
-2
/
+0
2012-01-26
Update man page to fix typo vfs_aio_fork -> vfs_aio_pthread, add
Jeremy Allison
1
-1
/
+3
2012-01-26
Use sys_pread/sys_pwrite to cope correctly with 64-bit sizes. As in the defau...
Jeremy Allison
1
-2
/
+16
2012-01-25
Add man page for vfs_aio_pthread module.
Jeremy Allison
1
-0
/
+118
2012-01-25
s3: Fix a panic in aio_pthread
Volker Lendecke
1
-1
/
+1
2012-01-25
s3-waf: Reduce dependencies of winbindd.
Andreas Schneider
1
-24
/
+9
2012-01-25
s3-waf: Reduce dependencies of smbd_base.
Andreas Schneider
1
-43
/
+10
[next]