index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-upgradedns: Fix the fqdn for forest dns zone
Amitay Isaacs
2012-04-02
1
-1
/
+1
*
s4-upgradedns: Make sure the attribute exists before accessing it
Amitay Isaacs
2012-03-28
1
-4
/
+8
*
LDB/s4 - do not use the "(dn=...)" syntax on filters anymore
Matthias Dieter Wallnöfer
2012-03-26
3
-13
/
+14
*
s4-upgradedns: Add DNS partitions in msDS-hasMasterNCs in NTDS settings
Amitay Isaacs
2012-03-21
1
-0
/
+40
*
s4-upgradedns: Allow fixing of dns provision after domain join
Amitay Isaacs
2012-03-21
1
-39
/
+56
*
upgrade provision didn't run findprovisionrange anymore
Matthieu Patou
2012-03-17
1
-8
/
+13
*
Rewrite findprovisionrange to use factorized functions
Matthieu Patou
2012-03-17
1
-98
/
+4
*
samba_dnsupdate: Mention contents of invalid line when encountering parsing e...
Jelmer Vernooij
2012-03-13
1
-2
/
+5
*
samba_dnsupdate: Raise proper exception when getting unexpected DNS reply.
Jelmer Vernooij
2012-03-13
1
-2
/
+1
*
samba_dnsupdate: Use docstrings, which show up nicely in API docs.
Jelmer Vernooij
2012-03-13
1
-21
/
+17
*
upgradedns: Remove unused import.
Jelmer Vernooij
2012-03-11
1
-1
/
+0
*
s4:upgradeprovision - fix some output messages
Matthias Dieter Wallnöfer
2012-03-11
1
-3
/
+3
*
s4-upgradeprovision: Add options to do a DB backup only and not to fix acls i...
Matthieu Patou
2012-03-07
1
-17
/
+26
*
kcc: Improve formatting of Python code to be more consistent with our other c...
Jelmer Vernooij
2012-03-04
1
-193
/
+157
*
upgradedns: Fix import of TXT DNS records
Amitay Isaacs
2012-03-02
1
-1
/
+3
*
upgradedns: Missing rename from upgradedns to samba_upgradedns
Amitay Isaacs
2012-02-28
1
-1
/
+1
*
samba.xattr: Massively simplify copytree_with_xattrs.
Jelmer Vernooij
2012-02-27
1
-1
/
+1
*
upgradeprovision: Only backup sysvol directory if it exists.
Jelmer Vernooij
2012-02-27
1
-1
/
+2
*
samba.xattr: Split copying of tree with extended attributes out into separate...
Jelmer Vernooij
2012-02-27
1
-66
/
+3
*
provision: Leave result reporting up to caller.
Jelmer Vernooij
2012-02-26
1
-1
/
+2
*
upgradedns: Rename to less generic name samba_upgradedns.
Jelmer Vernooij
2012-02-24
2
-1
/
+1
*
upgradedns: Upgrade DNS provision from BIND9_FLATFILE to AD based DNS
Amitay Isaacs
2012-02-21
2
-0
/
+405
*
python: Change except: statement to except Exception:
Amitay Isaacs
2012-01-24
1
-4
/
+4
*
KCC importldif/exportldif and intersite topology
Dave Craft
2012-01-14
1
-172
/
+1457
*
upgradeprovision: do not hold references to messageElements
Matthieu Patou
2012-01-03
1
-10
/
+17
*
upgradeprovision: treat provision without oem attribute as quite recent, it's...
Matthieu Patou
2012-01-03
1
-1
/
+1
*
samba_kcc NTDSConnection translation
Dave Craft
2011-12-08
1
-110
/
+610
*
s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDC
Andrew Bartlett
2011-12-07
1
-5
/
+11
*
s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameter
Matthias Dieter Wallnöfer
2011-11-26
1
-1
/
+1
*
s4-dns: added --no-credentials option to samba_dnsupdate
Andrew Tridgell
2011-11-22
1
-3
/
+10
*
s4:dsdb/pydsdb: pass down schema_dn to _dsdb_set_schema_from_ldif()
Stefan Metzmacher
2011-11-15
1
-3
/
+4
*
Fix default value for subunitrun --list.
Jelmer Vernooij
2011-11-14
1
-1
/
+1
*
subunitrun: Don't load smb.conf when just listing tests.
Jelmer Vernooij
2011-11-14
1
-4
/
+5
*
subunitrun: Add notes about subunitrun being deprecated.
Jelmer Vernooij
2011-11-10
1
-0
/
+12
*
Revert "test: added -D option to subunitrun"
Jelmer Vernooij
2011-11-10
1
-5
/
+0
*
test: added -D option to subunitrun
Andrew Tridgell
2011-11-10
1
-0
/
+5
*
samba_kcc: Remove unnecessary return statements.
Jelmer Vernooij
2011-11-07
1
-17
/
+0
*
kcc: fixed program name
Andrew Tridgell
2011-11-07
1
-3
/
+3
*
kcc: fixed tabs/spaces in kcc python implementation
Andrew Tridgell
2011-11-07
1
-5
/
+5
*
samba_kcc addtion
Dave Craft
2011-11-07
2
-0
/
+704
*
subunitrun: give more useful help
Andrew Tridgell
2011-10-20
1
-2
/
+25
*
samba-tool: Move main command implementation to samba.netcmd.main, so it is a...
Jelmer Vernooij
2011-10-14
1
-60
/
+18
*
netcmd: Add errf stream to command instances.
Jelmer Vernooij
2011-10-13
1
-1
/
+2
*
s4:findprovisionusnranges - the default python path is detected over "env"
Matthias Dieter Wallnöfer
2011-10-08
1
-1
/
+1
*
s4-dns: started adding support for auto-creation of NS glue record
Andrew Tridgell
2011-09-22
1
-1
/
+37
*
s4-python: Consistently use spaces rather than tabs, fix headers in several p...
Jelmer Vernooij
2011-09-13
1
-1
/
+1
*
samba-tool: Correctly handle sys.exit() called from subcommand
Amitay Isaacs
2011-09-09
1
-1
/
+3
*
samba-tool: Removed "acl" command
Giampaolo Lauria
2011-09-09
1
-2
/
+0
*
samba-tool: Added "ntacl" command
Giampaolo Lauria
2011-09-09
1
-0
/
+2
*
samba-tool: Added "dsacl" command
Giampaolo Lauria
2011-09-09
1
-0
/
+2
[next]