index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET
Andrew Bartlett
2012-09-22
3
-9
/
+9
*
build: Try not build with LDAP if we do not have ldap.h
Andrew Bartlett
2012-09-22
1
-1
/
+1
*
s3:pdb_ldap remove unused function
Christian Ambach
2012-09-22
1
-23
/
+0
*
s3:rpcclient fix a compiler warning
Christian Ambach
2012-09-22
1
-0
/
+2
*
s3:utils/net fix a compiler warning
Christian Ambach
2012-09-22
1
-1
/
+1
*
s3:smbd: release the share mode lock before calling exit_server() (bug #9191)
Stefan Metzmacher
2012-09-21
1
-0
/
+2
*
s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supported
Gregor Beck
2012-09-21
1
-0
/
+1
*
winbind: Extend wbcAuthenticateUserEx to provide PAC
Christof Schmitt
2012-09-20
3
-6
/
+153
*
vfs: fix acl_blob_get* in vfs_full_audit
David Disseldorp
2012-09-20
1
-9
/
+11
*
vfs: fix lock logging in vfs_full_audit
David Disseldorp
2012-09-20
1
-4
/
+4
*
s3-printing: Increase debug level for info that the db is empty.
Andreas Schneider
2012-09-20
1
-1
/
+2
*
s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()
Stefan Metzmacher
2012-09-20
1
-1
/
+1
*
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
2012-09-20
1
-3
/
+5
*
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
2012-09-20
1
-3
/
+5
*
s3: Fix idmap_hash
Volker Lendecke
2012-09-20
1
-1
/
+1
*
s3: Use SBVAL in put_long_date_timespec
Volker Lendecke
2012-09-19
1
-2
/
+1
*
s3: Fix some nonempty line endings
Volker Lendecke
2012-09-18
1
-12
/
+12
*
quota: add supprt for gfs2
Björn Jacke
2012-09-18
1
-0
/
+2
*
panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...
Matthieu Patou
2012-09-18
1
-1
/
+0
*
source3/script: fix installman.sh after the last build-manpages-nogit change
Michael Adam
2012-09-18
1
-2
/
+2
*
Fix service control for non-internal services.
Vladimir Marek
2012-09-18
1
-4
/
+0
*
s3:libsmb fix a double free error
Christian Ambach
2012-09-17
1
-1
/
+0
*
s3:libsmb fix a potential crash
Christian Ambach
2012-09-16
1
-9
/
+12
*
s3:vfs_gpfs: fix build
Christian Ambach
2012-09-16
1
-5
/
+5
*
s3:auth fix a compiler warning
Christian Ambach
2012-09-16
1
-3
/
+2
*
quota: also log which fs type we found
Björn Jacke
2012-09-15
1
-1
/
+1
*
autoconf: check for dn_expand also in libinet
Björn Jacke
2012-09-15
1
-0
/
+1
*
wafbuild: check for dn_expand also in libinet
Björn Jacke
2012-09-15
1
-0
/
+1
*
Add 'bool use_privs' to smbd_calculate_access_mask().
Jeremy Allison
2012-09-15
4
-5
/
+10
*
Fix bad string in debug message (remove it).
Jeremy Allison
2012-09-14
1
-4
/
+2
*
Add bool use_privs parameter to smbd_check_access_rights()
Jeremy Allison
2012-09-14
5
-4
/
+18
*
Add "backup_intent" bool.
Jeremy Allison
2012-09-14
1
-1
/
+2
*
Don't call can_write_to_file() if we already have 'fsp->can_write' set.
Jeremy Allison
2012-09-14
1
-0
/
+2
*
build: Fix build on systems without ldap development headers
Andrew Bartlett
2012-09-14
1
-0
/
+1
*
s3: fix the hpux acl module
Björn Jacke
2012-09-14
1
-5
/
+5
*
s3: fix the tru64 acl module
Björn Jacke
2012-09-14
1
-5
/
+5
*
s3: fix the aix acl module
Björn Jacke
2012-09-14
1
-9
/
+9
*
s3: Fix the vfs_solarisacl module to compile.
Ira Cooper
2012-09-14
1
-5
/
+5
*
autoconf: fix --with(out)-sendfile-support option handling
Björn Jacke
2012-09-14
1
-15
/
+20
*
s3: make smbldaphelper subsystem an internal library
Alexander Bokovoy
2012-09-14
3
-11
/
+10
*
Sigh :-(. Removing optimization prematurely is the root of all evil :-(.
Jeremy Allison
2012-09-13
3
-0
/
+15
*
s3: make ldapsam-related functions a smbldaphelper subsystem
Alexander Bokovoy
2012-09-13
3
-4
/
+7
*
s3:build: rewrite autogen.sh to be called from any directory
Michael Adam
2012-09-12
1
-5
/
+20
*
In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.
Jeremy Allison
2012-09-12
4
-10
/
+10
*
Move cached cwd onto conn struct.
Jeremy Allison
2012-09-12
3
-1
/
+17
*
Remove ancient "optimization" global LastDir.
Jeremy Allison
2012-09-12
3
-18
/
+3
*
Avoid overriding default ccache for ads operations.
Simo Sorce
2012-09-12
8
-14
/
+102
*
s3: remove unneeded noquota.c file
Björn Jacke
2012-09-12
1
-38
/
+0
*
s3-rap: Open printers with the right access mask.
Andreas Schneider
2012-09-12
1
-3
/
+3
*
s3-pdb: filter out more symbols only used in ldapsam internals
Alexander Bokovoy
2012-09-12
2
-2
/
+1
[prev]
[next]