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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-test: fixed hard coded test paths for top level build
Andrew Tridgell
2011-02-07
1
-3
/
+5
*
s4-test: fixed setup/ assumption for top level build
Andrew Tridgell
2011-02-07
3
-6
/
+13
*
s4-test: fixed test_samba4.pl for top level build
Andrew Tridgell
2011-02-07
1
-2
/
+2
*
s4-dynconfig: fixed dyn_SETUPDIR to point to the right directory
Andrew Tridgell
2011-02-07
1
-2
/
+2
*
s4-loadparm: removed "setup directory" option
Andrew Tridgell
2011-02-07
8
-29
/
+3
*
s4-test: fixed more assumptions of ./setup for setup directory
Andrew Tridgell
2011-02-07
6
-21
/
+21
*
blackbox: removed assumption of build directory
Andrew Tridgell
2011-02-07
5
-5
/
+18
*
s4-test: allow make test to work from top level directory
Andrew Tridgell
2011-02-07
4
-25
/
+37
*
s4-provision: cope with top level directory for provision
Andrew Tridgell
2011-02-07
2
-16
/
+18
*
waf: added top level build rules
Andrew Tridgell
2011-02-07
5
-0
/
+511
*
s4-idl: make the source4 idl build independent of build directory
Andrew Tridgell
2011-02-07
1
-1
/
+5
*
s4-heimdal: allow heimdal build scripts to work from top level
Andrew Tridgell
2011-02-07
1
-3
/
+6
*
pidl: support using pidl from top level directory
Andrew Tridgell
2011-02-07
1
-2
/
+7
*
waf: samba deps generation depends on EXTRA_INCLUDES
Andrew Tridgell
2011-02-07
1
-1
/
+1
*
s3: Make "endpoint_table" static
Volker Lendecke
2011-02-06
1
-1
/
+1
*
s3: Use the right credentials in check_netlogond_security
Volker Lendecke
2011-02-06
1
-1
/
+1
*
s3: Only build auth_netlogond for the developer build
Volker Lendecke
2011-02-06
1
-1
/
+1
*
s3: Add primary group in pdb_ads_enum_group_memberships
Volker Lendecke
2011-02-06
1
-21
/
+27
*
s3: Fix auth_netlogond to cope with netlogon_creds_CredentialState
Volker Lendecke
2011-02-06
3
-47
/
+69
*
s3: Fix a potential memleak in secrets_fetch_trusted_domain_password
Volker Lendecke
2011-02-06
1
-1
/
+3
*
s3: Fetch the machinepw via ldapi in pdb_ads
Volker Lendecke
2011-02-06
1
-41
/
+112
*
s3: In pdb_ads, cope with artificial samu structs
Volker Lendecke
2011-02-06
1
-2
/
+10
*
s3: Use strlcpy in pdb_ads_connect
Volker Lendecke
2011-02-06
1
-2
/
+2
*
s3: Fix some nonempty blank lines
Volker Lendecke
2011-02-06
3
-8
/
+7
*
s4 torture: add new rpc torture tests for backup key remote protocol
Matthieu Patou
2011-02-05
3
-2
/
+1041
*
s4:selftest: skip samba4.rpc.backupkey for now
Stefan Metzmacher
2011-02-05
1
-0
/
+1
*
s3:Makefile.in: use waf directly to build smbtorture4 and ndrdump4
Stefan Metzmacher
2011-02-05
1
-7
/
+10
*
Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.
Jeremy Allison
2011-02-05
4
-81
/
+78
*
Move the "oplock file with byte range locks" check to the correct place, wher...
Jeremy Allison
2011-02-05
2
-17
/
+15
*
s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)
Günther Deschner
2011-02-04
7
-6
/
+121
*
s3-auth: add copy_netr_SamBaseInfo().
Günther Deschner
2011-02-04
5
-58
/
+77
*
s3:lib/addrchange: set ctx->sock to -1 after close
Stefan Metzmacher
2011-02-04
1
-1
/
+1
*
s3:lib/addrchange: remove unused pointer
Stefan Metzmacher
2011-02-04
1
-1
/
+0
*
s3:lib/addrchange: let addrchange_done() retry and ignore unknown message types
Stefan Metzmacher
2011-02-04
1
-5
/
+16
*
s3:winbindd: fix segfaults on addrchange errors and make DEBUG() statements m...
Stefan Metzmacher
2011-02-04
1
-3
/
+6
*
s3:rpc_server/netlogon: reject validation level 6 without ads support
Stefan Metzmacher
2011-02-04
1
-0
/
+16
*
charcnv: removed call to setlocale() (bug 7519)
Andrew Tridgell
2011-02-04
1
-10
/
+0
*
replace: Try to fix broken sys/capabilites.h on Linux.
Stefan Metzmacher
2011-02-03
3
-1
/
+10
*
Revert "replace: Try to fix broken sys/capabilites.h on Linux."
Stefan Metzmacher
2011-02-03
3
-6
/
+1
*
s3:libnet_dssync_passdb: remove useless DEBUG statements
Stefan Metzmacher
2011-02-03
1
-4
/
+0
*
Fix value overflow (one too many 'f's ).
Jeremy Allison
2011-02-03
1
-1
/
+1
*
s3:lib: allow_trailing_dollar should only allow '$'
Stefan Metzmacher
2011-02-03
1
-12
/
+12
*
Fix a couple of missing checks on talloc returns.
Jeremy Allison
2011-02-02
1
-0
/
+5
*
s3-waf: no need to call pidl with --samba3-ndr-client anymore.
Günther Deschner
2011-02-02
2
-4
/
+9
*
s3-build: remove --samba3-ndr-client from build_idl.sh script.
Günther Deschner
2011-02-02
2
-6
/
+6
*
s3-waf: remove RPCCLI_LSA subsystem.
Günther Deschner
2011-02-02
1
-5
/
+1
*
s3-build: remove RPCCLI_LSA subsystem.
Günther Deschner
2011-02-02
1
-2
/
+1
*
s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_rpc.c.
Günther Deschner
2011-02-02
1
-7
/
+12
*
s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbindd_samr.c.
Günther Deschner
2011-02-02
1
-13
/
+25
*
s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbind_cm.c
Günther Deschner
2011-02-02
1
-29
/
+35
[next]